Searched refs:svcport_str (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dstatd.c63 char **hosts, *svcport_str = NULL; variable
130 svcport_str = strdup(optarg);
221 free(svcport_str);
222 svcport_str = NULL;
242 * by saving the svcport_str and
249 port_list[port_len++] = svcport_str;
250 svcport_str = NULL;
277 complete_service(nconf, svcport_str);
418 if (svcport_str == NULL) {
455 if ((aicode = getaddrinfo(NULL, svcport_str,
[all...]
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd.c88 char **hosts, *svcport_str = NULL; variable
174 svcport_str = strdup(optarg);
347 free(svcport_str);
348 svcport_str = NULL;
372 * svcport_str and setting it
381 svcport_str;
382 svcport_str = NULL;
411 complete_service(nconf, svcport_str);
596 if (svcport_str == NULL) {
633 if ((aicode = getaddrinfo(NULL, svcport_str,
[all...]
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c284 static char *svcport_str = NULL; variable
462 svcport_str = strdup(optarg);
604 free(svcport_str);
605 svcport_str = NULL;
625 * by saving the svcport_str and
632 port_list[port_len++] = svcport_str;
633 svcport_str = NULL;
659 complete_service(nconf, svcport_str);
850 if (svcport_str == NULL) {
887 if ((aicode = getaddrinfo(NULL, svcport_str,
[all...]

Completed in 106 milliseconds