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

/freebsd-11-stable/usr.sbin/ypldap/
H A Dypldap.c46 int check_child(pid_t, const char *);
76 check_child(pid_t pid, const char *pname) function
82 log_warnx("check_child: lost child %s exited", pname);
86 log_warnx("check_child: lost child %s terminated; "
106 if (check_child(client_pid, "ldap client")) {

Completed in 56 milliseconds