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

/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgethostent.c655 int parsestat, i, nhosts = 0, buflen; local
708 if (nhosts == 0 && strcasestr(instr, filter) == 0) {
728 if (nhosts && strcasestr(instr, h_name) == 0) {
736 (void *)&taddr[nhosts] : (void *)&taddr6[nhosts];
750 if (nhosts == 1 && hp) {
794 if (++nhosts == 1) {
811 if (nhosts >= ntaddr) {
860 ((nhosts + 1) * sizeof (char *) +
861 (nhosts * sizeo
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_util.c664 int nhosts = clnames->h_cnt; local
719 for (j = 0; j < nhosts && !belong; j++) {

Completed in 26 milliseconds