Searched refs:linkat (Results 1 – 25 of 59) sorted by relevance
123
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
D | linkat.c | 38 int result = linkat(fd1, "/etc/test.txt", fd2, "/etc/linkat.txt", AT_SYMLINK_FOLLOW); in linkat_0100() 61 int result = linkat(fd1, "/etc/test.txt", fd2, "/etc/linkat.txt", AT_SYMLINK_FOLLOW); in linkat_0200() 64 …EXPECT_NE("linkat_0200", linkat(fd1, "/etc/test.txt", fd2, "/etc/linkat.txt", AT_SYMLINK_FOLLOW), … in linkat_0200() 76 int result = linkat(-1, NULL, -1, NULL, -1); in linkat_0300()
|
D | test_src_functionalext_supplement_unistd.gni | 19 "linkat",
|
/third_party/musl/src/unistd/ |
D | linkat.c | 4 int linkat(int fd1, const char *existing, int fd2, const char *new, int flag) in linkat() function
|
/third_party/ltp/include/lapi/syscalls/ |
D | hppa.in | 11 linkat (__NR_openat + 8)
|
D | aarch64.in | 38 linkat 37
|
D | loongarch.in | 38 linkat 37
|
D | arc.in | 38 linkat 37
|
D | mips_n64.in | 255 linkat 5255
|
D | mips_n32.in | 259 linkat 6259
|
D | ia64.in | 260 linkat 1289
|
D | s390x.in | 241 linkat 296
|
D | sh.in | 275 linkat 303
|
D | x86_64.in | 266 linkat 265
|
D | sparc64.in | 275 linkat 292
|
D | sparc.in | 291 linkat 292
|
D | mips_o32.in | 296 linkat 4296
|
D | i386.in | 301 linkat 303
|
D | powerpc.in | 294 linkat 294
|
D | powerpc64.in | 294 linkat 294
|
D | s390.in | 274 linkat 296
|
/third_party/ltp/testcases/kernel/syscalls/ |
D | Makefile | 26 linkat kill mallopt memmap mq_notify mq_open mq_timedreceive \
|
/third_party/rust/crates/rustix/src/fs/ |
D | at.rs | 130 pub fn linkat<P: path::Arg, Q: path::Arg, PFd: AsFd, QFd: AsFd>( in linkat() function 139 backend::fs::syscalls::linkat( in linkat()
|
D | mod.rs | 95 linkat, mkdirat, openat, readlinkat, renameat, statat, symlinkat, unlinkat, utimensat, RawMode,
|
/third_party/NuttX/fs/vfs/ |
D | fs_link.c | 156 int linkat(int olddirfd, const char *oldpath, int newdirfd, const char *newpath, int flags) in linkat() function
|
/third_party/rust/crates/nix/test/ |
D | test_unistd.rs | 914 linkat( in test_linkat_file() 951 linkat( in test_linkat_olddirfd_none() 988 linkat( in test_linkat_newdirfd_none() 1031 linkat( in test_linkat_no_follow_symlink() 1074 linkat( in test_linkat_follow_symlink()
|
123