Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/host/
Dhost.c3523 int hostcount = 0; /* count of hosts in zone */ variable
3702 i = (verbose || statistics || hostmode) ? 0 : hostcount;
3704 for (n = i; n < hostcount; n++)
3804 for (n = 0; n < hostcount; n++)
4619 for (n = 0; n < hostcount; n++)
4670 hostcount = 0; /* count of host names */
4872 if (i < hostcount)
4952 if (i >= hostcount)
4954 if (hostcount >= maxhosts)
4959 hostname(hostcount) = newstr(adrname);
[all …]