Home
last modified time | relevance | path

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

123456789

/netbsd/src/external/bsd/kyua-atf-compat/dist/
Datf2kyua.sh89 local subdirs=
93 subdirs="${subdirs} ${file}"
104 if [ -n "${subdirs}" ]; then
106 for dir in ${subdirs}; do
/netbsd/src/external/gpl2/xcvs/dist/src/
Dignore.c365 int subdirs; in ignore_files() local
376 subdirs = 0; in ignore_files()
381 subdirs = sdtp == NULL || sdtp->subdirs; in ignore_files()
410 if (subdirs) in ignore_files()
454 if (!subdirs) in ignore_files()
Dentries.c141 if (sdtp == NULL || sdtp->subdirs) in write_entries()
524 sdtp->subdirs = sawdir; in Entries_Open()
529 sdtp->subdirs = 0; in Entries_Open()
791 if (sdtp != NULL && ! sdtp->subdirs) in Subdirs_Known()
795 sdtp->subdirs = 1; in Subdirs_Known()
/netbsd/src/usr.bin/man/
Dman.c96 TAG *subdirs; /* _subdir: default subdir search list */ member
262 m.subdirs = gettag("_subdir", 1); in main()
269 if (!m.defaultpath || !m.subdirs || !m.suffixlist || !m.buildlist || in main()
307 m.subdirs = m.section; in main()
335 TAILQ_FOREACH(esubd, &m.subdirs->entrylist, q) in main()
348 TAILQ_FOREACH(esubd, &m.subdirs->entrylist, q) in main()
366 TAILQ_FOREACH(esubd, &m.subdirs->entrylist, q) in main()
/netbsd/src/tests/fs/tmpfs/
Dt_link.sh66 atf_test_case subdirs
125 atf_add_test_case subdirs
/netbsd/src/usr.sbin/traceroute/
Dtrrt2netbsd25 @subdirs = ("usr.sbin/traceroute");
168 foreach $f (@subdirs) {
/netbsd/src/external/bsd/atf/dist/tools/
Dfs.cpp217 std::set< std::string > subdirs; in cleanup_aux_dir() local
225 subdirs = d.names(); in cleanup_aux_dir()
237 for (std::set< std::string >::const_iterator iter = subdirs.begin(); in cleanup_aux_dir()
238 iter != subdirs.end(); iter++) { in cleanup_aux_dir()
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_write_set_format_iso9660.c233 } subdirs; member
4452 if (np->subdirs.first != NULL && depth + 1 < vdd->max_depth) { in write_directory_descriptors()
4454 np = np->subdirs.first; in write_directory_descriptors()
5117 isoent->subdirs.first = NULL; in isoent_new()
5118 isoent->subdirs.last = &(isoent->subdirs.first); in isoent_new()
5248 if ((child->drnext = parent->subdirs.first) == NULL) in isoent_add_child_head()
5249 parent->subdirs.last = &(child->drnext); in isoent_add_child_head()
5250 parent->subdirs.first = child; in isoent_add_child_head()
5251 parent->subdirs.cnt++; in isoent_add_child_head()
5274 *parent->subdirs.last = child; in isoent_add_child_tail()
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dgdbinit.in1 # Stub gdbinit for sim/$arch/ subdirs to load the common sim/.gdbinit.
/netbsd/src/crypto/external/bsd/heimdal/dist/windows/
DNTMakefile.w32414 subdirs:
417 clean-subdirs:
420 test-subdirs:
423 all:: subdirs
425 clean:: clean-subdirs
427 test:: test-subdirs
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
DNTMakefile53 all:: subdirs
55 clean:: clean-subdirs
57 test:: test-subdirs
/netbsd/src/external/gpl3/gcc/dist/contrib/
Dupdate-copyright.py446 for (dir, subdirs, filenames) in os.walk (tree):
448 for i in range (len (subdirs) - 1, -1, -1):
449 if filter.skip_dir (dir, subdirs[i]):
450 del subdirs[i]
/netbsd/src/external/bsd/libbind/dist/make/
Drules.in53 all: subdirs ${TARGETS}
68 subdirs:
/netbsd/src/external/ibm-public/postfix/dist/src/smtpstone/
Dhashed-incoming27 hashed incoming queue, depth=1 (16 subdirs)
/netbsd/src/external/gpl2/xcvs/dist/contrib/
Dpvcs2rcs.in517 my (@subdirs, $fn, $file, @files, @pvcsarchives);
572 push(@subdirs,$fn);
599 foreach (@subdirs)
/netbsd/src/external/gpl2/xcvs/dist/doc/
DChangeLog.fsf20 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
/netbsd/src/external/gpl3/binutils/dist/
Dconfig-ml.in1 # Configure fragment invoked in the post-target section for subdirs
84 # MULTIDIRS = list of multilib subdirs (eg: m68000 m68020 ...)
186 # configure the multilib subdirs), and another that all configure.ac's ran to
212 # multilib subdirs to support. This lives at the top because we need
496 # subdirs.
653 # Makefile before going on to configure the subdirs.
663 echo "Running configure in multilib subdirs ${multidirs}"
/netbsd/src/external/gpl3/gcc/dist/
Dconfig-ml.in1 # Configure fragment invoked in the post-target section for subdirs
84 # MULTIDIRS = list of multilib subdirs (eg: m68000 m68020 ...)
186 # configure the multilib subdirs), and another that all configure.ac's ran to
212 # multilib subdirs to support. This lives at the top because we need
496 # subdirs.
653 # Makefile before going on to configure the subdirs.
663 echo "Running configure in multilib subdirs ${multidirs}"
/netbsd/src/external/gpl3/gdb/dist/
Dconfig-ml.in1 # Configure fragment invoked in the post-target section for subdirs
84 # MULTIDIRS = list of multilib subdirs (eg: m68000 m68020 ...)
186 # configure the multilib subdirs), and another that all configure.ac's ran to
212 # multilib subdirs to support. This lives at the top because we need
496 # subdirs.
653 # Makefile before going on to configure the subdirs.
663 echo "Running configure in multilib subdirs ${multidirs}"
/netbsd/src/external/gpl3/gdb/dist/readline/
DMakefile.in242 subdirs = @subdirs@
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dacx_configure_dir.m482 # different subdirs can have different --enable and --with options.
/netbsd/src/external/bsd/ntp/dist/sntp/scripts/
DMakefile.in377 subdirs = @subdirs@
/netbsd/src/external/bsd/ntp/dist/sntp/include/
DMakefile.in380 subdirs = @subdirs@
/netbsd/src/external/gpl2/xcvs/dist/lib/
DChangeLog.fsf83 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
/netbsd/src/external/bsd/ntp/dist/sntp/m4/
Dntp_cacheversion.m479 # Clear all *_cv_* variables including our child subdirs'

123456789