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

/freebsd-10.0-release/usr.sbin/daemon/
H A Ddaemon.c59 const char *pidfile, *ppidfile, *user; local
64 ppidfile = pidfile = user = NULL;
77 ppidfile = optarg;
111 if (ppidfile != NULL) {
112 ppfh = pidfile_open(ppidfile, 0600, &otherpid);
121 err(2, "ppidfile ``%s''", ppidfile);

Completed in 113 milliseconds