Searched refs:AT_SYMLINK_NOFOLLOW (Results 1 – 20 of 20) sorted by relevance
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | openat.c | 155 return (flag == AT_SYMLINK_NOFOLLOW in fstatat() 171 err = (flag == AT_SYMLINK_NOFOLLOW in fstatat()
|
| D | openat.h | 29 # define AT_SYMLINK_NOFOLLOW 4096 /* same value as Solaris 9 */ macro
|
| D | getcwd.c | 263 entry_status = fstatat (fd, d->d_name, &st, AT_SYMLINK_NOFOLLOW); in __getcwd()
|
| /netbsd/src/lib/libc/gen/ |
| D | utimens.c | 51 return utimensat(AT_FDCWD, path, times, AT_SYMLINK_NOFOLLOW); in lutimens()
|
| /netbsd/src/tests/lib/libc/c063/ |
| D | t_fstatat.c | 180 ATF_REQUIRE(fstatat(dfd, BASELINK, &st, AT_SYMLINK_NOFOLLOW) == 0); in ATF_TC_BODY()
|
| D | t_fchmodat.c | 183 ATF_REQUIRE(fchmodat(dfdlink, BASELINK, 0600, AT_SYMLINK_NOFOLLOW) == 0); in ATF_TC_BODY()
|
| D | t_utimensat.c | 217 RL(utimensat(dfd, BASELINK, tptr, AT_SYMLINK_NOFOLLOW)); in ATF_TC_BODY()
|
| D | t_faccessat.c | 169 ATF_REQUIRE(faccessat(dfd, BASELINK, F_OK, AT_SYMLINK_NOFOLLOW) == 0); in ATF_TC_BODY()
|
| D | t_fchownat.c | 227 AT_SYMLINK_NOFOLLOW) == 0); in ATF_TC_BODY()
|
| /netbsd/src/sys/sys/ |
| D | fcntl.h | 316 #define AT_SYMLINK_NOFOLLOW 0x200 /* Do not follow symlinks */ macro
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | ntp_ppsdev.c | 170 &sb, AT_SYMLINK_NOFOLLOW)) in findDevByDevId()
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | sftp-server.c | 1464 a.perm & 07777, AT_SYMLINK_NOFOLLOW); in process_extended_lsetstat() 1476 attrib_to_ts(&a), AT_SYMLINK_NOFOLLOW); in process_extended_lsetstat() 1484 AT_SYMLINK_NOFOLLOW); in process_extended_lsetstat()
|
| /netbsd/src/sys/compat/netbsd32/ |
| D | netbsd32_fs.c | 1313 follow = (SCARG(uap, flag) & AT_SYMLINK_NOFOLLOW) ? NOFOLLOW : FOLLOW; in netbsd32_fstatat() 1341 follow = (SCARG(uap, flag) & AT_SYMLINK_NOFOLLOW) ? NOFOLLOW : FOLLOW; in netbsd32_utimensat()
|
| /netbsd/src/sys/kern/ |
| D | vfs_syscalls.c | 3177 if (flags & AT_SYMLINK_NOFOLLOW) in do_sys_accessat() 3332 if (SCARG(uap, flag) & AT_SYMLINK_NOFOLLOW) in sys_fstatat() 3588 if (flags & AT_SYMLINK_NOFOLLOW) in do_sys_chmodat() 3709 if (flags & AT_SYMLINK_NOFOLLOW) in do_sys_chownat() 4030 follow = (SCARG(uap, flag) & AT_SYMLINK_NOFOLLOW) ? NOFOLLOW : FOLLOW; in sys_utimensat()
|
| /netbsd/src/sys/compat/linux/common/ |
| D | linux_file.c | 921 bflags |= AT_SYMLINK_NOFOLLOW; in linux_to_bsd_atflags()
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_write_disk_posix.c | 2940 r = fstatat(chdir_fd, head, &st, AT_SYMLINK_NOFOLLOW); in check_symlinks_fsobj() 3599 return utimensat(AT_FDCWD, name, ts, AT_SYMLINK_NOFOLLOW); in set_time()
|
| D | archive_read_disk_posix.c | 2575 AT_SYMLINK_NOFOLLOW) != 0)
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | acinclude.m4 | 4737 [fchmodat(AT_FDCWD, "", 0, AT_SYMLINK_NOFOLLOW);],
|
| D | configure | 77014 fchmodat(AT_FDCWD, "", 0, AT_SYMLINK_NOFOLLOW); 77038 fchmodat(AT_FDCWD, "", 0, AT_SYMLINK_NOFOLLOW);
|
| /netbsd/src/external/public-domain/sqlite/dist/ |
| D | shell.c | 7539 if( utimensat(AT_FDCWD, zFile, times, AT_SYMLINK_NOFOLLOW) ){ in writeFile()
|