Searched refs:F_DUPFD (Results 1 – 16 of 16) sorted by relevance
| /mirbsd/src/gnu/usr.bin/cvs/lib/ |
| D | dup2.c | 32 #ifndef F_DUPFD 56 #ifdef F_DUPFD in dup2() 57 return fcntl (fd, F_DUPFD, desired_fd); in dup2()
|
| D | dup-safer.c | 39 #ifdef F_DUPFD in dup_safer() 40 return fcntl (fd, F_DUPFD, STDERR_FILENO + 1); in dup_safer()
|
| /mirbsd/src/gnu/usr.bin/rcs/src/ |
| D | rcsutil.c | 627 # ifdef F_DUPFD 628 return fcntl(fd, F_DUPFD, STDERR_FILENO + 1); 687 #ifdef F_DUPFD 689 # define dup(fd) fcntl(fd, F_DUPFD, 0) 700 # ifdef F_DUPFD 701 new = fcntl(old, F_DUPFD, new); 763 # ifdef F_DUPFD 765 fcntl(infd, F_DUPFD, STDIN_FILENO) != STDIN_FILENO)
|
| /mirbsd/src/usr.sbin/httpd/src/ap/ |
| D | ap_slack.c | 79 new_fd = fcntl(fd, F_DUPFD, LOW_SLACK_LINE); in ap_slack()
|
| /mirbsd/src/lib/libpthread/uthread/ |
| D | uthread_fcntl.c | 62 case F_DUPFD: in fcntl()
|
| /mirbsd/src/sys/sys/ |
| D | fcntl.h | 141 #define F_DUPFD 0 /* duplicate file descriptor */ macro
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Fcntl/ |
| D | Makefile.PL | 16 F_DUP2FD F_DUPFD F_EXLCK F_FREESP F_FREESP64 F_FSYNC
|
| /mirbsd/src/gnu/usr.bin/perl/ext/POSIX/ |
| D | Makefile.PL | 36 EUSERS EWOULDBLOCK EXDEV FD_CLOEXEC FILENAME_MAX F_DUPFD F_GETFD
|
| D | POSIX.pod | 1955 FD_CLOEXEC F_DUPFD F_GETFD F_GETFL F_GETLK F_OK F_RDLCK F_SETFD F_SETFL F_SETLK F_SETLKW F_UNLCK F_…
|
| /mirbsd/src/bin/mksh/ |
| D | main.c | 1126 if ((rv = fcntl(fd, F_DUPFD, FDBASE)) < 0) { in tty_init_fd() 1355 nfd = fcntl(shl_dbg_fd, F_DUPFD, FDBASE); in initio() 1394 if (fd < FDBASE && (nfd = fcntl(fd, F_DUPFD, FDBASE)) < 0 && in savefd()
|
| D | shf.c | 75 nfd = fcntl(fd, F_DUPFD, FDBASE); in shf_open()
|
| /mirbsd/src/bin/systrace/ |
| D | systrace-translate.c | 391 case F_DUPFD: in print_fcntlcmd()
|
| /mirbsd/src/gnu/usr.sbin/sendmail/libmilter/ |
| D | listener.c | 879 dupfd = fcntl(connfd, F_DUPFD, 256);
|
| /mirbsd/src/sys/compat/linux/ |
| D | linux_file.c | 331 cmd = F_DUPFD;
|
| /mirbsd/src/sys/kern/ |
| D | kern_descrip.c | 330 case F_DUPFD:
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | util.c | 2391 #if defined(HAS_FCNTL) && defined(F_DUPFD) in dup2() 2395 return fcntl(oldfd, F_DUPFD, newfd); in dup2()
|