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

/freebsd-current/usr.sbin/rpc.statd/
H A Dstatd.c63 static char **hosts, *svcport_str = NULL; variable
131 svcport_str = strdup(optarg);
222 free(svcport_str);
223 svcport_str = NULL;
243 * by saving the svcport_str and
250 port_list[port_len++] = svcport_str;
251 svcport_str = NULL;
278 complete_service(nconf, svcport_str);
419 if (svcport_str == NULL) {
456 if ((aicode = getaddrinfo(NULL, svcport_str,
[all...]
/freebsd-current/usr.sbin/rpc.lockd/
H A Dlockd.c89 char **hosts, *svcport_str = NULL; variable
175 svcport_str = strdup(optarg);
349 free(svcport_str);
350 svcport_str = NULL;
374 * svcport_str and setting it
383 svcport_str;
384 svcport_str = NULL;
413 complete_service(nconf, svcport_str);
598 if (svcport_str == NULL) {
635 if ((aicode = getaddrinfo(NULL, svcport_str,
[all...]
/freebsd-current/usr.sbin/mountd/
H A Dmountd.c284 static char *svcport_str = NULL; variable
472 svcport_str = strdup(optarg);
502 if (svcport_str != NULL) {
504 free(svcport_str);
505 svcport_str = NULL;
635 free(svcport_str);
636 svcport_str = NULL;
661 * svcport_str setting it back
670 svcport_str;
671 svcport_str
[all...]

Completed in 112 milliseconds