Searched refs:closefd (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | runner-unix.c | 45 static void closefd(int fd) { in closefd() function 65 closefd(fd); in notify_parent_process() 144 closefd(pipefd[0]); in process_start() 160 closefd(pipefd[1]); in process_start() 167 closefd(pipefd[0]); in process_start() 336 closefd(args.pipe[0]); in process_wait() 337 closefd(args.pipe[1]); in process_wait()
|
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | compress.c | 863 closefd(int *fd, size_t i) in closefd() function 876 closefd(fd, i); in closep() 1155 closefd(fdp[i], 1); in uncompressbuf() 1158 closefd(fdp[STDIN_FILENO], 0); in uncompressbuf() 1166 closefd(fdp[STDIN_FILENO], 1); in uncompressbuf() 1185 closefd(fdp[STDOUT_FILENO], 0); in uncompressbuf() 1204 closefd(fdp[STDIN_FILENO], 1); in uncompressbuf() 1205 closefd(fdp[STDOUT_FILENO], 0); in uncompressbuf() 1206 closefd(fdp[STDERR_FILENO], 0); in uncompressbuf() 1228 closefd(fdp[STDIN_FILENO], 0); //why? it is already closed here! in uncompressbuf()
|
| /netbsd-src/external/mpl/bind/dist/fuzz/ |
| H A D | main.c | 47 goto closefd; in test_one_file() 69 closefd: in test_one_file()
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | buffer.c | 2061 bool closefd, statted; in fd_buffer_shutdown() local 2073 closefd = statted; in fd_buffer_shutdown() 2125 closefd = false; in fd_buffer_shutdown() 2156 if (statted && closefd && close (fb->fd) == -1) in fd_buffer_shutdown()
|
| /netbsd-src/external/mit/libuv/dist/ |
| H A D | ChangeLog | 228 * test: use closefd in runner-unix.c (Guilherme Íscaro)
|