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

1 2 3 4 5 6 7 8 9

  /src/external/mpl/dhcp/dist/keama/tests/
runall.sh 7 echo subdirs:
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
Makefile.common 9 cvs dist cvs-clean configure.in configure.files subdirs package-messages package-merge:
29 configure.in: configure.files $(shell test -f configure.files && cat configure.files) subdirs
30 configure.files: subdirs
cvs.sh 98 ### Make new subdirs and configure.in.
102 rm -f subdirs configure.in
104 subdirs
153 subdirs
203 subdirs=`cat subdirs`
204 for dir in $subdirs; do
307 subdirs() function
354 echo "SUBDIRS=$topsubdirs" >> Makefile.am
356 echo "SUBDIRS="'$(TOPSUBDIRS)' >> Makefile.a
    [all...]
  /src/external/bsd/kyua-atf-compat/dist/
atf2kyua.sh 89 local subdirs=
93 subdirs="${subdirs} ${file}"
104 if [ -n "${subdirs}" ]; then
106 for dir in ${subdirs}; do
  /src/sys/modules/arch/
archdirs.mk 3 # list of subdirs used per-platform
  /src/crypto/external/apache2/openssl/dist/util/
mkinstallvars.pl 28 my @subdirs = _pairs (PREFIX => [ qw(BINDIR LIBDIR INCLUDEDIR APPLINKDIR) ],
36 foreach (@subdirs) { foreach (@{$_->[1]}) { $all{$_} = 1 } }
85 foreach my $pair (@subdirs) {
129 foreach my $pair (@subdirs) {
148 foreach my $pair (@subdirs) {
  /src/external/apache2/llvm/dist/clang/docs/tools/
generate_formatted_state.py 86 for root, subdirs, files in os.walk(rootdir):
87 for subdir in subdirs:
89 subdirs.remove(subdir)
101 subdirs.remove(subdir)
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/
base.py 57 for dirname,subdirs,filenames in os.walk(dir):
59 subdirs[:] = []
61 subdirs[:] = [d for d in subdirs
  /src/external/gpl2/xcvs/dist/src/
ignore.c 365 int subdirs; local
374 /* Set SUBDIRS if we have subdirectory information in ENTRIES. */
376 subdirs = 0;
381 subdirs = sdtp == NULL || sdtp->subdirs;
410 if (subdirs)
454 if (!subdirs)
entries.c 141 if (sdtp == NULL || sdtp->subdirs)
524 sdtp->subdirs = sawdir;
529 sdtp->subdirs = 0;
791 if (sdtp != NULL && ! sdtp->subdirs)
795 sdtp->subdirs = 1;
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
clean-temp.c 86 gl_list_t /* <char *> */ volatile subdirs; member in struct:tempdir
103 /* For the subdirs and for the files, we use a gl_list_t of type LINKEDHASH.
224 iter = gl_list_iterator (dir->subdirs);
312 tmpdir->subdirs = gl_list_create_empty (GL_LINKEDHASH_LIST,
397 /* Add absolute_dir_name to tmpdir->subdirs, without duplicates. */
398 if (gl_list_search (tmpdir->subdirs, absolute_dir_name) == NULL)
399 gl_list_add_first (tmpdir->subdirs, xstrdup (absolute_dir_name));
411 gl_list_t list = tmpdir->subdirs;
508 list = tmpdir->subdirs;
  /src/tests/fs/tmpfs/
t_link.sh 66 atf_test_case subdirs
125 atf_add_test_case subdirs
  /src/usr.sbin/traceroute/
trrt2netbsd 25 @subdirs = ("usr.sbin/traceroute");
168 foreach $f (@subdirs) {
  /src/crypto/external/bsd/heimdal/dist/windows/
NTMakefile.w32 411 # If SUBDIRS is defined, we should recurse into the subdirectories
413 !ifdef SUBDIRS
414 subdirs:
415 @for %%f in ( $(SUBDIRS) ) do @ (pushd %%f && $(RMAKE) && popd) || exit /b 1
417 clean-subdirs:
418 @for %%f in ( $(SUBDIRS) ) do @ (pushd %%f && $(RMAKE) clean && popd) || exit /b 1
420 test-subdirs:
421 @for %%f in ( $(SUBDIRS) ) do @ (pushd %%f && $(RMAKE) test && popd) || exit /b 1
423 all:: subdirs
425 clean:: clean-subdirs
    [all...]
  /src/usr.bin/man/
man.c 97 TAG *subdirs; /* _subdir: default subdir search list */ member in struct:manstate
266 m.subdirs = gettag("_subdir", 1);
273 if (!m.defaultpath || !m.subdirs || !m.suffixlist || !m.buildlist ||
311 m.subdirs = m.section;
339 TAILQ_FOREACH(esubd, &m.subdirs->entrylist, q)
352 TAILQ_FOREACH(esubd, &m.subdirs->entrylist, q)
360 * was specified. subdirs and machine are always applied to
370 TAILQ_FOREACH(esubd, &m.subdirs->entrylist, q)
  /src/external/gpl2/gettext/dist/gettext-tools/src/
write-java.c 899 char **subdirs; local
954 subdirs = (ndots > 0 ? (char **) xallocsa (ndots * sizeof (char *)) : NULL);
969 subdirs[i] = concatenated_pathname (last_dir, part, NULL);
971 last_dir = subdirs[i];
993 register_temp_subdir (tmpdir, subdirs[i]);
994 if (mkdir (subdirs[i], S_IRUSR | S_IWUSR | S_IXUSR) < 0)
996 error (0, errno, _("failed to create \"%s\""), subdirs[i]);
997 unregister_temp_subdir (tmpdir, subdirs[i]);
1041 free (subdirs[i]);
1043 freesa (subdirs);
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
NTMakefile 32 SUBDIRS=libtommath
53 all:: subdirs
55 clean:: clean-subdirs
57 test:: test-subdirs
  /src/external/gpl3/autoconf/dist/bin/
autoscan.in 47 use vars qw(@cfiles @makefiles @shfiles @subdirs %printed);
398 push @subdirs, $File::Find::name;
558 if (@subdirs)
562 sort @subdirs), "])\n");
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/
autoclean.sh 55 rm -f subdirs configure.files
  /src/external/apache2/llvm/dist/llvm/tools/opt-viewer/
optrecord.py 339 for dir, subdirs, files in os.walk(dir_or_file):
341 subdirs[:] = [d for d in subdirs
  /src/external/bsd/atf/dist/tools/
fs.cpp 217 std::set< std::string > subdirs; local
225 subdirs = d.names();
237 for (std::set< std::string >::const_iterator iter = subdirs.begin();
238 iter != subdirs.end(); iter++) {
  /src/external/gpl3/binutils/dist/etc/
update-copyright.py 459 for (dir, subdirs, filenames) in os.walk (tree):
461 for i in range (len (subdirs) - 1, -1, -1):
462 if filter.skip_dir (dir, subdirs[i]):
463 del subdirs[i]
  /src/external/gpl3/binutils.old/dist/etc/
update-copyright.py 459 for (dir, subdirs, filenames) in os.walk (tree):
461 for i in range (len (subdirs) - 1, -1, -1):
462 if filter.skip_dir (dir, subdirs[i]):
463 del subdirs[i]
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_iso9660.c 233 } subdirs; member in struct:isoent
4457 if (np->subdirs.first != NULL && depth + 1 < vdd->max_depth) {
4459 np = np->subdirs.first;
5122 isoent->subdirs.first = NULL;
5123 isoent->subdirs.last = &(isoent->subdirs.first);
5253 if ((child->drnext = parent->subdirs.first) == NULL)
5254 parent->subdirs.last = &(child->drnext);
5255 parent->subdirs.first = child;
5256 parent->subdirs.cnt++
    [all...]
  /src/external/gpl2/xcvs/dist/contrib/
pvcs2rcs.in 517 my (@subdirs, $fn, $file, @files, @pvcsarchives);
572 push(@subdirs,$fn);
595 # print "subdirs: " . join (", ", @subdirs) . "\n";
598 # for loop of subdirs
599 foreach (@subdirs)

Completed in 57 milliseconds

1 2 3 4 5 6 7 8 9