Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcppinit.c97 struct search_path *,
98 struct search_path **));
100 struct search_path **,
101 struct search_path *));
207 struct search_path *new;
240 new = (struct search_path *) xmalloc (sizeof (struct search_path));
267 static struct search_path *
273 struct search_path *cur;
300 static struct search_path *
304 struct search_path *end;
[all …]
H A Dcppfiles.c89 const struct search_path *foundhere;
124 struct search_path *));
125 static struct search_path *search_from PARAMS ((cpp_reader *,
533 struct search_path *path;
575 struct search_path *path;
795 static struct search_path *
979 struct search_path *loc;
H A Dcpphash.h134 struct search_path struct
136 struct search_path *next; argument
327 struct search_path dir;
H A Dcpplib.h231 struct search_path *quote_include; /* "" */
232 struct search_path *bracket_include; /* <> */
H A DChangeLog.59321 (struct file_name_list): Rename search_path. Update.
/openbsd/gnu/gcc/libgomp/
H A DMakefile.am10 search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir) macro
17 VPATH = $(subst $(space),:,$(strip $(search_path)))
19 AM_CPPFLAGS = $(addprefix -I, $(search_path))
H A DMakefile.in140 VPATH = $(subst $(space),:,$(strip $(search_path)))
266 search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir)
271 AM_CPPFLAGS = $(addprefix -I, $(search_path))
/openbsd/gnu/llvm/llvm/utils/
H A Dupdate_any_test_checks.py22 def find_utc_tool(search_path, utc_name): argument
27 for path in search_path:
/openbsd/gnu/llvm/clang/tools/scan-build-py/lib/libear/
H A Dear.c113 static int call_execvP(const char *file, const char *search_path,
187 int execvP(const char *file, const char *search_path, char *const argv[]) { in execvP() argument
189 return call_execvP(file, search_path, argv); in execvP()
327 static int call_execvP(const char *file, const char *search_path, in call_execvP() argument
336 int const result = (*fp)(file, search_path, argv); in call_execvP()
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp313 if (module.search_path) { in AddModule()
314 auto path_begin = llvm::sys::path::begin(module.search_path.GetStringRef()); in AddModule()
315 auto path_end = llvm::sys::path::end(module.search_path.GetStringRef()); in AddModule()
326 module.search_path.AsCString()); in AddModule()
333 HS.getFileMgr().getDirectory(module.search_path.GetStringRef()); in AddModule()
695 const FileSpec &search_path = module_search_paths.GetFileSpecAtIndex(spi); in Create() local
698 search_path_argument.append(search_path.GetPath()); in Create()
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DSourceModule.h21 ConstString search_path; member
/openbsd/sys/dev/microcode/aic7xxx/
H A Daicasm.h74 extern struct path_list search_path;
H A Daicasm.c81 struct path_list search_path; variable
123 SLIST_INIT(&search_path); in main()
215 for (include_dir = SLIST_FIRST(&search_path); in main()
238 SLIST_INSERT_HEAD(&search_path, include_dir, in main()
H A Daicasm_scan.l462 SLIST_FOREACH(include_dir, &search_path, links) {
/openbsd/bin/ksh/
H A Dtable.h179 extern char *search_path; /* copy of either PATH or def_path */
H A Dvar.c971 afree(search_path, APERM); in setspec()
972 search_path = str_save(str_val(vp), APERM); in setspec()
1093 afree(search_path, APERM); in unsetspec()
1094 search_path = str_save(def_path, APERM); in unsetspec()
H A Dtable.c21 char *search_path; /* copy of either PATH or def_path */ variable
H A Dexec.c712 shell = search(shell, search_path, X_OK, NULL); in scriptexec()
906 search_path, X_OK, &tp->u2.errno_); in findcom()
H A Dc_sh.c203 file = search(cp, search_path, R_OK, &err); in c_dot()
H A Dedit.c521 glob_path(flags, pat, &w, search_path); in x_command_glob()
H A Dc_ksh.c967 newval = tflag ? search(alias, search_path, X_OK, NULL) in c_alias()
/openbsd/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/
H A DPerldoc.pm886 push @searchdirs, ($self->{'bindir'}, @{$self->{search_path}}, @INC);
1831 push @{$self->{search_path} }, '.','lib';
1835 push @{ $self->{search_path} }, 'blib';
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/InterceptResult/
H A DEvent.pm32 search_path => ['Test2::EventFacet'],
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1131 module.search_path = ConstString(include_spec.GetPath()); in ParseImportedModules()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1047 /// int execvP(const char *file, const char *search_path, char *const argv[]);