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

/freebsd-12-stable/contrib/mandoc/
H A Dcatman.c122 process_manpage(int srv_fd, int dstdir_fd, const char *path) argument
132 if ((out_fd = openat(dstdir_fd, path,
153 process_tree(int srv_fd, int dstdir_fd) argument
173 if (process_manpage(srv_fd, dstdir_fd, path) == -1) {
180 mkdirat(dstdir_fd, path, S_IRWXU | S_IRGRP |
204 int dstdir_fd; local
245 if ((dstdir_fd = open(argv[1], O_RDONLY | O_DIRECTORY)) == -1)
251 return process_tree(srv_fds[0], dstdir_fd) == -1 ? 1 : 0;

Completed in 154 milliseconds