Home
last modified time | relevance | path

Searched refs:strcmp_maybe_null (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmisc.c1910 strcmp_maybe_null(const char *a, const char *b) in strcmp_maybe_null() function
1926 if (strcmp_maybe_null(a->listen_host, b->listen_host) == 0) in forward_equals()
1930 if (strcmp_maybe_null(a->listen_path, b->listen_path) == 0) in forward_equals()
1932 if (strcmp_maybe_null(a->connect_host, b->connect_host) == 0) in forward_equals()
1936 if (strcmp_maybe_null(a->connect_path, b->connect_path) == 0) in forward_equals()