| /src/external/gpl2/groff/dist/src/include/ |
| 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/ |
| 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,
|
| /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/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/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/sys/dev/microcode/aic7xxx/ |
| 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/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
|
| /src/external/mit/libuv/dist/src/win/ |
| process.c | 149 * Helper function for search_path 244 * Helper function for search_path 289 * search_path searches the system path for an executable filename - 332 static WCHAR* search_path(const WCHAR *file, function 1009 application_path = search_path(application,
|
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| 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/dist/gdb/cli/ |
| cli-cmds.c | 636 If SEARCH_PATH is non-zero, and the file isn't found in cwd, 640 find_and_open_script (const char *script_file, int search_path) 648 if (search_path) 716 If SEARCH_PATH is non-zero, and the file isn't found in cwd, 720 source_script_with_search (const char *file, int from_tty, int search_path) 726 std::optional<open_script> opened = find_and_open_script (file, search_path); 745 this if we (may have) used search_path, as printing the full path in 749 if (search_path) 772 int search_path = 0; 802 search_path = 1 767 int search_path = 0; local [all...] |
| /src/external/bsd/am-utils/dist/amd/ |
| amd.h | 283 char *search_path; /* search path for maps */ member in struct:amu_global_options
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| read.c | 9068 const char *search_path; 9081 search_path = search_path_holder.get (); 9084 search_path = "."; 9087 search_path = per_objfile->per_bfd->captured_debug_dir.c_str (); 9093 search_path, nullptr)); 9094 search_path = search_path_holder.get (); 9101 desc = openp (search_path, flags, file_name, 9059 const char *search_path; local
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| read.c | 7526 const char *search_path; 7539 search_path = search_path_holder.get (); 7542 search_path = "."; 7545 search_path = per_bfd->captured_debug_dir.c_str (); 7551 search_path, nullptr)); 7552 search_path = search_path_holder.get (); 7559 desc = openp (search_path, flags, file_name, O_RDONLY | O_BINARY, 7519 const char *search_path; local
|