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

/osnet-11/usr/src/lib/librpcsvc/common/
H A Drusers_simple.c112 int nusers; local
116 xdr_u_int, (char *) &nusers, (char *) NULL) != 0) {
119 xdr_u_int, (char *) &nusers, (char *) NULL) != 0)
122 return (nusers);
/osnet-11/usr/src/lib/libdhcpdu/common/
H A Drfc2136.c67 * ``done'' variable to B_TRUE when it's completed its work. The nusers
79 int nusers; member in struct:childstat
228 sp->nusers = 1;
249 sp->nusers--;
261 * assert(sp->nusers > 1);
267 * decrements nusers, sets done,
273 * If this happens, nusers will now be 1,
277 if (sp->nusers == 1)
282 sp->nusers--;
315 * Paranoia: if nusers wa
[all...]
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c317 int nusers; local
339 nusers = ia->arg[NSS_NETGR_USER].argc;
342 nusers = 0;
367 "(nusers: %d, nhost:%d, ndomains: %d)",
368 nusers, nhost, ndomains);
372 if (nusers == 1 && nhost == 0 && ndomains == 0) {
418 } else if (nusers == 0 && nhost == 1 && ndomains == 0) {
477 if (tuser != NULL && *tuser != '\0' && nusers != 0) {
478 for (i = 0; i < nusers; i++)
481 if (i == nusers)
[all...]

Completed in 17 milliseconds