Searched refs:nhosts (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgethostent.c347 int parsestat, i, nhosts = 0, buflen; local
402 if (nhosts == 0 && strcasestr(instr, filter) == 0) {
422 if (nhosts && strcasestr(instr, h_name) == 0) {
430 (void *)&taddr[nhosts]:
431 (void *)&taddr6[nhosts];
446 if (nhosts == 1 && hp) {
486 if (nhosts > 0) {
526 if (nhosts > 0) {
548 if (++nhosts == 1) {
567 if (nhosts >
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Druptime.c55 static int nhosts; variable
140 if (nhosts == hostslim) {
181 nhosts++; hsp++;
187 qsort((char *)hs, nhosts, sizeof (hs[0]), cmp);
188 if (nhosts == 0) {
192 for (i = 0; i < nhosts; i++) {
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnetgroup.c106 int nhosts = clnames->h_cnt; local
162 for (j = 0; j < nhosts && !belong; j++) {
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_util.c556 int nhosts = clnames->h_cnt; local
611 for (j = 0; j < nhosts && !belong; j++) {

Completed in 71 milliseconds