Searched defs:phost0 (Results 1 - 1 of 1) sorted by relevance

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

Completed in 58 milliseconds