Searched refs:dirs (Results 76 - 100 of 116) sorted by relevance

12345

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearch.h272 void SetSearchPaths(const std::vector<DirectoryLookup> &dirs, argument
275 assert(angledDirIdx <= systemDirIdx && systemDirIdx <= dirs.size() &&
277 SearchDirs = dirs;
/netbsd-current/external/gpl3/gcc/dist/contrib/testsuite-management/
H A Dvalidate_failures.py309 for root, dirs, files in os.walk(builddir):
311 if ignored in dirs:
312 dirs.remove(ignored)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_dir.cc550 auto dirs = std::move(_M_dirs); local
557 dirs->orig,
558 dirs->current_path(),
/netbsd-current/sys/arch/hpc/stand/hpcboot/menu/
H A Dmenu.cpp555 static const TCHAR *dirs[] = { local
560 for (int i = 0; i < sizeof(dirs) / sizeof(dirs[0]); i++) {
561 if (wcscmp(filename, dirs[i]) == 0) {
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A Dfallback.pm85 my @dirs = ();
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dacl.c107 char *dirs[255]; variable
187 dirs[intcount] = xstrdup(tempc);
195 dirs[intcount] = xstrdup(tempc);
207 /* if file is not null add it to dirs array */
212 dirs[intcount] = xstrdup(filefullname);
224 accessfp = open_accessfile ("r", dirs[accessfilecount], NULL);
265 if (debug) fprintf (stderr, "dirs[%d] = %s, part_object="
266 "%s\n", x, dirs[x], part_object);
267 if (strcmp (dirs[x], part_object) == 0)
409 free (dirs[intcoun
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsepdebug.exp694 test_different_dir multiple-dirs "/doesnotexist:[standard_output_file {}]" $xfail
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsepdebug.exp699 test_different_dir multiple-dirs "/doesnotexist:[standard_output_file {}]" $xfail
/netbsd-current/external/bsd/atf/dist/tools/
H A Dfs.cpp635 std::vector< std::string > dirs = local
639 for (std::vector< std::string >::const_iterator iter = dirs.begin();
640 !found && iter != dirs.end(); iter++) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitHeaderSearch.cpp190 // Add the multilib dirs
245 // just prior C include dirs.
259 // Add dirs specified via 'configure --with-c-include-dirs'.
262 SmallVector<StringRef, 5> dirs; local
263 CIncludeDirs.split(dirs, ":");
264 for (StringRef dir : dirs)
501 // Since dupes of system dirs are rare, just rescan to find the original
/netbsd-current/external/gpl2/gmake/dist/tests/
H A Dtest_driver.pl149 print "Making work dirs...\n";
167 @dirs = grep (!/^(\..*|CVS|RCS)$/, readdir (SCRIPTDIR) );
169 foreach $dir (@dirs)
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/extra/
H A Dgendocs.sh60 dirs= # -I directories.
163 -I) shift; dirargs="$dirargs -I '$1'"; dirs="$dirs $1";;
253 @dirs = qw(. $dirs);
261 for my $d (@dirs) {
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/
H A Dlocal.mk41 # Ignore dirs that only contain configuration settings.
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Ddemangle_tree.py156 for root, dirs, files in os.walk(obj_dir):
/netbsd-current/share/mk/
H A Dbsd.kmodule.mk243 dirs=${_INST_DIRS:Q}; \
244 for d in $$dirs; do \
/netbsd-current/external/gpl2/lvm2/dist/lib/format_text/
H A Dformat-text.c1003 dir_list = &((struct mda_lists *) fmt->private)->dirs;
1624 _free_dirs(&((struct mda_lists *) fmt->private)->dirs);
1853 dir_list = &((struct mda_lists *) fmt->private)->dirs;
2069 dm_list_init(&mda_lists->dirs);
2087 if ((cn = find_config_tree_node(cmd, "metadata/dirs"))) {
2091 "metadata/dirs");
2095 if (!_add_dir(cv->v.str, &mda_lists->dirs)) {
2115 _free_dirs(&mda_lists->dirs);
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/
H A Dfixinc.in208 dirs="."
213 while [ -n "$dirs" ] && [ $levels -gt 0 ]
217 for d in $dirs
250 dirs="$newdirs"
255 dirs=
/netbsd-current/external/gpl3/gcc/dist/fixincludes/
H A Dfixinc.in208 dirs="."
213 while [ -n "$dirs" ] && [ $levels -gt 0 ]
217 for d in $dirs
250 dirs="$newdirs"
255 dirs=
/netbsd-current/usr.bin/make/
H A Dmake.h403 List /* of CachedDir */ dirs; member in struct:SearchPath
827 Lst_Init(&path->dirs);
/netbsd-current/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_import.c1166 int i, dirs = iarg->paths; local
1182 if (dirs == 0) {
1183 dirs = 1;
1192 for (i = 0; i < dirs; i++) {
/netbsd-current/external/gpl2/gmake/dist/
H A Dremake.c1460 static char *dirs[] =
1554 for (dp = dirs; *dp != 0; ++dp)
1569 for (dp = dirs; *dp != 0; ++dp)
1452 static char *dirs[] = local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DLinux.cpp564 SmallVector<StringRef, 5> dirs; local
565 CIncludeDirs.split(dirs, ":");
566 for (StringRef dir : dirs) {
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Ddwarf.c208 const char **dirs; member in struct:line_header
2333 backtrace_free (state, hdr->dirs, hdr->dirs_count * sizeof (const char *),
2365 hdr->dirs = ((const char **)
2370 if (hdr->dirs == NULL)
2373 hdr->dirs[0] = u->comp_dir;
2380 hdr->dirs[i] = read_string (hdr_buf);
2381 if (hdr->dirs[i] == NULL)
2427 || (dir_index < hdr->dirs_count && hdr->dirs[dir_index] == NULL))
2437 dir = hdr->dirs[dir_index];
2516 dir = hdr->dirs[va
[all...]
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Ddwarf.c208 const char **dirs; member in struct:line_header
2322 backtrace_free (state, hdr->dirs, hdr->dirs_count * sizeof (const char *),
2354 hdr->dirs = ((const char **)
2359 if (hdr->dirs == NULL)
2362 hdr->dirs[0] = u->comp_dir;
2369 hdr->dirs[i] = read_string (hdr_buf);
2370 if (hdr->dirs[i] == NULL)
2416 || (dir_index < hdr->dirs_count && hdr->dirs[dir_index] == NULL))
2426 dir = hdr->dirs[dir_index];
2505 dir = hdr->dirs[va
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Ddwarf2.c1424 char ** dirs; member in struct:line_info_table
1660 && table->dirs != NULL)
1661 subdir_name = table->dirs[table->files[file - 1].dir - 1];
1905 tmp = (char **) bfd_realloc (table->dirs, amt);
1908 table->dirs = tmp;
1911 table->dirs[table->num_dirs++] = cur_dir;
2251 table->dirs = NULL;
2529 if (table->dirs != NULL)
2530 free (table->dirs);
5094 free (each->line_table->dirs);
[all...]

Completed in 250 milliseconds

12345