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

12

/freebsd-11-stable/contrib/groff/src/include/
H A Dmacropath.h21 extern search_path macro_path;
22 extern search_path safer_macro_path;
23 extern search_path config_macro_path;
H A Dsearchpath.h22 class search_path { class
26 search_path(const char *envvar, const char *standard,
28 ~search_path();
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dmacropath.cpp28 search_path macro_path(MACROPATH_ENVVAR, MACROPATH, 1, 1);
29 search_path safer_macro_path(MACROPATH_ENVVAR, MACROPATH, 1, 0);
30 search_path config_macro_path(MACROPATH_ENVVAR, MACROPATH, 0, 0);
H A Dsearchpath.cpp37 search_path::search_path(const char *envvar, const char *standard, function in class:search_path
69 search_path::~search_path()
75 void search_path::command_line_dir(const char *s)
97 FILE *search_path::open_file(const char *name, char **pathp)
146 FILE *search_path::open_file_cautious(const char *name, char **pathp,
H A Dfontfile.cpp34 static search_path font_path(FONT_ENV_VAR, FONTPATH, 0, 0);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSourceModule.h21 ConstString search_path; member in struct:lldb_private::SourceModule
/freebsd-11-stable/cddl/compat/opensolaris/include/
H A Ddevid.h47 int devid_deviceid_to_nmlist(char *search_path, ddi_devid_t devid,
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dtroff.h52 extern search_path *mac_path;
H A Dnode.h676 extern search_path include_search_path;
H A Dinput.cpp125 search_path *mac_path = &safer_macro_path;
128 search_path include_search_path(0, 0, 0, 1);
7080 search_path *orig_mac_path = mac_path;
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm.h69 extern struct path_list search_path;
H A Daicasm.c85 struct path_list search_path; variable in typeref:struct:path_list
125 SLIST_INIT(&search_path);
217 for (include_dir = SLIST_FIRST(&search_path);
240 SLIST_INSERT_HEAD(&search_path, include_dir,
/freebsd-11-stable/contrib/dtc/
H A Dsrcpos.c28 struct search_path { struct
29 struct search_path *next; /* next node in list, NULL for end */
34 static struct search_path *search_path_head, **search_path_tail;
101 struct search_path *node;
185 struct search_path *node;
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A DMakefile.am10 search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir)
15 vpath % $(strip $(search_path))
17 AM_CPPFLAGS = $(addprefix -I, $(search_path))
H A DMakefile.in265 search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir)
268 AM_CPPFLAGS = $(addprefix -I, $(search_path))
888 vpath % $(strip $(search_path))
/freebsd-11-stable/cddl/compat/opensolaris/misc/
H A Ddeviceid.c54 devid_deviceid_to_nmlist(char *search_path, ddi_devid_t devid, char *minor_name, argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp227 if (module.search_path) {
228 auto path_begin = llvm::sys::path::begin(module.search_path.GetStringRef());
229 auto path_end = llvm::sys::path::end(module.search_path.GetStringRef());
240 module.search_path.AsCString());
247 HS.getFileMgr().getDirectory(module.search_path.GetStringRef());
614 const FileSpec &search_path = module_search_paths.GetFileSpecAtIndex(spi); local
617 search_path_argument.append(search_path.GetPath());
/freebsd-11-stable/contrib/groff/src/devices/grops/
H A Dps.h129 extern search_path include_search_path;
H A Dps.cpp46 search_path include_search_path(0, 0, 0, 1);
/freebsd-11-stable/contrib/groff/src/preproc/soelim/
H A Dsoelim.cpp35 static search_path include_search_path(0, 0, 0, 1);
/freebsd-11-stable/usr.bin/man/
H A Dman.sh92 search_path
777 # Usage: search_path
779 search_path() { function
/freebsd-11-stable/contrib/bmake/
H A Ddir.c1428 * search_path the path we are looking for
1441 Dir_FindHereOrAbove(char *here, char *search_path, char *result, int rlen) { argument
1455 snprintf(try, sizeof(try), "%s/%s", dirbase, search_path);
/freebsd-11-stable/contrib/amd/amd/
H A Dconf.c216 {"search_path", gopt_search_path},
257 /* initialize search_path from [global] */
258 cfm->cfm_search_path = gopt.search_path;
1118 gopt.search_path = xstrdup(val);
1270 if (STREQ(key, "search_path"))
H A Damd.h281 char *search_path; /* search path for maps */ member in struct:amu_global_options
/freebsd-11-stable/contrib/groff/src/preproc/html/
H A Dpre-html.cpp217 static search_path font_path(FONT_ENV_VAR, FONTPATH, 0, 0);

Completed in 177 milliseconds

12