Searched refs:bindhostc (Results 1 – 1 of 1) sorted by relevance
158 int bindhostc, bindanyflag, rpcbreg, rpcbregcnt; in main() local173 bindanyflag = udpflag = connect_type_cnt = bindhostc = 0; in main()199 bindhostc++; in main()200 bindhost = realloc(bindhost,sizeof(char *)*bindhostc); in main()203 bindhost[bindhostc-1] = strdup(optarg); in main()204 if (bindhost[bindhostc-1] == NULL) in main()290 if (bindhostc == 0 || bindanyflag) { in main()291 bindhostc++; in main()292 bindhost = realloc(bindhost,sizeof(char *)*bindhostc); in main()295 bindhost[bindhostc-1] = strdup("*"); in main()[all …]