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

/freebsd-9.3-release/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-9.3-release/contrib/openbsm/compat/
H A Dpidfile.h72 pidfile_read(const char *path, pid_t *pidptr) argument
90 *pidptr = strtol(buf, &endptr, 10);
98 pidfile_open(const char *path, mode_t mode, pid_t *pidptr) argument
105 if (pidptr != NULL)
106 *pidptr = -1;
136 if (errno == EWOULDBLOCK && pidptr != NULL) {
141 errno = pidfile_read(pfh->pf_path, pidptr);
147 *pidptr = -1;
/freebsd-9.3-release/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
132 if (errno == EWOULDBLOCK && pidptr != NULL) {
134 errno = pidfile_read(pfh->pf_path, pidptr);

Completed in 106 milliseconds