Home
last modified time | relevance | path

Searched refs:subdirs (Results 1 – 25 of 117) sorted by relevance

12345

/openbsd/gnu/llvm/clang/docs/tools/
H A Dgenerate_formatted_state.py91 for root, subdirs, files in os.walk(rootdir):
92 for subdir in subdirs:
94 subdirs.remove(subdir)
106 subdirs.remove(subdir)
/openbsd/gnu/usr.bin/cvs/src/
H A Dignore.c377 int subdirs; local
388 subdirs = 0;
394 subdirs = sdtp == NULL || sdtp->subdirs;
423 if (subdirs)
468 if (! subdirs)
H A Dentries.c149 if (sdtp == NULL || sdtp->subdirs)
550 sdtp->subdirs = sawdir;
555 sdtp->subdirs = 0;
804 if (sdtp != NULL && ! sdtp->subdirs)
808 sdtp->subdirs = 1;
/openbsd/gnu/llvm/llvm/utils/lit/lit/formats/
H A Dbase.py57 for dirname,subdirs,filenames in os.walk(dir):
59 subdirs[:] = []
61 subdirs[:] = [d for d in subdirs
/openbsd/usr.sbin/smtpd/
H A Dmail.maildir.c93 char *subdirs[] = { "cur", "tmp", "new" }; in maildir_mkdirs() local
101 for (i = 0; i < nitems(subdirs); ++i) { in maildir_mkdirs()
103 subdirs[i]); in maildir_mkdirs()
105 errc(1, ENAMETOOLONG, "%s/%s", dirname, subdirs[i]); in maildir_mkdirs()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dconfigure.frag28 subdirs=$2
58 for subdir in . $subdirs
71 for subdir in . $subdirs
H A Dconfigure142 subdirs=
8241 subdirs=
8269 subdirs="$subdirs `echo $lang | sed -e 's,^.*/\([^/]*\)/config-lang.in$,\1,'`"
8273 subdirs="$subdirs `echo $lang | sed -e 's,^.*/\([^/]*\)/config-lang.in$,\1,'`"
8378 for subdir in . $subdirs
8416 for s in .. $subdirs
8510 if test "x$subdirs" != x; then
8511 for s in $subdirs
8938 s%@subdirs@%$subdirs%g
9212 subdirs='$subdirs'
[all …]
/openbsd/gnu/usr.bin/perl/dist/PathTools/t/
H A Dabs2rel.t23 my @subdirs = (
28 mkpath(\@subdirs, 0, 0711)
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/
H A DMakefile.in36 SUBDIRS = @subdirs@
151 subdirs:
H A Dconfigure57 subdirs=
1107 s%@subdirs@%$subdirs%g
/openbsd/gnu/llvm/llvm/tools/opt-viewer/
H A Doptrecord.py339 for dir, subdirs, files in os.walk(dir_or_file):
341 subdirs[:] = [d for d in subdirs
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Ddiff-r-error-1.txt5 # Same filenames in subdirs with different content, "diff -r" should fail.
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/
H A DMakefile.in4 SUBDIRS = @subdirs@
H A Dconfigure51 subdirs=
647 subdirs="gdb.aCC gdb.base-hp gdb.compat gdb.defects gdb.objdbg"
810 s%@subdirs@%$subdirs%g
/openbsd/gnu/usr.bin/cvs/doc/
H A DChangeLog.fsf20 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dproblems.t43 # Also make sure Makefile.PL's in subdirs still have '.' in @INC.
H A Dunicode.t89 # Also make sure Makefile.PL's in subdirs still have '.' in @INC.
/openbsd/gnu/usr.bin/binutils/
H A Dconfig-ml.in1 # Configure fragment invoked in the post-target section for subdirs
84 # MULTIDIRS = list of multilib subdirs (eg: m68000 m68020 ...)
168 # configure the multilib subdirs), and another that all configure.in's ran to
194 # multilib subdirs to support. This lives at the top because we need
524 # subdirs.
675 # Makefile before going on to configure the subdirs.
685 echo "Running configure in multilib subdirs ${multidirs}"
/openbsd/gnu/lib/libstdc++/
H A Dconfig-ml.in1 # Configure fragment invoked in the post-target section for subdirs
58 # MULTIDIRS = list of multilib subdirs (eg: m68000 m68020 ...)
143 # configure the multilib subdirs), and another that all configure.in's ran to
169 # multilib subdirs to support. This lives at the top because we need
510 # subdirs.
660 # Makefile before going on to configure the subdirs.
670 echo "Running configure in multilib subdirs ${multidirs}"
/openbsd/gnu/usr.bin/binutils-2.17/
H A Dconfig-ml.in1 # Configure fragment invoked in the post-target section for subdirs
84 # MULTIDIRS = list of multilib subdirs (eg: m68000 m68020 ...)
168 # configure the multilib subdirs), and another that all configure.in's ran to
194 # multilib subdirs to support. This lives at the top because we need
524 # subdirs.
678 # Makefile before going on to configure the subdirs.
688 echo "Running configure in multilib subdirs ${multidirs}"
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/
H A DXS.pm160 $label2files{subdirs} = +{
/openbsd/gnu/share/
H A Dconfigure88 subdirs=
1089 for subdir in . ${subdirs} ; do
1363 if [ -z "${subdirs}" ]; then
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp390 const char *subdirs[] = { in AddRootSubdirsToSearchPaths() local
396 for (int i = 0; subdirs[i] != nullptr; i++) { in AddRootSubdirsToSearchPaths()
397 FileSpec testdir(dir + subdirs[i]); in AddRootSubdirsToSearchPaths()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/
H A Dconfigure50 subdirs=
633 subdirs="objdbg01 objdbg02 objdbg03 objdbg04"
/openbsd/gnu/usr.bin/cvs/lib/
H A DChangeLog.fsf83 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced

12345