/titanic_50/usr/src/uts/common/syscall/ |
H A D | stat.c | 168 followflag = (flags & AT_SYMLINK_NOFOLLOW); in fstatat() 185 return (fstatat(AT_FDCWD, name, sb, AT_SYMLINK_NOFOLLOW)); in lstat() 264 link_follow = (follow == AT_SYMLINK_NOFOLLOW) ? NO_FOLLOW : FOLLOW; in cstatat() 303 followflag = (flags & AT_SYMLINK_NOFOLLOW); in fstatat32() 320 return (fstatat32(AT_FDCWD, name, sb, AT_SYMLINK_NOFOLLOW)); in lstat32() 387 link_follow = (follow == AT_SYMLINK_NOFOLLOW) ? NO_FOLLOW : FOLLOW; in cstatat32() 430 followflag = (flags & AT_SYMLINK_NOFOLLOW); in fstatat64() 447 return (fstatat64(AT_FDCWD, name, sb, AT_SYMLINK_NOFOLLOW)); in lstat64() 495 link_follow = (follow == AT_SYMLINK_NOFOLLOW) ? NO_FOLLOW : FOLLOW; in cstatat64() 541 followflag = (flags & AT_SYMLINK_NOFOLLOW); in fstatat64_32() [all …]
|
H A D | chmod.c | 55 if (flag & ~AT_SYMLINK_NOFOLLOW) in fchmodat()
|
H A D | chown.c | 91 return (fchownat(AT_FDCWD, path, uid, gid, AT_SYMLINK_NOFOLLOW)); in lchown()
|
H A D | utime.c | 195 (flag & AT_SYMLINK_NOFOLLOW)? NO_FOLLOW : FOLLOW)); in utimensat()
|
/titanic_50/usr/src/lib/libc/port/sys/ |
H A D | stat.c | 60 return (fstatat64(AT_FDCWD, name, sb, AT_SYMLINK_NOFOLLOW)); in lstat64() 102 return (fstatat(AT_FDCWD, name, sb, AT_SYMLINK_NOFOLLOW)); in lstat()
|
H A D | chown.c | 59 return (fchownat(AT_FDCWD, name, uid, gid, AT_SYMLINK_NOFOLLOW)); in lchown()
|
/titanic_50/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | chown.c | 33 return (_syscall(SYS_fchownat, AT_FDCWD, s, u, g, AT_SYMLINK_NOFOLLOW)); in chown()
|
/titanic_50/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | chown.c | 35 return (_syscall(SYS_fchownat, AT_FDCWD, s, u, g, AT_SYMLINK_NOFOLLOW)); in chown()
|
/titanic_50/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_deleted.c | 68 AT_FDCWD, path, sb, AT_SYMLINK_NOFOLLOW)); in s10_lstat() 99 AT_FDCWD, path, sb, AT_SYMLINK_NOFOLLOW)); in s10_lstat64() 240 AT_FDCWD, name, uid, gid, AT_SYMLINK_NOFOLLOW)); in s10_lchown() 433 AT_FDCWD, path, statb, AT_SYMLINK_NOFOLLOW)); in s10_lxstat()
|
/titanic_50/usr/src/lib/libast/common/tm/ |
H A D | tvtouch.c | 142 …ec == UTIME_NOW ? (struct timespec*)0 : ts, (flags & TV_TOUCH_PHYSICAL) ? AT_SYMLINK_NOFOLLOW : 0)) in tvtouch() 154 …UTIME_NOW) && utimensat(AT_FDCWD, path, ts, (flags & TV_TOUCH_PHYSICAL) ? AT_SYMLINK_NOFOLLOW : 0)) in tvtouch()
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | fcntlcom.h | 152 #define AT_SYMLINK_NOFOLLOW 0x1000 macro
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | tvlib | 12 return utimensat(AT_FDCWD, ".", ts, AT_SYMLINK_NOFOLLOW) != 0;
|
/titanic_50/usr/src/cmd/du/ |
H A D | du.c | 312 j = fstatat(curfd, curname, &stb1, AT_SYMLINK_NOFOLLOW); in descend() 322 i = fstatat(curfd, curname, &stb, AT_SYMLINK_NOFOLLOW); in descend()
|
/titanic_50/usr/src/lib/libbc/libc/sys/common/ |
H A D | _stat.c | 101 int follow = lstat? AT_SYMLINK_NOFOLLOW : 0; in stat_com()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | fcntl.h | 385 #define AT_SYMLINK_NOFOLLOW 0x1000 macro
|
/titanic_50/usr/src/cmd/cpio/ |
H A D | cpio.h | 305 #define AT_SYMLINK_NOFOLLOW 0x1000 macro
|
H A D | cpio.c | 114 path : Gen.g_attrnam_p), statbuf, AT_SYMLINK_NOFOLLOW) 5729 AT_SYMLINK_NOFOLLOW) < 0) { in openout() 5744 AT_SYMLINK_NOFOLLOW) < 0) && privileged) { in openout() 6255 AT_SYMLINK_NOFOLLOW) < 0) { in rstfiles() 6267 AT_SYMLINK_NOFOLLOW) < 0) && privileged) { in rstfiles() 9377 AT_SYMLINK_NOFOLLOW) < 0) { in preview_attrs() 9699 if (flag == AT_SYMLINK_NOFOLLOW) in fchownat() 9730 if (flag == AT_SYMLINK_NOFOLLOW) in fstatat()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | pr_stat.c | 196 adp->arg_value = AT_SYMLINK_NOFOLLOW; in pr_lstat() 429 adp->arg_value = AT_SYMLINK_NOFOLLOW; in pr_lstat64()
|
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vop.c | 339 if (fstatat(dvp->v_fd, name, &st, AT_SYMLINK_NOFOLLOW) == -1) in fop_lookup() 401 err = fstatat(dvp->v_fd, name, &st, AT_SYMLINK_NOFOLLOW); in fop_create() 516 AT_SYMLINK_NOFOLLOW) == -1) in fop_rename()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | nftw.c | 626 flags | AT_SYMLINK_NOFOLLOW)); in cdlstat() 672 return (fstatat(fd, basepath, statp, flags | AT_SYMLINK_NOFOLLOW)); in nocdlstat()
|
H A D | _xftw.c | 160 if ((nocdstat(path, &sb, vp, AT_SYMLINK_NOFOLLOW) != -1) && in fwalk()
|
/titanic_50/usr/src/cmd/rm/ |
H A D | rm.c | 330 if (fstatat(caller->fd, entry, &temp, AT_SYMLINK_NOFOLLOW) != 0) { in rm()
|
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | utilities.c | 607 AT_SYMLINK_NOFOLLOW) < 0) { 637 AT_SYMLINK_NOFOLLOW) < 0) {
|
/titanic_50/usr/src/cmd/truss/ |
H A D | systable.c | 1378 (Lsp->pr_sysarg[3] == AT_SYMLINK_NOFOLLOW)? in getsubcode() 1392 (Lsp->pr_sysarg[4] == AT_SYMLINK_NOFOLLOW)? in getsubcode() 1437 (Lsp->pr_sysarg[3] == AT_SYMLINK_NOFOLLOW)? in getsubcode()
|
/titanic_50/usr/src/cmd/tar/ |
H A D | tar.c | 99 #define AT_SYMLINK_NOFOLLOW 0x1000 macro 1892 j = fstatat(dirfd, shortname, &sbuf, AT_SYMLINK_NOFOLLOW); in putfile() 3364 symflag = AT_SYMLINK_NOFOLLOW; in doxtract() 7752 i = fstatat(dirfd, shortname, &stbuf, AT_SYMLINK_NOFOLLOW); in getstat() 7768 &symlnbuf, AT_SYMLINK_NOFOLLOW); in getstat() 8540 if (flag == AT_SYMLINK_NOFOLLOW) in fchownat() 8570 if (flag == AT_SYMLINK_NOFOLLOW) in fstatat()
|