Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c325 char *pusers0, *phost0; in match_triple_entry() local
332 phost0 = phost[0]; in match_triple_entry()
333 phlen = strlen(phost0); in match_triple_entry()
336 "entering with host: %s", phost0 ? phost0 : ""); in match_triple_entry()
453 if (strncasecmp(phost0, current, phlen) == 0) { in match_triple_entry()