Home
last modified time | relevance | path

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

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