HomeSort by: relevance | last modified time | path
    Searched refs:follow (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/etc/rc.d/
sshd 31 To fix, follow the "Adding entropy" section in the entropy(7)
  /src/
README.md 37 The [netbsd-users](https://www.NetBSD.org/mailinglists/#netbsd-users) list is a good choice for many problems; watch [current-users](https://www.NetBSD.org/mailinglists/#current-users) if you follow the bleeding edge of NetBSD-current.
  /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/trpt/
trpt.c 137 static int aflag, follow, sflag, tflag; variable in typeref:typename:int
168 ++follow;
341 if (follow) {
  /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.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 in function:linux32_sys_linkat
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 in function:netbsd32_fstatat
1313 follow = (SCARG(uap, flag) & AT_SYMLINK_NOFOLLOW) ? NOFOLLOW : FOLLOW;
1316 follow, &sb);
1334 int follow; local in function:netbsd32_utimensat
1341 follow = (SCARG(uap, flag) & AT_SYMLINK_NOFOLLOW) ? NOFOLLOW : FOLLOW;
1344 SCARG_P32(uap, path), follow, tsp, UIO_SYSSPACE)
    [all...]
  /src/sys/external/isc/libsodium/dist/m4/
ax_check_compile_flag.m4 48 # need not follow the terms of the GNU General Public License when using
ax_check_define.m4 37 # need not follow the terms of the GNU General Public License when using
ax_check_link_flag.m4 48 # need not follow the terms of the GNU General Public License when using
ax_tls.m4 37 # need not follow the terms of the GNU General Public License when using
  /src/games/battlestar/
command2.c 354 follow(void) function in typeref:typename:int
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/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/arch/amiga/stand/bootblock/boot/
Makefile 91 COPTIM= -Os -fomit-frame-pointer -fcse-follow-jumps -fcse-skip-blocks

Completed in 75 milliseconds

1 2