HomeSort by: relevance | last modified time | path
    Searched refs:search_path (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/external/gpl2/groff/dist/src/include/
macropath.h 23 extern search_path macro_path;
24 extern search_path safer_macro_path;
25 extern search_path config_macro_path;
searchpath.h 24 class search_path { class
28 search_path(const char *envvar, const char *standard,
30 ~search_path();
  /src/external/gpl2/groff/dist/src/libs/libgroff/
macropath.cpp 30 search_path macro_path(MACROPATH_ENVVAR, MACROPATH, 1, 1);
31 search_path safer_macro_path(MACROPATH_ENVVAR, MACROPATH, 1, 0);
32 search_path config_macro_path(MACROPATH_ENVVAR, MACROPATH, 0, 0);
searchpath.cpp 39 search_path::search_path(const char *envvar, const char *standard, function in class:search_path
71 search_path::~search_path()
77 void search_path::command_line_dir(const char *s)
99 FILE *search_path::open_file(const char *name, char **pathp)
148 FILE *search_path::open_file_cautious(const char *name, char **pathp,
fontfile.cpp 36 static search_path font_path(FONT_ENV_VAR, FONTPATH, 0, 0);
  /src/usr.sbin/veriexecgen/
veriexecgen.c 135 banner(veriexecgen_t *vp, hash_t *hash_type, char **search_path)
141 if (search_path) {
142 for (j = 0; search_path[j] != NULL; j++)
143 (void)printf("%s ", search_path[j]);
278 walk_dir(veriexecgen_t *vp, char **search_path, hash_t *hash)
283 if ((fh = fts_open(search_path, FTS_PHYSICAL, NULL)) == NULL) {
284 gripe(vp, "fts_open `%s'", (const char *)search_path);
438 char **search_path = NULL; local
461 search_path = erealloc(search_path, sizeof(char *)
    [all...]
  /src/external/cddl/osnet/include/
devid.h 49 int devid_deviceid_to_nmlist(const char *search_path, ddi_devid_t devid,
  /src/external/bsd/am-utils/dist/scripts/
test-amd.conf 21 search_path = /etc
  /src/sys/dev/microcode/aic7xxx/
aicasm.h 73 extern struct path_list search_path;
aicasm.c 89 struct path_list search_path; variable in typeref:struct:path_list
131 SLIST_INIT(&search_path);
223 for (include_dir = SLIST_FIRST(&search_path);
246 SLIST_INSERT_HEAD(&search_path, include_dir,
  /src/external/cddl/osnet/lib/libzfs/
deviceid.c 86 devid_deviceid_to_nmlist(const char *search_path, ddi_devid_t devid,
  /src/external/gpl2/groff/dist/src/roff/troff/
troff.h 54 extern search_path *mac_path;
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-cmds.h 183 find_and_open_script (const char *file, int search_path);
cli-cmds.c 635 If SEARCH_PATH is non-zero, and the file isn't found in cwd,
639 find_and_open_script (const char *script_file, int search_path)
647 if (search_path)
715 If SEARCH_PATH is non-zero, and the file isn't found in cwd,
719 source_script_with_search (const char *file, int from_tty, int search_path)
725 std::optional<open_script> opened = find_and_open_script (file, search_path);
744 this if we (may have) used search_path, as printing the full path in
748 if (search_path)
771 int search_path = 0;
801 search_path = 1
766 int search_path = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-cmds.h 183 find_and_open_script (const char *file, int search_path);
  /src/external/gpl2/dtc/dist/
srcpos.c 16 struct search_path { struct
17 struct search_path *next; /* next node in list, NULL for end */
22 static struct search_path *search_path_head, **search_path_tail;
132 struct search_path *node;
219 struct search_path *node;
  /src/external/gpl3/gcc.old/dist/libgomp/
Makefile.am 11 search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir) \
17 vpath % $(strip $(search_path))
19 AM_CPPFLAGS = $(addprefix -I, $(search_path))
  /src/external/gpl3/gcc/dist/libgomp/
Makefile.am 11 search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir) \
17 vpath % $(strip $(search_path))
19 AM_CPPFLAGS = $(addprefix -I, $(search_path))
  /src/external/bsd/pkg_install/dist/lib/
pkg_io.c 368 int search_path; local
370 search_path = 0;
375 search_path = 1;
398 if (search_path && best_match == NULL)
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/
ear.c 115 static int call_execvP(const char *file, const char *search_path,
192 int execvP(const char *file, const char *search_path, char *const argv[]) {
194 return call_execvP(file, search_path, argv);
332 static int call_execvP(const char *file, const char *search_path,
341 int const result = (*fp)(file, search_path, argv);
  /src/share/examples/puffs/pgfs/
newfs.sql 39 SET search_path TO pgfs;
104 RESET search_path;
  /src/external/gpl2/groff/dist/src/devices/grops/
ps.h 131 extern search_path include_search_path;
  /src/external/gpl2/groff/dist/src/preproc/soelim/
soelim.cpp 37 static search_path include_search_path(0, 0, 0, 1);
  /src/external/gpl3/binutils/dist/gprofng/src/
DbeSession.h 312 return search_path;
441 Vector<char*> *search_path; member in class:DbeSession
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DbeSession.h 312 return search_path;
441 Vector<char*> *search_path; member in class:DbeSession

Completed in 46 milliseconds

1 2