follow
lflag = follow();
int follow(void);
fts_stat(FTS *sp, FTSENT *p, int follow)
if (ISSET(FTS_LOGICAL) || follow) {
int follow;
sflags = iap->follow ? NSM_FOLLOW_NOEMULROOT : NSM_NOFOLLOW_NOEMULROOT;
int follow;
follow = SCARG(uap, flags) & LINUX_AT_SYMLINK_FOLLOW;
return do_sys_linkat(l, fd1, name1, fd2, name2, follow, retval);
int follow, error;
follow = (flags & LINUX_AT_SYMLINK_NOFOLLOW) ? NOFOLLOW : FOLLOW;
return do_sys_utimensat(l, fd, NULL, path, follow, tsp, UIO_SYSSPACE);
int follow;
follow = SCARG(uap, flags) & LINUX_AT_SYMLINK_FOLLOW;
return do_sys_linkat(l, fd1, name1, fd2, name2, follow, retval);
int follow;
follow = (SCARG(uap, flag) & AT_SYMLINK_NOFOLLOW) ? NOFOLLOW : FOLLOW;
follow, &sb);
int follow;
follow = (SCARG(uap, flag) & AT_SYMLINK_NOFOLLOW) ? NOFOLLOW : FOLLOW;
SCARG_P32(uap, path), follow, tsp, UIO_SYSSPACE);
const char *link, int follow, register_t *retval)
if (follow & AT_SYMLINK_FOLLOW)
int follow;
follow = SCARG(uap, flags) & AT_SYMLINK_FOLLOW;
return do_sys_linkat(l, fd1, name1, fd2, name2, follow, retval);
int follow;
follow = (SCARG(uap, flag) & AT_SYMLINK_NOFOLLOW) ? NOFOLLOW : FOLLOW;
SCARG(uap, path), follow, tptr, UIO_USERSPACE);
ptype(const char *prefix, const char *type, int follow)
f_print(fout, "%s ", follow ? fixtype(type) : type);
fsoptions.follow = true;
fsoptions.follow);
fsoptions.follow);
int follow; /* follow symlinks */
int replace, int follow)
if (follow) {
cur->child, replace, follow);
replace, follow);
static int aflag, follow, sflag, tflag;
++follow;
if (follow) {