Home
last modified time | relevance | path

Searched refs:AT_FDCWD (Results 1 – 25 of 25) sorted by relevance

/io/
A Dlinkat.c34 if ((tofd != AT_FDCWD && tofd < 0 && *to != '/') in linkat()
35 || (fromfd != AT_FDCWD && fromfd < 0 && *from != '/')) in linkat()
A Dlchmod.c26 return fchmodat (AT_FDCWD, file, mode, AT_SYMLINK_NOFOLLOW); in lchmod()
A Dstat.c23 return __fstatat (AT_FDCWD, file, buf, 0); in __stat()
A Dlstat.c23 return __fstatat (AT_FDCWD, file, buf, AT_SYMLINK_NOFOLLOW); in __lstat()
A Dstat64.c23 return __fstatat64 (AT_FDCWD, file, buf, 0); in __stat64()
A Dlstat64.c23 return __fstatat64 (AT_FDCWD, file, buf, AT_SYMLINK_NOFOLLOW); in __lstat64()
A Dmknod.c24 return __mknodat (AT_FDCWD, path, mode, dev); in __mknod()
A Dunlinkat.c34 if (fd < 0 && fd != AT_FDCWD) in unlinkat()
A Dsymlinkat.c34 if (fd != AT_FDCWD && fd < 0 && *to != '/') in symlinkat()
A Dreadlinkat.c34 if (fd != AT_FDCWD && fd < 0 && *path != '/') in readlinkat()
A Dfchownat.c34 if (fd < 0 && fd != AT_FDCWD) in fchownat()
A Dfchmodat.c35 if (fd < 0 && fd != AT_FDCWD) in fchmodat()
A Dfstatat.c24 if (fd < 0 && fd != AT_FDCWD) in __fstatat()
A Dfstatat64.c24 if (fd < 0 && fd != AT_FDCWD) in __fstatat64()
A Dfaccessat.c35 if (fd < 0 && fd != AT_FDCWD) in faccessat()
A Dmkdirat.c35 if (fd != AT_FDCWD && path[0] != '/') in mkdirat()
A Dmkfifoat.c36 if (fd != AT_FDCWD && path[0] != '/') in mkfifoat()
A Dtst-open-tmpfile.c55 int ret = openat (AT_FDCWD, path, flags, mode); in wrap_openat()
83 int ret = openat64 (AT_FDCWD, path, flags, mode); in wrap_openat64()
187 path_fd = AT_FDCWD; in check_wrapper_flags_mode()
204 if (linkat (AT_FDCWD, proc_fd_path, path_fd, new_name, in check_wrapper_flags_mode()
226 if (path_fd != AT_FDCWD) in check_wrapper_flags_mode()
263 int fd = openat (AT_FDCWD, path, O_TMPFILE | O_RDWR, 0); in probe_path()
A Dopenat.c41 if (fd != AT_FDCWD && file[0] != '/') in __openat()
A Dopenat64.c39 if (fd != AT_FDCWD && file[0] != '/') in __openat64()
A Dtst-statx.c73 TEST_COMPARE (statx (AT_FDCWD, path, 0, STATX_BASIC_STATS, &buf), 0); in both_implementations_tests()
88 TEST_COMPARE (statx (AT_FDCWD, "/dev/null", 0, STATX_BASIC_STATS, &stx), in both_implementations_tests()
A Dtst-stat.c47 TEST_COMPARE (fstat (AT_FDCWD, st), -1); in fstat_check()
A Dtst-lchmod.c48 TEST_COMPARE (fd, AT_FDCWD); in fchmodat_with_lchmod()
84 fd = AT_FDCWD; in test_1()
A Dtest-lfs.c218 fd2 = openat64 (AT_FDCWD, name, O_RDWR); in do_test()
A Dfcntl.h149 # define AT_FDCWD -100 /* Special value used to indicate macro

Completed in 17 milliseconds