Home
last modified time | relevance | path

Searched refs:search_path (Results 1 – 13 of 13) sorted by relevance

/freebsd-14-stable/tests/sys/cddl/zfs/bin/
HDdevname2devid.c65 char *search_path; in main() local
99 search_path = argv[2]; in main()
101 search_path = "/dev/"; in main()
104 if (devid_deviceid_to_nmlist(search_path, devid, DEVID_MINOR_NAME_ALL, in main()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangModulesDeclVendor.cpp302 if (module.search_path) { in AddModule()
303 auto path_begin = llvm::sys::path::begin(module.search_path.GetStringRef()); in AddModule()
304 auto path_end = llvm::sys::path::end(module.search_path.GetStringRef()); in AddModule()
315 module.search_path.AsCString()); in AddModule()
322 module.search_path.GetStringRef()); in AddModule()
684 const FileSpec &search_path = module_search_paths.GetFileSpecAtIndex(spi); in Create() local
687 search_path_argument.append(search_path.GetPath()); in Create()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDSourceModule.h21 ConstString search_path; member
/freebsd-14-stable/sys/dev/aic7xxx/aicasm/
HDaicasm.h69 extern struct path_list search_path;
HDaicasm.c85 struct path_list search_path; variable
125 SLIST_INIT(&search_path); in main()
217 for (include_dir = SLIST_FIRST(&search_path); in main()
240 SLIST_INSERT_HEAD(&search_path, include_dir, in main()
HDaicasm_scan.l465 for (include_dir = search_path.slh_first;
/freebsd-14-stable/usr.bin/man/
HDman.sh119 search_path
815 search_path() { function
/freebsd-14-stable/tests/sys/cddl/zfs/include/
HDlibtest.kshlib1451 typeset search_path=""
1458 search_path="$search_path -d $dir"
1462 log_must $ZPOOL import $search_path $pool
/freebsd-14-stable/contrib/bmake/
HDdir.c1366 Dir_FindHereOrAbove(const char *here, const char *search_path) in Dir_FindHereOrAbove() argument
1380 try = str_concat3(dirbase, "/", search_path); in Dir_FindHereOrAbove()
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/include/
HDlibtest.shlib1793 typeset search_path=""
1801 search_path="$search_path -d $dir"
1805 log_must zpool import $search_path $pool
/freebsd-14-stable/contrib/sqlite3/tea/tclconfig/
HDtcl.m44009 search_path=`echo ${PATH} | sed -e 's/:/ /g'`
4010 for dir in $search_path ; do
4029 search_path=`echo ${PATH} | sed -e 's/:/ /g'`
4030 for dir in $search_path ; do
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetLibraryInfo.def1112 /// int execvP(const char *file, const char *search_path, char *const argv[]);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp1214 module.search_path = ConstString(include_spec.GetPath()); in ParseImportedModules()