Home
last modified time | relevance | path

Searched defs:pidptr (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libutil/
H A Dpidfile.c76 pidfile_read_impl(int dirfd, const char *filename, pid_t *pidptr) in pidfile_read_impl()
102 pidfile_read(int dirfd, const char *filename, pid_t *pidptr) in pidfile_read()
122 pidfile_open(const char *pathp, mode_t mode, pid_t *pidptr) in pidfile_open()
343 pidfile_signal(const char *pathp, int sig, pid_t *pidptr) in pidfile_signal()
/freebsd/contrib/openbsm/compat/
H A Dpidfile.h71 pidfile_read(const char *path, pid_t *pidptr) in pidfile_read()
97 pidfile_open(const char *path, mode_t mode, pid_t *pidptr) in pidfile_open()
/freebsd/libexec/mknetid/
H A Dmknetid.c108 char *ptr, *pidptr, *gidptr, *hptr; in main() local
/freebsd/usr.sbin/cron/cron/
H A Dpopen.c48 cron_popen(char *program, char *type, entry *e, PID_T *pidptr) in cron_popen()