Home | History | Annotate | Download | only in rpcbind

Lines Matching defs:nhosts

113 static int nhosts = 0;
369 nhostsbak = nhosts + 1;
750 if (nhosts == 0)
752 bound_sa = calloc(nhosts, sizeof(*bound_sa));
757 for (i = 0; i < nhosts; i++) {
779 * If nhosts == 0, then there were no -h options on the
783 if (nhosts == 0)
785 for (i = 0; i < nhosts; i++) {
902 ++nhosts;
903 if (reallocarr(&hosts, nhosts, sizeof(*hosts)) != 0)
905 hosts[nhosts - 1] = strdup(optarg);
906 if (hosts[nhosts - 1] == NULL)