Home
last modified time | relevance | path

Searched refs:path_prefix (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDfile-find.h33 struct path_prefix struct
41 extern char *find_a_file (struct path_prefix *, const char *, int); argument
42 extern void add_prefix (struct path_prefix *, const char *);
43 extern void add_prefix_begin (struct path_prefix *, const char *);
44 extern void prefix_from_env (const char *, struct path_prefix *);
45 extern void prefix_from_string (const char *, struct path_prefix *);
HDfile-find.c34 find_a_file (struct path_prefix *pprefix, const char *name, int mode) in find_a_file()
112 do_add_prefix (struct path_prefix *pprefix, const char *prefix, bool first) in do_add_prefix()
145 add_prefix (struct path_prefix *pprefix, const char *prefix) in add_prefix()
153 add_prefix_begin (struct path_prefix *pprefix, const char *prefix) in add_prefix_begin()
162 prefix_from_env (const char *env, struct path_prefix *pprefix) in prefix_from_env()
172 prefix_from_string (const char *p, struct path_prefix *pprefix) in prefix_from_string()
HDgcc.c320 struct path_prefix;
330 static char *build_search_list (const struct path_prefix *, const char *,
333 static void putenv_from_prefixes (const struct path_prefix *, const char *,
336 static char *find_a_file (const struct path_prefix *, const char *, int, bool);
337 static void add_prefix (struct path_prefix *, const char *, const char *,
339 static void add_sysrooted_prefix (struct path_prefix *, const char *,
1426 struct path_prefix struct
1435 static struct path_prefix exec_prefixes = { 0, 0, "exec" }; argument
1439 static struct path_prefix startfile_prefixes = { 0, 0, "startfile" };
1443 static struct path_prefix include_prefixes = { 0, 0, "include" };
[all …]
HDcollect2.c260 static struct path_prefix cmdline_lib_dirs; /* directories specified with -L */
261 static struct path_prefix libpath_lib_dirs; /* directories in LIBPATH */
262 static struct path_prefix *libpaths[3] = {&cmdline_lib_dirs,
603 static struct path_prefix cpath, path;
/dragonfly/contrib/gcc-4.7/gcc/
HDcollect2.c249 struct path_prefix struct
259 static struct path_prefix cmdline_lib_dirs; /* directories specified with -L */ argument
260 static struct path_prefix libpath_lib_dirs; /* directories in LIBPATH */
261 static struct path_prefix *libpaths[3] = {&cmdline_lib_dirs,
299 static char *find_a_file (struct path_prefix *, const char *);
300 static void add_prefix (struct path_prefix *, const char *);
301 static void prefix_from_env (const char *, struct path_prefix *);
302 static void prefix_from_string (const char *, struct path_prefix *);
634 static struct path_prefix cpath, path;
649 find_a_file (struct path_prefix *pprefix, const char *name) in find_a_file()
[all …]
HDgcc.c187 struct path_prefix;
197 static char *build_search_list (const struct path_prefix *, const char *,
200 static void putenv_from_prefixes (const struct path_prefix *, const char *,
203 static char *find_a_file (const struct path_prefix *, const char *, int, bool);
204 static void add_prefix (struct path_prefix *, const char *, const char *,
206 static void add_sysrooted_prefix (struct path_prefix *, const char *,
1060 struct path_prefix struct
1069 static struct path_prefix exec_prefixes = { 0, 0, "exec" }; argument
1073 static struct path_prefix startfile_prefixes = { 0, 0, "startfile" };
1077 static struct path_prefix include_prefixes = { 0, 0, "include" };
[all …]