Home
last modified time | relevance | path

Searched refs:follow (Results 1 – 25 of 611) sorted by relevance

12345678910>>...25

/openbsd/regress/usr.bin/tail/
H A DMakefile3 REGRESS_TARGETS = follow-renames follow-overwrite-by-file follow-overwrite-data follow-removed-recr…
7 REGRESS_ROOT_TARGETS = follow-newsyslog
/openbsd/gnu/usr.bin/perl/ext/File-Find/t/
H A Dcorrect-absolute-path-with-follow.t26 follow => 1,
35 'find: Derive absolute path correctly with follow => 1',
H A Dfind.t719 File::Find::find( {wanted => \&wanted_File, follow => 1,
739 eval {File::Find::find( {wanted => \&simple_wanted, follow => 1,
754 follow => 1,
793 File::Find::finddepth( {wanted => \&wanted_File_Dir, follow => 1,
805 eval {File::Find::find( {wanted => \&simple_wanted, follow => 1,
818 eval {File::Find::find( {wanted => \&simple_wanted, follow => 1,
858 File::Find::find( {wanted => \&wanted_File_Dir, follow => 1,
960 follow => 1,
988 }, follow => 1}, topdir('fa'));
1110 eval { File::Find::find( { follow => 1 } ); };
H A Dtaint.t327 eval {File::Find::find( {wanted => \&simple_wanted, follow => 1},
336 eval {File::Find::find( {wanted => \&simple_wanted, follow => 1,
/openbsd/gnu/usr.bin/perl/ext/File-Find/lib/File/
H A DFind.pm24 our ($wanted_callback, $avoid_nlink, $bydepth, $no_chdir, $follow,
149 local ($wanted_callback, $avoid_nlink, $bydepth, $no_chdir, $follow,
177 $full_check = $wanted->{follow};
178 $follow = $full_check || $wanted->{follow_fast};
189 $avoid_nlink = $follow || $File::Find::dont_use_nlink;
198 ($topdev,$topino,$topmode,$topnlink) = $follow ? stat $top_item : lstat $top_item;
208 if ($follow) {
743 if ( $wanted->{follow} || $wanted->{follow_fast}) {
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dgenlink.h59 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \ argument
61 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
H A Dlibxcoff.h104 #define xcoff_link_hash_lookup(table, string, create, copy, follow) \ argument
107 (follow)))
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dgenlink.h59 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \ argument
61 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
H A Dlibxcoff.h114 #define xcoff_link_hash_lookup(table, string, create, copy, follow) \ argument
117 (follow)))
/openbsd/usr.bin/indent/
H A Dio.c181 char *follow = p; in dump_line() local
183 while (follow < e_com) { in dump_line()
184 switch (*follow) { in dump_line()
192 putc(*follow, output); in dump_line()
194 follow++; in dump_line()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFFProperties.td8 …c` for the MSVC ABI, `gnu` for the MinGW / Itanium ABI, and `default` to follow the default target…
13 …c` for the MSVC ABI, `gnu` for the MinGW / Itanium ABI, and `default` to follow the default target…
/openbsd/usr.bin/rpcgen/
H A Drpc_util.c174 ptype(prefix, type, follow) in ptype() argument
177 int follow;
191 fprintf(fout, "%s ", follow ? fixtype(type) : type);
/openbsd/usr.sbin/trpt/
H A Dtrpt.c114 static int aflag, follow, sflag, tflag; variable
140 follow = 1; in main()
282 if (follow) { in dotrace()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCGenRegisterBankInfo.def36 // follow. Each mapping consists of 3 entries, which is needed to cover
38 // - Last, mappings for cross-register bank moves follow. Since COPY has only
/openbsd/regress/usr.bin/mandoc/mdoc/Fl/
H A Dnoarg.out_markdown20 follow without white space.
H A Dnoarg.out_ascii11 Following macros --[flag] follow without white space.
/openbsd/sys/kern/
H A Dvfs_syscalls.c1706 int error, follow; in dolinkat() local
1711 follow = (flag & AT_SYMLINK_FOLLOW) ? FOLLOW : NOFOLLOW; in dolinkat()
2063 int error, follow; in dofstatat() local
2070 follow = (flag & AT_SYMLINK_NOFOLLOW) ? NOFOLLOW : FOLLOW; in dofstatat()
2139 int follow, error; in dopathconfat() local
2145 follow = (flag & AT_SYMLINK_NOFOLLOW) ? NOFOLLOW : FOLLOW; in dopathconfat()
2254 int error, follow; in dochflagsat() local
2260 NDINITAT(&nd, LOOKUP, follow, UIO_USERSPACE, fd, path, p); in dochflagsat()
2353 int error, follow; in dofchmodat() local
2456 int error, follow; in dofchownat() local
[all …]
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DDelinearization.cpp57 bool follow(const SCEV *S) { in follow() function
72 bool follow(const SCEV *S) { in follow() function
97 bool follow(const SCEV *S) { in follow() function
132 bool follow(const SCEV *S) { in follow() function
/openbsd/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/
H A Dusage2.pod39 The required arguments (which typically follow any options on the
/openbsd/gnu/usr.bin/clang/libLLVM/
H A DMakefile79 `find llvm llvm-c -follow -type f \
/openbsd/gnu/llvm/llvm/utils/
H A DUpdateCMakeLists.pl116 find({ wanted => \&ProcessFile, follow => 1 }, '.');
/openbsd/gnu/llvm/clang/docs/CommandGuide/
H A Ddiagtool.rst19 the sections that follow.
/openbsd/distrib/notes/powerpc64/
H A Dinstall27 partition setup can follow.
/openbsd/distrib/notes/riscv64/
H A Dinstall27 partition setup can follow.
/openbsd/distrib/notes/armv7/
H A Dinstall27 partition setup can follow.

12345678910>>...25