Lines Matching refs:nhost
315 int nhost;
327 nhost = ia->arg[NSS_NETGR_MACHINE].argc;
330 nhost = 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) {
470 if (thost != NULL && *thost != '\0' && nhost != 0) {
471 for (i = 0; i < nhost; i++)
474 if (i == nhost)