Home
last modified time | relevance | path

Searched refs:AT_SYMLINK_NOFOLLOW (Results 1 – 16 of 16) sorted by relevance

/io/
A Dlchmod.c26 return fchmodat (AT_FDCWD, file, mode, AT_SYMLINK_NOFOLLOW); in lchmod()
A Dlstat.c23 return __fstatat (AT_FDCWD, file, buf, AT_SYMLINK_NOFOLLOW); in __lstat()
A Dlstat64.c23 return __fstatat64 (AT_FDCWD, file, buf, AT_SYMLINK_NOFOLLOW); in __lstat64()
A Dfchownat.c28 if (file == NULL || (flag & ~AT_SYMLINK_NOFOLLOW) != 0) in fchownat()
A Dfchmodat.c29 if (file == NULL || (flag & ~AT_SYMLINK_NOFOLLOW) != 0) in fchmodat()
A Dfstatat.c29 if (buf == NULL || (flag & ~AT_SYMLINK_NOFOLLOW) != 0) in __fstatat()
A Dfstatat64.c29 if (buf == NULL || (flag & ~AT_SYMLINK_NOFOLLOW) != 0) in __fstatat64()
A Dfaccessat.c28 if (file == NULL || (flag & ~(AT_SYMLINK_NOFOLLOW | AT_EACCESS)) != 0 in faccessat()
A Dtst-readlinkat.c92 if (fstatat64 (dir_fd, "another-file", &st2, AT_SYMLINK_NOFOLLOW) != 0) in do_test()
103 if (fstatat64 (dir_fd, symlinkcontent, &st2, AT_SYMLINK_NOFOLLOW) == 0) in do_test()
A Dtst-lchmod.c53 TEST_COMPARE (flags, AT_SYMLINK_NOFOLLOW); in fchmodat_with_lchmod()
126 int ret = chmod_func (fd, arg, 2, AT_SYMLINK_NOFOLLOW); in test_1()
151 ret = chmod_func (fd, arg, new_mode, AT_SYMLINK_NOFOLLOW); in test_1()
163 TEST_COMPARE (chmod_func (fd, arg, 020, AT_SYMLINK_NOFOLLOW), -1); in test_1()
190 ret = chmod_func (fd, arg, 2, AT_SYMLINK_NOFOLLOW); in test_1()
A Dtst-utimensat.c51 AT_SYMLINK_NOFOLLOW) in test_utimesat_helper()
A Dstatx_generic.c51 = AT_EMPTY_PATH | AT_NO_AUTOMOUNT | AT_SYMLINK_NOFOLLOW | clear_flags; in statx_generic()
A Dtst-symlinkat.c127 if (fstatat64 (dir_fd, "another-file", &st2, AT_SYMLINK_NOFOLLOW) != 0) in do_test()
A Dtst-linkat.c127 if (fstatat64 (dir_fd, "another-file", &st2, AT_SYMLINK_NOFOLLOW) != 0) in do_test()
A Dfcntl.h152 # define AT_SYMLINK_NOFOLLOW 0x100 /* Do not follow symbolic links. */ macro
A Dftw.c414 (data->flags & FTW_PHYS) ? AT_SYMLINK_NOFOLLOW : 0); in process_entry()
439 AT_SYMLINK_NOFOLLOW); in process_entry()

Completed in 10 milliseconds