Home
last modified time | relevance | path

Searched defs:search_path (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h134 struct search_path struct
136 struct search_path *next; argument
140 const char *name;
141 unsigned int len;
144 ino_t ino;
145 dev_t dev;
147 int sysp;
150 struct file_name_map *name_map;
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSourceModule.h21 ConstString search_path; member
/openbsd-src/gnu/llvm/llvm/utils/
H A Dupdate_any_test_checks.py22 def find_utc_tool(search_path, utc_name): argument
/openbsd-src/gnu/gcc/libgomp/
H A DMakefile.am10 search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir) macro
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libear/
H A Dear.c187 int execvP(const char *file, const char *search_path, char *const argv[]) { in execvP()
327 static int call_execvP(const char *file, const char *search_path, in call_execvP()
/openbsd-src/bin/ksh/
H A Dtable.c21 char *search_path; /* copy of either PATH or def_path */ variable
/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm.c81 struct path_list search_path; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp695 const FileSpec &search_path = module_search_paths.GetFileSpecAtIndex(spi); in Create() local