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

/freebsd-10-stable/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-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-10-stable/usr.sbin/mountd/
H A Dmountd.c245 char *svcport_str = NULL; variable
412 svcport_str = strdup(optarg);
576 free(svcport_str);
577 svcport_str = NULL;
597 * by saving the svcport_str and
604 port_list[port_len++] = svcport_str;
605 svcport_str = NULL;
631 complete_service(nconf, svcport_str);
792 if (svcport_str == NULL) {
829 if ((aicode = getaddrinfo(NULL, svcport_str,
[all...]

Completed in 644 milliseconds