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

123

/freebsd-13-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-13-stable/share/mk/
H A Dbsd.files.mk8 .if target(__<bsd.dirs.mk>__)
9 .error bsd.dirs.mk must be included after bsd.files.mk.
145 .include <bsd.dirs.mk>
H A Dbsd.confs.mk8 . if target(__<bsd.dirs.mk>__)
9 . error bsd.dirs.mk must be included after bsd.confs.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.
170 # we are only interested in the dirs
277 # qualified dirs - if we got anything from a stage dir.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DOpenBSD.cpp272 SmallVector<StringRef, 5> dirs; local
273 CIncludeDirs.split(dirs, ":");
274 for (StringRef dir : dirs) {
H A DSolaris.cpp245 SmallVector<StringRef, 5> dirs; local
246 CIncludeDirs.split(dirs, ":");
247 for (StringRef dir : dirs) {
H A DFuchsia.cpp294 SmallVector<StringRef, 5> dirs; local
295 CIncludeDirs.split(dirs, ":");
296 for (StringRef dir : dirs) {
H A DWebAssembly.cpp309 SmallVector<StringRef, 5> dirs; local
310 CIncludeDirs.split(dirs, ":");
311 for (StringRef dir : dirs) {
H A DLinux.cpp578 SmallVector<StringRef, 5> dirs; local
579 CIncludeDirs.split(dirs, ":");
580 for (StringRef dir : dirs) {
/freebsd-13-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-13-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c95 TAILQ_ENTRY(dir_ent) dirs;
168 d2 = TAILQ_NEXT(d1, dirs);
213 TAILQ_FOREACH(dep, &dir_q, dirs) {
215 TAILQ_INSERT_BEFORE(dep, denew, dirs);
219 TAILQ_INSERT_BEFORE(dep, denew, dirs);
223 TAILQ_INSERT_TAIL(&dir_q, denew, dirs);
449 TAILQ_FOREACH(traildir, &dir_q, dirs) {
952 TAILQ_FOREACH(dirent, &dir_q, dirs) {
/freebsd-13-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-13-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-13-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.
169 # we are only interested in the dirs
276 # qualified dirs - if we got anything from a stage dir.
H A Dldorder.mk123 # set DEBUG_LDORDER to pattern[s] that match the dirs of interest
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dmodmisc.mk5 # do not put any dirs in this list which exist on some
/freebsd-13-stable/sys/contrib/openzfs/etc/init.d/
H A Dzfs-import.in150 # make sure we find all by* dirs, BUT by-vdev should be first (if it
154 local dirs
155 dirs="$(for dir in $(echo /dev/disk/by-*)
180 ZPOOL_IMPORT_PATH="$ZPOOL_IMPORT_PATH$dirs:/dev"
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dsound.c488 char *dirs, *devname, buf[CHN_NAMELEN]; local
496 dirs = "play";
503 dirs = "virtual";
510 dirs = "record";
517 dirs = "virtual";
555 "%s(): WARNING: pnum screwed : dirs=%s pnum=%d rpnum=%d\n",
556 __func__, dirs, *pnum, rpnum);
580 device_get_nameunit(ch->dev), dirs, devname);
/freebsd-13-stable/contrib/llvm-project/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
/freebsd-13-stable/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c1305 avl_tree_t **slice_cache, const char * const *dir, size_t dirs)
1317 for (i = 0; i < dirs; i++) {
1715 size_t dirs = iarg->paths; local
1718 if (dirs == 0)
1719 dir = zpool_default_search_paths(&dirs);
1722 dir, dirs) != 0) {
1304 zpool_find_import_scan(libpc_handle_t *hdl, pthread_mutex_t *lock, avl_tree_t **slice_cache, const char * const *dir, size_t dirs) argument
/freebsd-13-stable/contrib/bmake/
H A Dnonints.h112 Lst_Init(&path->dirs);
/freebsd-13-stable/contrib/dialog/
H A Dfselect.c518 usable_state(int state, LIST * dirs, LIST * files) argument
524 result = (dirs->win != 0) && (data_of(dirs) != 0);
/freebsd-13-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 434 milliseconds

123