Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/posix/
Ddup.c27 return __fcntl (fd, F_DUPFD, 0); in __dup()
Ddup2.c53 return fcntl (fd, F_DUPFD, fd2); in __dup2()
/glibc-2.36/bits/
Dfcntl.h83 #define F_DUPFD 0 /* Duplicate file descriptor. */ macro
/glibc-2.36/sysdeps/mach/hurd/bits/
Dfcntl.h157 #define F_DUPFD 0 /* Duplicate file descriptor. */ macro
/glibc-2.36/io/
Dtst-fcntl.c167 fd3 = fcntl (fd, F_DUPFD, fd2 + 1); in do_test()
/glibc-2.36/conform/data/
Dfcntl.h-data2 constant F_DUPFD
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dfcntl-linux.h167 #define F_DUPFD 0 /* Duplicate file descriptor. */ macro
/glibc-2.36/sysdeps/mach/hurd/
Dfcntl.c57 case F_DUPFD: /* Duplicate the file descriptor. */ in __libc_fcntl()
/glibc-2.36/elf/
Dsotruss-lib.c106 out_fd = fcntl64 (STDERR_FILENO, F_DUPFD, 1000); in init()
/glibc-2.36/manual/
Dllio.texi3299 @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/
DChangeLog.1876102 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)