| /src/etc/rc.d/ |
| sshd | 31 To fix, follow the "Adding entropy" section in the entropy(7)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| fp_extend_impl.inc | 42 // Various constants whose values follow from the type parameters.
|
| fp_trunc_impl.inc | 43 // Various constants whose values follow from the type parameters.
|
| /src/usr.bin/make/unit-tests/ |
| var-recursive.mk | 30 # follow-up error messages, but recursive variables occur seldom.
|
| dotwait.mk | 18 # Within each test, the names of the sub-targets follow these
|
| varmod.mk | 12 # * other modifiers may follow, separated by a ':' 21 # * `individual`: parsing this modifier does not follow the common
|
| varmod-to-separator.mk | 18 # After the :ts modifier, other modifiers can follow. 72 # The :ts modifier can follow other modifiers.
|
| /src/usr.sbin/makefs/ |
| makefs.c | 194 fsoptions.follow = true; 298 fsoptions.follow); 310 fsoptions.follow);
|
| makefs.h | 179 int follow; /* follow symlinks */ member in struct:makefs_fsinfo
|
| walk.c | 198 int replace, int follow) 249 if (follow) { 280 cur->child, replace, follow); 313 replace, follow);
|
| /src/usr.sbin/trpt/ |
| trpt.c | 137 static int aflag, follow, sflag, tflag; variable 168 ++follow; 341 if (follow) {
|
| /src/usr.bin/rpcgen/ |
| rpc_util.c | 176 ptype(const char *prefix, const char *type, int follow) 191 f_print(fout, "%s ", follow ? fixtype(type) : type);
|
| /src/sys/compat/linux32/common/ |
| linux32_unistd.c | 417 int follow; local 419 follow = SCARG(uap, flags) & LINUX_AT_SYMLINK_FOLLOW; 421 return do_sys_linkat(l, fd1, name1, fd2, name2, follow, retval);
|
| /src/sys/compat/netbsd32/ |
| netbsd32_fs.c | 389 return do_sys_utimes(l, NULL, SCARG_P32(uap, path), FOLLOW, 572 error = do_sys_stat(path, FOLLOW, &sb); 1310 int follow; local 1313 follow = (SCARG(uap, flag) & AT_SYMLINK_NOFOLLOW) ? NOFOLLOW : FOLLOW; 1316 follow, &sb); 1334 int follow; local 1341 follow = (SCARG(uap, flag) & AT_SYMLINK_NOFOLLOW) ? NOFOLLOW : FOLLOW; 1344 SCARG_P32(uap, path), follow, tsp, UIO_SYSSPACE) [all...] |
| /src/games/battlestar/ |
| command2.c | 354 follow(void) function 378 puts("There is no one to follow.");
|
| extern.h | 165 #define FOLLOW 1031 347 int follow(void);
|
| cypher.c | 504 case FOLLOW: 505 lflag = follow();
|
| /src/sys/arch/amiga/stand/bootblock/boot/ |
| Makefile | 91 COPTIM= -Os -fomit-frame-pointer -fcse-follow-jumps -fcse-skip-blocks
|
| /src/sys/arch/amiga/stand/bootblock/bootxx_ffs/ |
| Makefile | 76 COPTIM= -Os -fomit-frame-pointer -fcse-follow-jumps -fcse-skip-blocks
|
| /src/sys/arch/amiga/stand/bootblock/ppcboot/ |
| Makefile | 46 COPTIM= -Os -fomit-frame-pointer -fcse-follow-jumps -fcse-skip-blocks
|
| /src/sys/compat/linux/common/ |
| linux_file.c | 563 return linux_stat1(uap, retval, FOLLOW); 600 int follow; local 602 follow = SCARG(uap, flags) & LINUX_AT_SYMLINK_FOLLOW; 604 return do_sys_linkat(l, fd1, name1, fd2, name2, follow, retval); 626 NDINIT(&nd, LOOKUP, FOLLOW | LOCKLEAF | TRYEMULROOT, pb);
|
| linux_misc.c | 1617 int follow, error; local 1619 follow = (flags & LINUX_AT_SYMLINK_NOFOLLOW) ? NOFOLLOW : FOLLOW; 1633 return do_sys_utimensat(l, fd, NULL, path, follow, tsp, UIO_SYSSPACE);
|
| /src/sys/coda/ |
| coda.h | 812 int follow; member in struct:PioctlData
|
| /src/lib/libc/gen/ |
| fts.c | 364 * pointer, follow fails. 920 fts_stat(FTS *sp, FTSENT *p, int follow) 950 if (ISSET(FTS_LOGICAL) || follow) {
|
| /src/sys/kern/ |
| vfs_syscalls.c | 1730 NDINIT(&nd, LOOKUP, FOLLOW | LOCKLEAF | LOCKSHARED | TRYEMULROOT, pb); 2116 NDINIT(&nd, LOOKUP, FOLLOW | LOCKLEAF | TRYEMULROOT, pb); 2612 const char *link, int follow, register_t *retval) 2620 if (follow & AT_SYMLINK_FOLLOW) 2697 int follow; local 2699 follow = SCARG(uap, flags) & AT_SYMLINK_FOLLOW; 2701 return do_sys_linkat(l, fd1, name1, fd2, name2, follow, retval); 3179 nd_flag = FOLLOW | LOCKLEAF | LOCKSHARED | TRYEMULROOT; 3181 nd_flag &= ~FOLLOW; 3294 error = do_sys_statat(l, AT_FDCWD, SCARG(uap, path), FOLLOW, &sb) 4028 int follow; local [all...] |