Lines Matching defs:follow
2611 const char *link, int follow, register_t *retval)
2619 if (follow & AT_SYMLINK_FOLLOW)
2696 int follow;
2698 follow = SCARG(uap, flags) & AT_SYMLINK_FOLLOW;
2700 return do_sys_linkat(l, fd1, name1, fd2, name2, follow, retval);
3300 * Get file status; this version does not follow links.
3527 * not follow links.
3645 * Change mode of a file given path name; this version does not follow links.
3823 * Set ownership given a path name; this version does not follow links.
3850 * Set ownership given a path name; this version does not follow links.
4002 * version does not follow links.
4027 int follow;
4032 follow = (SCARG(uap, flag) & AT_SYMLINK_NOFOLLOW) ? NOFOLLOW : FOLLOW;
4035 SCARG(uap, path), follow, tptr, UIO_USERSPACE);