Searched refs:newfd (Results 1 – 6 of 6) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | renameat2.c | 24 __renameat2 (int oldfd, const char *old, int newfd, const char *new, in __renameat2() argument 28 return INLINE_SYSCALL_CALL (renameat2, oldfd, old, newfd, new, flags); in __renameat2() 31 return __renameat (oldfd, old, newfd, new); in __renameat2() 34 int ret = INLINE_SYSCALL_CALL (renameat2, oldfd, old, newfd, new, flags); in __renameat2()
|
A D | renameat.c | 25 __renameat (int oldfd, const char *old, int newfd, const char *new) in __renameat() argument 28 return INLINE_SYSCALL_CALL (renameat, oldfd, old, newfd, new); in __renameat() 30 return INLINE_SYSCALL_CALL (renameat2, oldfd, old, newfd, new, 0); in __renameat()
|
A D | spawni.c | 239 == action->action.dup2_action.newfd) in __spawni_child() 241 int fd = action->action.dup2_action.newfd; in __spawni_child() 249 action->action.dup2_action.newfd) in __spawni_child() 250 != action->action.dup2_action.newfd) in __spawni_child()
|
/sysdeps/mach/hurd/ |
A D | renameat.c | 25 __renameat (int oldfd, const char *old, int newfd, const char *new) in __renameat() argument 27 return __renameat2 (oldfd, old, newfd, new, 0); in __renameat()
|
A D | spawni.c | 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 566 if (newfd < orig_dtablesize) in __spawni() 567 dtable_cloexec[newfd] = 0; in __spawni() 568 if (fd == newfd) in __spawni() 571 err = EXPAND_DTABLE (newfd); in __spawni() 578 do_close (newfd); in __spawni() 581 dtable[newfd] = _hurd_port_get (dtable_cells[newfd], in __spawni() 582 &ulink_dtable[newfd]); in __spawni() [all …]
|
A D | renameat2.c | 25 __renameat2 (int oldfd, const char *old, int newfd, const char *new, in __renameat2() argument 43 newdir = __directory_name_split_at (newfd, new, (char **) &newname); in __renameat2()
|
Completed in 10 milliseconds