/src/usr.bin/make/ |
meta.c | 126 int dupfd; local in function:meta_open_filemon 150 if ((dupfd = dup(pbm->mon_fd)) == -1) { 153 (void)fcntl(dupfd, F_SETFD, FD_CLOEXEC); 154 if (filemon_setfd(pbm->filemon, dupfd) == -1) {
|
meta.c | 126 int dupfd; local in function:meta_open_filemon 150 if ((dupfd = dup(pbm->mon_fd)) == -1) { 153 (void)fcntl(dupfd, F_SETFD, FD_CLOEXEC); 154 if (filemon_setfd(pbm->filemon, dupfd) == -1) {
|
/src/sys/kern/ |
vfs_syscalls.c | 1762 int dupfd; local in function:do_open 1790 &vp, &dupfd_move, &dupfd); 1798 error = fd_dupopen(dupfd, dupfd_move, flags, &indx);
|
vfs_syscalls.c | 1762 int dupfd; local in function:do_open 1790 &vp, &dupfd_move, &dupfd); 1798 error = fd_dupopen(dupfd, dupfd_move, flags, &indx);
|