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

/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_server.c372 char ypxfr_command[MAXPATHLEN + 2]; local
374 snprintf (ypxfr_command, sizeof(ypxfr_command), "%sypxfr", _PATH_LIBEXEC);
382 execl(ypxfr_command, "ypxfr",
390 execl(ypxfr_command, "ypxfr",
398 yp_error("ypxfr execl(%s): %s", ypxfr_command, strerror(errno));

Completed in 95 milliseconds