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

/freebsd-11-stable/libexec/mknetid/
H A Dmknetid.c111 char *ptr, *pidptr, *gidptr, *hptr; local
202 pidptr = ptr;
218 pidptr, domain);
223 OPSYS, pidptr, domain);
228 printf("%s.%s@%s %s:%s", OPSYS, pidptr, domain, pidptr, gidptr);
/freebsd-11-stable/contrib/openbsm/compat/
H A Dpidfile.h71 pidfile_read(const char *path, pid_t *pidptr) argument
89 *pidptr = strtol(buf, &endptr, 10);
97 pidfile_open(const char *path, mode_t mode, pid_t *pidptr) argument
104 if (pidptr != NULL)
105 *pidptr = -1;
135 if (errno == EWOULDBLOCK && pidptr != NULL) {
140 errno = pidfile_read(pfh->pf_path, pidptr);
146 *pidptr = -1;
/freebsd-11-stable/lib/libutil/
H A Dpidfile.c71 pidfile_read(const char *path, pid_t *pidptr) argument
89 *pidptr = strtol(buf, &endptr, 10);
97 pidfile_open(const char *path, mode_t mode, pid_t *pidptr) argument
130 if (pidptr == NULL) {
138 pidptr);
144 *pidptr = -1;
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dpopen.c58 cron_popen(program, type, e, pidptr)
61 PID_T *pidptr;
223 *pidptr = pid;

Completed in 72 milliseconds