Searched refs:F_DUPFD (Results 1 – 11 of 11) sorted by relevance
/glibc-2.36/sysdeps/posix/ |
D | dup.c | 27 return __fcntl (fd, F_DUPFD, 0); in __dup()
|
D | dup2.c | 53 return fcntl (fd, F_DUPFD, fd2); in __dup2()
|
/glibc-2.36/bits/ |
D | fcntl.h | 83 #define F_DUPFD 0 /* Duplicate file descriptor. */ macro
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | fcntl.h | 157 #define F_DUPFD 0 /* Duplicate file descriptor. */ macro
|
/glibc-2.36/io/ |
D | tst-fcntl.c | 167 fd3 = fcntl (fd, F_DUPFD, fd2 + 1); in do_test()
|
/glibc-2.36/conform/data/ |
D | fcntl.h-data | 2 constant F_DUPFD
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | fcntl-linux.h | 167 #define F_DUPFD 0 /* Duplicate file descriptor. */ macro
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | fcntl.c | 57 case F_DUPFD: /* Duplicate the file descriptor. */ in __libc_fcntl()
|
/glibc-2.36/elf/ |
D | sotruss-lib.c | 106 out_fd = fcntl64 (STDERR_FILENO, F_DUPFD, 1000); in init()
|
/glibc-2.36/manual/ |
D | llio.texi | 3299 @item F_DUPFD 3373 @code{F_DUPFD} command, but there are also convenient functions 3387 equivalent to @code{fcntl (@var{old}, F_DUPFD, 0)}. 3406 fcntl (@var{old}, F_DUPFD, @var{new}) 3414 @deftypevr Macro int F_DUPFD 3422 fcntl (@var{old}, F_DUPFD, @var{next-filedes})
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 76102 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
|