Searched defs:pidptr (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libutil/ |
H A D | pidfile.c | 76 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 D | pidfile.h | 71 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 D | mknetid.c | 108 char *ptr, *pidptr, *gidptr, *hptr; in main() local
|
/freebsd/usr.sbin/cron/cron/ |
H A D | popen.c | 48 cron_popen(char *program, char *type, entry *e, PID_T *pidptr) in cron_popen()
|