Home
last modified time | relevance | path

Searched refs:prefix_from_string (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfile-find.cc168 prefix_from_string (p, pprefix); in prefix_from_env()
172 prefix_from_string (const char *p, struct path_prefix *pprefix) in prefix_from_string() function
H A Dgcc-ar.cc113 prefix_from_string (concat (self_tooldir_prefix, "bin", NULL), &target_path); in setup_prefixes()
119 prefix_from_string (self_libexec_prefix, &target_path); in setup_prefixes()
H A Dfile-find.h45 extern void prefix_from_string (const char *, struct path_prefix *);
H A DChangeLog-19994399 (prefix_from_string): Use IS_DIR_SEPARATOR and DIR_SEPARATOR.
9275 add_prefix, prefix_from_env, prefix_from_string, do_wait,
H A DFSFChangeLog.108003 (prefix_from_string): Broken out from prefix_from_env.
H A DChangeLog-199814653 (prefix_from_string): Add debugging.
H A DChangeLog-20121898 (find_a_find, add_prefix, prefix_from_env, prefix_from_string):
H A DChangeLog-200714745 * collect2.c (prefix_from_string): Free temporary storage.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfile-find.c168 prefix_from_string (p, pprefix); in prefix_from_env()
172 prefix_from_string (const char *p, struct path_prefix *pprefix) in prefix_from_string() function
H A Dgcc-ar.c113 prefix_from_string (concat (self_tooldir_prefix, "bin", NULL), &target_path); in setup_prefixes()
119 prefix_from_string (self_libexec_prefix, &target_path); in setup_prefixes()
H A Dfile-find.h45 extern void prefix_from_string (const char *, struct path_prefix *);
H A DFSFChangeLog.108003 (prefix_from_string): Broken out from prefix_from_env.