Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dpidfile.c77 pidfile_read(int dirfd, const char *filename, pid_t *pidptr) in pidfile_read() argument
95 *pidptr = strtol(buf, &endptr, 10); in pidfile_read()
103 pidfile_open(const char *pathp, mode_t mode, pid_t *pidptr) in pidfile_open() argument
159 if (pidptr == NULL) { in pidfile_open()
167 pfh->pf_filename, pidptr); in pidfile_open()
173 *pidptr = -1; in pidfile_open()