Searched refs:bindhostc (Results 1 – 1 of 1) sorted by relevance
161 int bindhostc, bindanyflag, rpcbreg, rpcbregcnt; in main() local177 bindanyflag = udpflag = connect_type_cnt = bindhostc = 0; in main()203 bindhostc++; in main()204 bindhost = realloc(bindhost,sizeof(char *)*bindhostc); in main()207 bindhost[bindhostc-1] = strdup(optarg); in main()208 if (bindhost[bindhostc-1] == NULL) in main()297 if (bindhostc == 0 || bindanyflag) { in main()298 bindhostc++; in main()299 bindhost = realloc(bindhost,sizeof(char *)*bindhostc); in main()302 bindhost[bindhostc-1] = strdup("*"); in main()[all …]