Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/passwdutil/
H A Dnis_attr.c288 int nisresult; in nis_getpwnam() local
324 nisresult = yp_match(nisbuf->domain, "passwd.byname", name, in nis_getpwnam()
327 if (nisresult != 0) { in nis_getpwnam()
355 nisresult = yp_match(nisbuf->domain, "passwd.adjunct.byname", in nis_getpwnam()
359 if (nisresult == 0 && nisbuf->c2scratch != NULL) { in nis_getpwnam()