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

/sendmail/libsm/
H A Dniprop.c73 ni_status nis; local
116 nis = ni_open(NULL, LOCAL_NETINFO_DOMAIN, &ni);
119 sm_dprintf("ni_open(LOCAL) = %d\n", nis);
127 nis = ni_open(lastni, PARENT_NETINFO_DOMAIN, &ni);
130 sm_dprintf("ni_open(PARENT) = %d\n", nis);
142 if (nis != 0)

Completed in 11 milliseconds