Searched refs:dirs (Results 26 - 50 of 60) sorted by relevance

123

/freebsd-11-stable/contrib/binutils/gas/
H A Ddwarf2dbg.c170 static char **dirs; variable
446 && strncmp (filename, dirs[files[last_used].dir],
470 if (strncmp (filename, dirs[dir], dir_len) == 0
471 && dirs[dir][dir_len] == '\0')
479 dirs = (char **)
480 xrealloc (dirs, (dir + 32) * sizeof (const char *));
483 dirs[dir] = xmalloc (dir_len + 1);
484 memcpy (dirs[dir], filename, dir_len);
485 dirs[dir][dir_len] = '\0';
598 size_t dir_len = strlen (dirs[file
[all...]
/freebsd-11-stable/gnu/usr.bin/grep/
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...]
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_user.c93 char *dirs, *tmp; local
106 dirs = strdup(dir);
107 if (dirs == NULL)
110 tmp = strrchr(dirs, '/');
112 free(dirs);
123 if (strchr(dirs, '/') == NULL) {
124 asprintf(&tmp, "usr/%s", dirs);
129 symlinkat(tmp, dfd, dirs);
133 tmp = dirs;
134 if (fstatat(dfd, dirs,
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c509 int *dirs = NULL; local
533 if(dirs == NULL)
534 dirs = calloc(n_files, sizeof(*dirs));
535 if(dirs == NULL) {
540 dirs[i] = 1;
707 if(((flags & LS_DIRS) == 0 || (flags & LS_RECURSIVE)) && dirs != NULL) {
709 if(dirs[i]) {
730 if(dirs != NULL)
731 free(dirs);
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dfs.cpp472 std::vector< std::string > dirs = local
476 for (std::vector< std::string >::const_iterator iter = dirs.begin();
477 !found && iter != dirs.end(); iter++) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DWebAssembly.cpp282 SmallVector<StringRef, 5> dirs; local
283 CIncludeDirs.split(dirs, ":");
284 for (StringRef dir : dirs) {
H A DSolaris.cpp243 SmallVector<StringRef, 5> dirs; local
244 CIncludeDirs.split(dirs, ":");
245 for (StringRef dir : dirs) {
H A DFuchsia.cpp288 SmallVector<StringRef, 5> dirs; local
289 CIncludeDirs.split(dirs, ":");
290 for (StringRef dir : dirs) {
H A DLinux.cpp673 SmallVector<StringRef, 5> dirs; local
674 CIncludeDirs.split(dirs, ":");
675 for (StringRef dir : dirs) {
/freebsd-11-stable/contrib/binutils/binutils/
H A Drescoff.c392 struct bindata_build dirs;
490 cwi.dirs.d = NULL;
491 cwi.dirs.last = NULL;
492 cwi.dirs.length = 0;
529 assert (cwi.dirs.length == cwi.dirsize);
544 for (d = cwi.dirs.d; d != NULL; d = d->next)
636 coff_alloc (&cwi->dirs, sizeof (*erd)));
661 coff_alloc (&cwi->dirs, (ci + cn) * sizeof (*ere)));
685 windres_put_32 (cwi->wrbfd, ere->rva, 0x80000000 | cwi->dirs.length);
390 struct bindata_build dirs; member in struct:coff_write_info
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDLL.cpp606 dirs.push_back(dir);
609 dirs.push_back(make<NullChunk>(sizeof(ImportDirectoryTableEntry)));
614 v.insert(v.end(), dirs.begin(), dirs.end());
629 return dirs.size() * sizeof(delay_import_directory_table_entry);
673 dirs.push_back(dir);
676 dirs.push_back(make<NullChunk>(sizeof(delay_import_directory_table_entry)));
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h269 void SetSearchPaths(const std::vector<DirectoryLookup> &dirs, argument
272 assert(angledDirIdx <= systemDirIdx && systemDirIdx <= dirs.size() &&
274 SearchDirs = dirs;
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.subdir.mk45 # and turn the dirs into dir.<machine>
H A Dgendirdeps.mk97 # GENDIRDEPS_FILTER_DIR_VARS is a list of dirs to be substiuted for.
163 # we are only interested in the dirs
249 # qualified dirs - if we got anything from a stage dir.
H A Dldorder.mk98 # set DEBUG_LDORDER to pattern[s] that match the dirs of interest
/freebsd-11-stable/share/mk/
H A Dmeta.subdir.mk46 # and turn the dirs into dir.<machine>
H A Dgendirdeps.mk98 # GENDIRDEPS_FILTER_DIR_VARS is a list of dirs to be substiuted for.
161 # we are only interested in the dirs
247 # qualified dirs - if we got anything from a stage dir.
H A Dmeta.stage.mk280 # get a list of paths that we have previously staged to those same dirs
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dsound.c483 char *dirs, *devname, buf[CHN_NAMELEN]; local
492 dirs = "play";
499 dirs = "virtual";
506 dirs = "record";
513 dirs = "virtual";
551 "%s(): WARNING: pnum screwed : dirs=%s pnum=%d rpnum=%d\n",
552 __func__, dirs, *pnum, rpnum);
576 device_get_nameunit(ch->dev), dirs, devname);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitHeaderSearch.cpp192 // Add the multilib dirs
247 // just prior C include dirs.
261 // Add dirs specified via 'configure --with-c-include-dirs'.
264 SmallVector<StringRef, 5> dirs; local
265 CIncludeDirs.split(dirs, ":");
266 for (StringRef dir : dirs)
500 // Since dupes of system dirs are rare, just rescan to find the original
/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf2.c722 char **dirs; member in struct:line_info_table
890 subdirname = table->dirs[table->files[file - 1].dir - 1];
1020 table->dirs = NULL;
1086 tmp = bfd_realloc (table->dirs, amt);
1089 free (table->dirs);
1092 table->dirs = tmp;
1095 table->dirs[table->num_dirs++] = cur_dir;
1116 free (table->dirs);
1212 free (table->dirs);
1235 free (table->dirs);
[all...]
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2out.c7741 struct dir_info *dirs;
7761 dirs = alloca (numfiles * sizeof (struct dir_info));
7772 dirs[0].path = files[0].path;
7773 dirs[0].length = files[0].fname - files[0].path;
7774 dirs[0].prefix = -1;
7775 dirs[0].count = 1;
7776 dirs[0].dir_idx = 0;
7781 if (files[i].fname - files[i].path == dirs[ndirs - 1].length
7782 && memcmp (dirs[ndirs - 1].path, files[i].path,
7783 dirs[ndir
7730 struct dir_info *dirs; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c1232 int i, dirs = iarg->paths; local
1248 if (dirs == 0) {
1249 dirs = 1;
1258 for (i = 0; i < dirs; i++) {
/freebsd-11-stable/contrib/dialog/
H A Dfselect.c514 usable_state(int state, LIST * dirs, LIST * files) argument
520 result = (dirs->win != 0) && (data_of(dirs) != 0);
/freebsd-11-stable/contrib/subversion/
H A Dwin-tests.py432 dirs = os.listdir(path)
433 for dir in dirs:
1217 for root, dirs, files in os.walk(pm_src):

Completed in 182 milliseconds

123