Searched refs:dirs (Results 101 - 118 of 118) sorted by relevance

12345

/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...]
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Ddwarf.c208 const char **dirs; member in struct:line_header
2303 backtrace_free (state, hdr->dirs, hdr->dirs_count * sizeof (const char *),
2331 hdr->dirs = NULL;
2334 hdr->dirs = ((const char **)
2339 if (hdr->dirs == NULL)
2349 hdr->dirs[i] = read_string (hdr_buf);
2350 if (hdr->dirs[i] == NULL)
2403 dir = hdr->dirs[dir_index - 1];
2480 dir = hdr->dirs[val.u.uint];
2672 &hdr->dirs))
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Ddwarf2.c1443 char ** dirs; member in struct:line_info_table
1684 && table->dirs != NULL)
1685 subdir_name = table->dirs[table->files[file - 1].dir - 1];
1929 tmp = (char **) bfd_realloc (table->dirs, amt);
1932 table->dirs = tmp;
1935 table->dirs[table->num_dirs++] = cur_dir;
2281 table->dirs = NULL;
2555 free (table->dirs);
5281 free (each->line_table->dirs);
5307 free (file->line_table->dirs);
[all...]
/netbsd-current/usr.bin/make/
H A Dmain.c1191 Lst_IsEmpty(&sysIncPath->dirs) ? defSysIncPath : sysIncPath,
1476 if (Lst_IsEmpty(&sysIncPath->dirs))
1660 SearchPath *sysInc = Lst_IsEmpty(&sysIncPath->dirs)
H A Dsuff.c858 if (!Lst_IsEmpty(&suff->searchPath->dirs)) {
H A Dparse.c1253 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs)
/netbsd-current/external/apache2/llvm/dist/clang/utils/perf-training/
H A Dperf-helper.py24 for root, dirs, files in os.walk(path):
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Ddwarf2.c1799 char ** dirs; member in struct:line_info_table
2052 && table->dirs != NULL)
2055 subdir_name = table->dirs[table->files[file].dir];
2057 subdir_name = table->dirs[table->files[file].dir - 1];
2499 tmp = (char **) bfd_realloc (table->dirs, amt);
2502 table->dirs = tmp;
2505 table->dirs[table->num_dirs++] = cur_dir;
2823 table->dirs = NULL;
3077 free (table->dirs);
6082 free (each->line_table->dirs);
[all...]
/netbsd-current/external/gpl2/lvm2/dist/libdm/ioctl/
H A Dlibdm-nbsd-iface.c374 static char * const dirs[2] = { _PATH_DEV, NULL }; local
380 if ((ftsp = fts_open(dirs, FTS_NOCHDIR | FTS_PHYSICAL, NULL)) == NULL)
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c1739 char ** dirs; member in struct:line_info_table
1982 && table->dirs != NULL)
1983 subdir_name = table->dirs[table->files[file - 1].dir - 1];
2422 tmp = (char **) bfd_realloc (table->dirs, amt);
2425 table->dirs = tmp;
2428 table->dirs[table->num_dirs++] = cur_dir;
2748 table->dirs = NULL;
2992 free (table->dirs);
5963 free (each->line_table->dirs);
5989 free (file->line_table->dirs);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c12189 struct dir_info *dirs;
12218 dirs = XALLOCAVEC (struct dir_info, numfiles);
12229 dirs[0].path = files[0].path;
12230 dirs[0].length = files[0].fname - files[0].path;
12231 dirs[0].prefix = -1;
12232 dirs[0].count = 1;
12233 dirs[0].dir_idx = 0;
12238 if (files[i].fname - files[i].path == dirs[ndirs - 1].length
12239 && memcmp (dirs[ndirs - 1].path, files[i].path,
12240 dirs[ndir
12177 struct dir_info *dirs; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc12549 struct dir_info *dirs;
12618 dirs = XALLOCAVEC (struct dir_info, numfiles);
12629 dirs[0].path = files[0].path;
12630 dirs[0].length = files[0].fname - files[0].path;
12631 dirs[0].prefix = -1;
12632 dirs[0].count = 1;
12633 dirs[0].dir_idx = 0;
12638 if (files[i].fname - files[i].path == dirs[ndirs - 1].length
12639 && memcmp (dirs[ndirs - 1].path, files[i].path,
12640 dirs[ndir
12537 struct dir_info *dirs; local
[all...]
/netbsd-current/share/examples/refuse/icfs/
H A Dicfs.c310 (void) snprintf(toname, sizeof(toname), "%s%s", dirs.v[0], to);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A Dcvs.sh309 dirs=
316 *) dirs="$dirs $i"
327 (for d in $dirs; do
347 for i in $compilefirst $dirs $compilelast; do
408 dirs=`for i in $files; do echo \`dirname $i\`; done`
414 for subdir in $dirs; do
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_ioctl.c1326 const char * const dirs[8] = {
1334 dirs[((SCARG(uap, com) & IOC_DIRMASK)>>29)],
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.cpp2010 llvm::SmallVector<llvm::StringRef, 5> dirs; local
2011 CIncludeDirs.split(dirs, ":");
2012 for (llvm::StringRef dir : dirs) {
2036 // Add the multilib dirs
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_oncore.c1218 const char *dirs[] = { "/etc/ntp", "/etc", 0 }; local
1224 for (cpp=dirs; *cpp; cpp++) {

Completed in 424 milliseconds

12345