Searched defs:newfd (Results 1 – 12 of 12) sorted by relevance
/glibc-2.36/posix/ |
D | spawn_faction_adddup2.c | 28 int fd, int newfd) in __posix_spawn_file_actions_adddup2()
|
D | spawn_int.h | 49 int newfd; member
|
/glibc-2.36/login/ |
D | login_tty.c | 53 int newfd; in __login_tty() local
|
/glibc-2.36/stdio-common/ |
D | renameat.c | 25 __renameat (int oldfd, const char *old, int newfd, const char *new) in __renameat()
|
D | renameat2.c | 23 __renameat2 (int oldfd, const char *old, int newfd, const char *new, in __renameat2()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | renameat.c | 25 __renameat (int oldfd, const char *old, int newfd, const char *new) in __renameat()
|
D | renameat2.c | 25 __renameat2 (int oldfd, const char *old, int newfd, const char *new, in __renameat2()
|
D | spawni.c | 522 #define EXPAND_DTABLE(newfd) \ in __spawni() argument 535 #define NEW_TABLE(x, newfd) \ in __spawni() argument 540 #define NEW_ULINK_TABLE(x, newfd) \ in __spawni() argument 564 const int newfd = action->action.dup2_action.newfd; in __spawni() local
|
/glibc-2.36/support/ |
D | xposix_spawn_file_actions_adddup2.c | 24 int newfd) in xposix_spawn_file_actions_adddup2()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | renameat.c | 25 __renameat (int oldfd, const char *old, int newfd, const char *new) in __renameat()
|
D | renameat2.c | 24 __renameat2 (int oldfd, const char *old, int newfd, const char *new, in __renameat2()
|
/glibc-2.36/io/ |
D | fts.c | 1112 int ret, oerrno, newfd; in fts_safe_changedir() local
|