Home
last modified time | relevance | path

Searched defs:oldfd (Results 1 – 10 of 10) sorted by relevance

/third_party/NuttX/fs/vfs/
Dfs_rename.c117 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()
Dfs_link.c36 int do_link(int oldfd, const char *oldpath, int newfd, const char *newpath, int flag) in do_link()
/third_party/musl/src/unistd/
Drenameat.c4 int renameat(int oldfd, const char *old, int newfd, const char *new) in renameat()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Drenameat.c31 int oldfd, newfd; in renameat_0100() local
/third_party/ltp/testcases/kernel/syscalls/dup3/
Ddup3_02.c28 int *oldfd; member
/third_party/ltp/testcases/kernel/syscalls/linkat/
Dlinkat01.c91 int *oldfd; member
/third_party/ltp/lib/
Dtst_safe_macros.c477 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/
Dlinux-syscalls.c214 int uv__dup3(int oldfd, int newfd, int flags) { in uv__dup3()
Dcore.c1041 int uv__dup2_cloexec(int oldfd, int newfd) { in uv__dup2_cloexec()
/third_party/ltp/include/
Dtst_safe_macros.h50 #define SAFE_DUP(oldfd) \ argument
55 #define SAFE_DUP2(oldfd, newfd) \ argument