Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/uts/common/syscall/
H A Dstat.c168 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 Dchmod.c55 if (flag & ~AT_SYMLINK_NOFOLLOW) in fchmodat()
H A Dchown.c91 return (fchownat(AT_FDCWD, path, uid, gid, AT_SYMLINK_NOFOLLOW)); in lchown()
H A Dutime.c195 (flag & AT_SYMLINK_NOFOLLOW)? NO_FOLLOW : FOLLOW)); in utimensat()
/titanic_50/usr/src/lib/libc/port/sys/
H A Dstat.c60 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 Dchown.c59 return (fchownat(AT_FDCWD, name, uid, gid, AT_SYMLINK_NOFOLLOW)); in lchown()
/titanic_50/usr/src/lib/libbc/libc/sys/sys5/
H A Dchown.c33 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 Dchown.c35 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 Ds10_deleted.c68 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 Dtvtouch.c142 …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 Dfcntlcom.h152 #define AT_SYMLINK_NOFOLLOW 0x1000 macro
/titanic_50/usr/src/lib/libast/common/features/
H A Dtvlib12 return utimensat(AT_FDCWD, ".", ts, AT_SYMLINK_NOFOLLOW) != 0;
/titanic_50/usr/src/cmd/du/
H A Ddu.c312 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.c101 int follow = lstat? AT_SYMLINK_NOFOLLOW : 0; in stat_com()
/titanic_50/usr/src/uts/common/sys/
H A Dfcntl.h385 #define AT_SYMLINK_NOFOLLOW 0x1000 macro
/titanic_50/usr/src/cmd/cpio/
H A Dcpio.h305 #define AT_SYMLINK_NOFOLLOW 0x1000 macro
H A Dcpio.c114 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 Dpr_stat.c196 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 Dfake_vop.c339 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 Dnftw.c626 flags | AT_SYMLINK_NOFOLLOW)); in cdlstat()
672 return (fstatat(fd, basepath, statp, flags | AT_SYMLINK_NOFOLLOW)); in nocdlstat()
H A D_xftw.c160 if ((nocdstat(path, &sb, vp, AT_SYMLINK_NOFOLLOW) != -1) && in fwalk()
/titanic_50/usr/src/cmd/rm/
H A Drm.c330 if (fstatat(caller->fd, entry, &temp, AT_SYMLINK_NOFOLLOW) != 0) { in rm()
/titanic_50/usr/src/cmd/backup/restore/
H A Dutilities.c607 AT_SYMLINK_NOFOLLOW) < 0) {
637 AT_SYMLINK_NOFOLLOW) < 0) {
/titanic_50/usr/src/cmd/truss/
H A Dsystable.c1378 (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 Dtar.c99 #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()

12