Searched refs:search_path (Results 1 – 13 of 13) sorted by relevance
| /freebsd/tests/sys/cddl/zfs/bin/ |
| H A D | devname2devid.c | 64 char *search_path; in main() local 98 search_path = argv[2]; in main() 100 search_path = "/dev/"; in main() 103 if (devid_deviceid_to_nmlist(search_path, devid, DEVID_MINOR_NAME_ALL, in main()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 307 if (module.search_path) { in AddModule() 308 auto path_begin = llvm::sys::path::begin(module.search_path.GetStringRef()); in AddModule() 309 auto path_end = llvm::sys::path::end(module.search_path.GetStringRef()); in AddModule() 320 module.search_path.AsCString()); in AddModule() 327 module.search_path.GetStringRef()); in AddModule() 694 const FileSpec &search_path = module_search_paths.GetFileSpecAtIndex(spi); in Create() local 697 search_path_argument.append(search_path.GetPath()); in Create()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | SourceModule.h | 21 ConstString search_path; member
|
| /freebsd/cddl/compat/opensolaris/include/ |
| H A D | devid.h | 45 int devid_deviceid_to_nmlist(char *search_path, ddi_devid_t devid,
|
| /freebsd/sys/dev/aic7xxx/aicasm/ |
| H A D | aicasm.c | 85 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()
|
| H A D | aicasm.h | 69 extern struct path_list search_path;
|
| H A D | aicasm_scan.l | 465 for (include_dir = search_path.slh_first;
|
| /freebsd/contrib/pkgconf/tests/ |
| H A D | test-runner.c | 62 pkgconf_list_t search_path; member 529 {"PackageSearchPath", test_keyword_set_path_list, offsetof(pkgconf_test_case_t, search_path)}, 636 pkgconf_path_copy_list(&pers->dir_list, &testcase->search_path); in personality_for_test() 1072 PKGCONF_FOREACH_LIST_ENTRY(testcase->search_path.head, iter) in annotate_result() 1401 pkgconf_path_free(&testcase->search_path); in free_test_case()
|
| /freebsd/usr.bin/man/ |
| H A D | man.sh | 122 search_path 847 search_path() { function
|
| /freebsd/tests/sys/cddl/zfs/include/ |
| H A D | libtest.kshlib | 1448 typeset search_path="" 1455 search_path="$search_path -d $dir" 1459 log_must $ZPOOL import $search_path $pool
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | libtest.shlib | 1825 typeset search_path="" 1833 search_path="$search_path -d $dir" 1837 log_must zpool import $search_path $pool
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 1178 /// int execvP(const char *file, const char *search_path, char *const argv[]);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 1213 module.search_path = ConstString(include_spec.GetPath()); in ParseImportedModules()
|