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

/freebsd-13-stable/lib/libutil/
H A Dpidfile.c51 char pf_dir[MAXPATHLEN + 1]; member in struct:pidfh
117 dirlen = snprintf(pfh->pf_dir, sizeof(pfh->pf_dir),
127 dirlen = strlcpy(pfh->pf_dir, dirname(path),
128 sizeof(pfh->pf_dir));
134 if (dirlen >= (int)sizeof(pfh->pf_dir) ||
141 dirfd = open(pfh->pf_dir, O_CLOEXEC | O_DIRECTORY | O_NONBLOCK);

Completed in 106 milliseconds