Home
last modified time | relevance | path

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

/titanic_41/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 >= ntaddr) {
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Druptime.c55 static int nhosts; variable
140 if (nhosts == hostslim) { in main()
181 nhosts++; hsp++; in main()
187 qsort((char *)hs, nhosts, sizeof (hs[0]), cmp); in main()
188 if (nhosts == 0) { in main()
192 for (i = 0; i < nhosts; i++) { in main()
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/
H A Dnetgroup.c106 int nhosts = clnames->h_cnt; in netgroup_check() local
162 for (j = 0; j < nhosts && !belong; j++) { in netgroup_check()
/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_util.c556 int nhosts = clnames->h_cnt; in smb_netgroup_match() local
611 for (j = 0; j < nhosts && !belong; j++) { in smb_netgroup_match()