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

/freebsd-12-stable/usr.sbin/nfsd/
H A Dnfsd.c171 int bindhostc, bindanyflag, rpcbreg, rpcbregcnt; local
186 bindanyflag = udpflag = connect_type_cnt = bindhostc = 0;
212 bindhostc++;
213 bindhost = realloc(bindhost,sizeof(char *)*bindhostc);
216 bindhost[bindhostc-1] = strdup(optarg);
217 if (bindhost[bindhostc-1] == NULL)
300 if (bindhostc == 0 || bindanyflag) {
301 bindhostc++;
302 bindhost = realloc(bindhost,sizeof(char *)*bindhostc);
305 bindhost[bindhostc
[all...]

Completed in 96 milliseconds