Searched refs:bindhostc (Results 1 – 1 of 1) sorted by relevance
171 int bindhostc, bindanyflag, rpcbreg, rpcbregcnt; in main() local186 bindanyflag = udpflag = connect_type_cnt = bindhostc = 0; in main()212 bindhostc++; in main()213 bindhost = realloc(bindhost,sizeof(char *)*bindhostc); in main()216 bindhost[bindhostc-1] = strdup(optarg); in main()217 if (bindhost[bindhostc-1] == NULL) in main()300 if (bindhostc == 0 || bindanyflag) { in main()301 bindhostc++; in main()302 bindhost = realloc(bindhost,sizeof(char *)*bindhostc); in main()305 bindhost[bindhostc-1] = strdup("*"); in main()[all …]