Searched refs:AT_SYMLINK_NOFOLLOW (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dfstatat.c30 Solaris 9 it doesn't if AT_SYMLINK_NOFOLLOW is specified. This is
39 if (result == 0 && (flag & AT_SYMLINK_NOFOLLOW) && S_ISLNK (st->st_mode)
44 result = fstatat (fd, file, st, flag & ~AT_SYMLINK_NOFOLLOW);
H A Dfchmodat.c41 Note that an attempt to use a FLAG value of AT_SYMLINK_NOFOLLOW
47 #define AT_FUNC_USE_F1_COND flag == AT_SYMLINK_NOFOLLOW
H A Dfchownat.c4 when the buggy fchownat-with-AT_SYMLINK_NOFOLLOW operates on a symlink, it
38 directory open on descriptor FD. If FLAG is AT_SYMLINK_NOFOLLOW, then
47 #define AT_FUNC_USE_F1_COND flag == AT_SYMLINK_NOFOLLOW
H A Dopenat.h55 #ifndef AT_SYMLINK_NOFOLLOW
56 # define AT_SYMLINK_NOFOLLOW 4096 macro
104 fchownat (..., 0) or fchownat (..., AT_SYMLINK_NOFOLLOW). */
114 return fchownat (fd, file, owner, group, AT_SYMLINK_NOFOLLOW);
126 return fchmodat (fd, file, mode, AT_SYMLINK_NOFOLLOW);
H A Dopenat.c239 #define AT_FUNC_USE_F1_COND flag == AT_SYMLINK_NOFOLLOW
H A Dgetcwd.c292 entry_status = fstatat (fd, d->d_name, &st, AT_SYMLINK_NOFOLLOW);
/macosx-10.10/ksh-23/ksh/src/lib/libast/tm/
H A Dtvtouch.c142 if (!utimensat(AT_FDCWD, path, ts[0].tv_nsec == UTIME_NOW && ts[1].tv_nsec == UTIME_NOW ? (struct timespec*)0 : ts, (flags & TV_TOUCH_PHYSICAL) ? AT_SYMLINK_NOFOLLOW : 0))
154 if ((ts[0].tv_nsec != UTIME_NOW || ts[1].tv_nsec != UTIME_NOW) && utimensat(AT_FDCWD, path, ts, (flags & TV_TOUCH_PHYSICAL) ? AT_SYMLINK_NOFOLLOW : 0))
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dfcntl.h146 #define AT_SYMLINK_NOFOLLOW 0x0020 /* Act on the symlink itself not the target */ macro
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c5251 follow = (flag & AT_SYMLINK_NOFOLLOW) ? NOFOLLOW : FOLLOW;
5454 AT_SYMLINK_NOFOLLOW));
5464 0, 0, 0, UIO_USERSPACE, AT_FDCWD, AT_SYMLINK_NOFOLLOW));
5471 0, 0, 1, UIO_USERSPACE, AT_FDCWD, AT_SYMLINK_NOFOLLOW));
5496 AT_SYMLINK_NOFOLLOW));
5502 if (uap->flag & ~AT_SYMLINK_NOFOLLOW)
5513 if (uap->flag & ~AT_SYMLINK_NOFOLLOW)
5778 follow = (flag & AT_SYMLINK_NOFOLLOW) ? NOFOLLOW : FOLLOW;
5878 if (uap->flag & ~AT_SYMLINK_NOFOLLOW)
6006 follow = (flag & AT_SYMLINK_NOFOLLOW)
[all...]
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dtests.c6348 /* create a link file and test fstatat(..., AT_SYMLINK_NOFOLLOW) */
6355 my_err = fstatat( my_dirfd, my_link_namep, &my_sb, AT_SYMLINK_NOFOLLOW );
6364 my_err = fchownat( my_dirfd, my_link_namep, my_orig_uid, my_new_gid1, AT_SYMLINK_NOFOLLOW );
6371 my_err = fstatat( my_dirfd, my_link_namep, &my_sb, AT_SYMLINK_NOFOLLOW );
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_write_disk.c1858 return utimensat(AT_FDCWD, name, ts, AT_SYMLINK_NOFOLLOW);
/macosx-10.10/gnutar-453/gnutar/
H A Dconfigure25056 { echo "$as_me:$LINENO: checking whether fchownat works with AT_SYMLINK_NOFOLLOW" >&5
25057 echo $ECHO_N "checking whether fchownat works with AT_SYMLINK_NOFOLLOW... $ECHO_C" >&6; }
25087 AT_SYMLINK_NOFOLLOW) != 0
[all...]

Completed in 305 milliseconds