Searched refs:svcport_str (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/rpc.statd/ |
H A D | statd.c | 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() [all …]
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lockd.c | 89 char **hosts, *svcport_str = NULL; variable 175 svcport_str = strdup(optarg); in main() 349 free(svcport_str); in main() 350 svcport_str = NULL; in main() 383 svcport_str; in main() 384 svcport_str = NULL; in main() 413 complete_service(nconf, svcport_str); in main() 598 if (svcport_str == NULL) { in create_service() 635 if ((aicode = getaddrinfo(NULL, svcport_str, in create_service() 647 if ((aicode = getaddrinfo(hosts[nhostsbak], svcport_str, in create_service() [all …]
|
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 288 static char *svcport_str = NULL; variable 500 svcport_str = strdup(optarg); in main() 536 if (svcport_str != NULL) { in main() 538 free(svcport_str); in main() 539 svcport_str = NULL; in main() 671 free(svcport_str); in main() 672 svcport_str = NULL; in main() 706 svcport_str; in main() 707 svcport_str = NULL; in main() 735 complete_service(nconf, svcport_str); in main() [all …]
|