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

/freebsd-10.0-release/usr.sbin/rpc.statd/
H A Dstatd.c63 char **hosts, *svcport_str = NULL; variable
126 svcport_str = strdup(optarg);
217 free(svcport_str);
218 svcport_str = NULL;
238 * by saving the svcport_str and
245 port_list[port_len++] = svcport_str;
246 svcport_str = NULL;
273 complete_service(nconf, svcport_str);
410 if (svcport_str == NULL) {
447 if ((aicode = getaddrinfo(NULL, svcport_str,
[all...]
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dlockd.c88 char **hosts, *svcport_str = NULL; variable
176 svcport_str = strdup(optarg);
351 free(svcport_str);
352 svcport_str = NULL;
376 * svcport_str and setting it
385 svcport_str;
386 svcport_str = NULL;
415 complete_service(nconf, svcport_str);
590 if (svcport_str == NULL) {
628 if ((aicode = getaddrinfo(NULL, svcport_str,
[all...]
/freebsd-10.0-release/usr.sbin/mountd/
H A Dmountd.c244 char *svcport_str = NULL; variable
344 svcport_str = strdup(optarg);
499 free(svcport_str);
500 svcport_str = NULL;
520 * by saving the svcport_str and
527 port_list[port_len++] = svcport_str;
528 svcport_str = NULL;
554 complete_service(nconf, svcport_str);
714 if (svcport_str == NULL) {
751 if ((aicode = getaddrinfo(NULL, svcport_str,
[all...]

Completed in 76 milliseconds