Searched defs:oldfd (Results 1 – 10 of 10) sorted by relevance
/third_party/NuttX/fs/vfs/ |
D | fs_rename.c | 117 int do_rename(int oldfd, const char *oldpath, int newfd, const char *newpath) in do_rename() 237 int renameat(int oldfd, const char *oldpath, int newdfd, const char *newpath) in renameat()
|
D | fs_link.c | 36 int do_link(int oldfd, const char *oldpath, int newfd, const char *newpath, int flag) in do_link()
|
/third_party/musl/src/unistd/ |
D | renameat.c | 4 int renameat(int oldfd, const char *old, int newfd, const char *new) in renameat()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
D | renameat.c | 31 int oldfd, newfd; in renameat_0100() local
|
/third_party/ltp/testcases/kernel/syscalls/dup3/ |
D | dup3_02.c | 28 int *oldfd; member
|
/third_party/ltp/testcases/kernel/syscalls/linkat/ |
D | linkat01.c | 91 int *oldfd; member
|
/third_party/ltp/lib/ |
D | tst_safe_macros.c | 477 int safe_dup(const char *file, const int lineno, int oldfd) in safe_dup() 494 int safe_dup2(const char *file, const int lineno, int oldfd, int newfd) in safe_dup2()
|
/third_party/libuv/src/unix/ |
D | linux-syscalls.c | 214 int uv__dup3(int oldfd, int newfd, int flags) { in uv__dup3()
|
D | core.c | 1041 int uv__dup2_cloexec(int oldfd, int newfd) { in uv__dup2_cloexec()
|
/third_party/ltp/include/ |
D | tst_safe_macros.h | 50 #define SAFE_DUP(oldfd) \ argument 55 #define SAFE_DUP2(oldfd, newfd) \ argument
|