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

/freebsd-10.2-release/usr.sbin/daemon/
H A Ddaemon.c56 struct pidfh *ppfh, *pfh; local
95 ppfh = pfh = NULL;
112 ppfh = pidfile_open(ppidfile, 0600, &otherpid);
113 if (ppfh == NULL) {
130 pidfile_write(ppfh);
214 pidfile_remove(ppfh);

Completed in 39 milliseconds