Lines Matching refs:svcport_str
63 static char **hosts, *svcport_str = NULL; variable
131 svcport_str = strdup(optarg); in main()
222 free(svcport_str); in main()
223 svcport_str = NULL; in main()
250 port_list[port_len++] = svcport_str; in main()
251 svcport_str = NULL; in main()
278 complete_service(nconf, svcport_str); in main()
419 if (svcport_str == NULL) { in create_service()
456 if ((aicode = getaddrinfo(NULL, svcport_str, in create_service()
467 if ((aicode = getaddrinfo(hosts[nhostsbak], svcport_str, in create_service()
495 if (svcport_str == NULL) { in create_service()
496 svcport_str = malloc(NI_MAXSERV * sizeof(char)); in create_service()
497 if (svcport_str == NULL) in create_service()
503 svcport_str, NI_MAXSERV * sizeof(char), in create_service()