Searched refs:dirs (Results 51 - 75 of 116) sorted by relevance

12345

/netbsd-current/external/gpl3/binutils/dist/gas/
H A Ddwarf2dbg.c212 static char ** dirs; variable
631 if (dirs[d] != NULL
632 && filename_ncmp (dirname, dirs[d], dirlen) == 0
633 && dirs[d][dirlen] == '\0')
639 if (dirs == NULL || dirs[0] == NULL)
666 dirs = XRESIZEVEC (char *, dirs, dirs_allocated);
667 memset (dirs + old, 0, (dirs_allocated - old) * sizeof (char *));
670 dirs[
[all...]
/netbsd-current/external/bsd/atf/dist/tools/
H A Drequirements.cpp68 const std::vector< std::string > dirs = tools::text::split( local
70 for (std::vector< std::string >::const_iterator iter = dirs.begin();
71 !found && iter != dirs.end(); iter++) {
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dkwset.c135 enum { L, R } dirs[12]; local
153 dirs[0] = L;
160 dirs[depth++] = L, link = link->llink;
162 dirs[depth++] = R, link = link->rlink;
191 if (dirs[--depth] == L)
199 if (dirs[depth] == L)
207 if (depth && ((dirs[depth] == L && --links[depth]->balance)
208 || (dirs[depth] == R && ++links[depth]->balance)))
213 switch (dirs[depth + 1])
233 switch (dirs[dept
[all...]
/netbsd-current/external/gpl2/grep/dist/src/
H A Dkwset.c135 enum { L, R } dirs[12]; local
153 dirs[0] = L;
160 dirs[depth++] = L, link = link->llink;
162 dirs[depth++] = R, link = link->rlink;
191 if (dirs[--depth] == L)
199 if (dirs[depth] == L)
207 if (depth && ((dirs[depth] == L && --links[depth]->balance)
208 || (dirs[depth] == R && ++links[depth]->balance)))
213 switch (dirs[depth + 1])
233 switch (dirs[dept
[all...]
/netbsd-current/sys/dev/std/
H A Dieee1212.c89 int complete, i, numdirs, type, val, *dirs; local
91 dirs = NULL;
226 dirs = realloc(dirs,
229 dirs[numdirs++] = test;
240 if (dirs)
241 free(dirs, M_DEVBUF);
244 if (dirs) {
245 offset = dirs[--numdirs];
246 dirs
[all...]
/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Dfs.cpp476 std::vector< std::string > dirs = local
480 for (std::vector< std::string >::const_iterator iter = dirs.begin();
481 !found && iter != dirs.end(); iter++) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DSolaris.cpp245 SmallVector<StringRef, 5> dirs; local
246 CIncludeDirs.split(dirs, ":");
247 for (StringRef dir : dirs) {
H A DOpenBSD.cpp274 SmallVector<StringRef, 5> dirs; local
275 CIncludeDirs.split(dirs, ":");
276 for (StringRef dir : dirs) {
H A DFuchsia.cpp342 SmallVector<StringRef, 5> dirs; local
343 CIncludeDirs.split(dirs, ":");
344 for (StringRef dir : dirs) {
H A DWebAssembly.cpp363 SmallVector<StringRef, 5> dirs; local
364 CIncludeDirs.split(dirs, ":");
365 for (StringRef dir : dirs) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
H A Dcollect_data_flow.py40 for root, dirs, files in os.walk(corpus_dir):
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Drescoff.c409 struct bindata_build dirs;
504 cwi.dirs.d = NULL;
505 cwi.dirs.last = NULL;
506 cwi.dirs.length = 0;
543 assert (cwi.dirs.length == cwi.dirsize);
558 for (d = cwi.dirs.d; d != NULL; d = d->next)
650 coff_alloc (&cwi->dirs, sizeof (*erd)));
675 coff_alloc (&cwi->dirs, (ci + cn) * sizeof (*ere)));
699 windres_put_32 (cwi->wrbfd, ere->rva, 0x80000000 | cwi->dirs.length);
407 struct bindata_build dirs; member in struct:coff_write_info
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Drescoff.c409 struct bindata_build dirs;
504 cwi.dirs.d = NULL;
505 cwi.dirs.last = NULL;
506 cwi.dirs.length = 0;
543 assert (cwi.dirs.length == cwi.dirsize);
558 for (d = cwi.dirs.d; d != NULL; d = d->next)
650 coff_alloc (&cwi->dirs, sizeof (*erd)));
675 coff_alloc (&cwi->dirs, (ci + cn) * sizeof (*ere)));
699 windres_put_32 (cwi->wrbfd, ere->rva, 0x80000000 | cwi->dirs.length);
407 struct bindata_build dirs; member in struct:coff_write_info
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Drescoff.c409 struct bindata_build dirs;
504 cwi.dirs.d = NULL;
505 cwi.dirs.last = NULL;
506 cwi.dirs.length = 0;
543 assert (cwi.dirs.length == cwi.dirsize);
558 for (d = cwi.dirs.d; d != NULL; d = d->next)
650 coff_alloc (&cwi->dirs, sizeof (*erd)));
675 coff_alloc (&cwi->dirs, (ci + cn) * sizeof (*ere)));
699 windres_put_32 (cwi->wrbfd, ere->rva, 0x80000000 | cwi->dirs.length);
407 struct bindata_build dirs; member in struct:coff_write_info
/netbsd-current/games/rogue/
H A Dlevel.c647 char dirs[4]; local
650 dirs[0] = UPWARD;
651 dirs[1] = DOWN;
652 dirs[2] = LEFT;
653 dirs[3] = RIGHT;
664 SWAP(dirs[t1], dirs[t2]);
668 switch(dirs[i]) {
/netbsd-current/usr.bin/make/unit-tests/
H A Dmodmisc.mk5 # do not put any dirs in this list which exist on some
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcontext.c385 char **dirs; local
388 dirs = rk_UNCONST(sysplugin_dirs);
390 dirs = krb5_config_get_strings(context, NULL, "libdefaults",
392 if (dirs == NULL)
393 dirs = rk_UNCONST(sysplugin_dirs);
396 _krb5_load_plugins(context, "krb5", (const char **)dirs);
398 if (dirs != rk_UNCONST(sysplugin_dirs))
399 krb5_config_free_strings(dirs);
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Ddwarf2dbg.c211 static char **dirs; variable
692 && filename_ncmp (filename, dirs[files[last_used].dir],
718 if (filename_ncmp (filename, dirs[dir], dir_len) == 0
719 && dirs[dir][dir_len] == '\0')
727 dirs = XRESIZEVEC (char *, dirs, dirs_allocated);
730 dirs[dir] = xmemdup0 (filename, dir_len);
873 size_t dir_len = strlen (dirs[files[filenum].dir]);
877 memcpy (cp, dirs[files[filenum].dir], dir_len);
1716 dir = remap_debug_filename (dirs[
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/device/
H A Ddev-cache.c51 struct dm_list dirs; member in struct:__anon6855
469 dm_list_iterate_items(dl, &_cache.dirs)
569 dm_list_init(&_cache.dirs);
613 dm_list_init(&_cache.dirs);
639 dm_list_add(&_cache.dirs, &dl->list);
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dupdate-copyright.py451 self.dirs = []
468 self.dirs.append ((dir, filter))
480 for (dir, filter) in self.dirs:
482 if i % 3 == 0 or i == len (self.dirs):
511 for (dir, filter) in self.dirs:
/netbsd-current/external/gpl3/gdb.old/dist/etc/
H A Dupdate-copyright.py461 self.dirs = []
478 self.dirs.append ((dir, filter))
490 for (dir, filter) in self.dirs:
492 if i % 3 == 0 or i == len (self.dirs):
521 for (dir, filter) in self.dirs:
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dupdate-copyright.py464 self.dirs = []
481 self.dirs.append ((dir, filter))
493 for (dir, filter) in self.dirs:
495 if i % 3 == 0 or i == len (self.dirs):
524 for (dir, filter) in self.dirs:
/netbsd-current/external/gpl2/gmake/dist/
H A Dread.c2850 /* Table to hold the dirs. */
2855 register char **dirs = (char **) xmalloc ((5 + defsize) * sizeof (char *));
2862 /* First consider any dirs specified with -I switches.
2863 Ignore dirs that don't exist. */
2884 dirs = (char **)
2885 xrealloc ((char *) dirs, (max + defsize) * sizeof (char *));
2887 dirs[idx++] = dir;
2893 /* Now add at the end the standard default dirs. */
2906 dirs[idx++] = defdir;
2917 dirs[id
2841 register char **dirs = (char **) xmalloc ((5 + defsize) * sizeof (char *)); local
[all...]
/netbsd-current/libexec/tftpd/
H A Dtftpd.c106 } dirs[MAXDIRS+1]; variable in typeref:struct:dirlist
244 for (dirp = dirs; optind < argc && dirp < &dirs[MAXDIRS];
799 for (dirp = dirs; dirp->name != NULL; dirp++) {
806 if (dirp->name == NULL && dirp != dirs)
831 if (dirs[0].name != NULL) {
832 for (dirp = dirs; dirp->name != NULL; dirp++) {
/netbsd-current/external/gpl3/gcc.old/dist/contrib/testsuite-management/
H A Dvalidate_failures.py313 for root, dirs, files in os.walk(builddir):
315 if ignored in dirs:
316 dirs.remove(ignored)

Completed in 246 milliseconds

12345