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 | 284 static char *svcport_str = NULL; variable 474 svcport_str = strdup(optarg); in main() 510 if (svcport_str != NULL) { in main() 512 free(svcport_str); in main() 513 svcport_str = NULL; in main() 646 free(svcport_str); in main() 647 svcport_str = NULL; in main() 681 svcport_str; in main() 682 svcport_str = NULL; in main() 710 complete_service(nconf, svcport_str); in main() [all …]
|