Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c324 int pulen, phlen; in match_triple_entry() local
333 phlen = strlen(phost0); in match_triple_entry()
448 if (phlen != strlen(current)) { in match_triple_entry()
453 if (strncasecmp(phost0, current, phlen) == 0) { in match_triple_entry()