Home
last modified time | relevance | path

Searched refs:putenv_from_prefixes (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgcc.c200 static void putenv_from_prefixes (const struct path_prefix *, const char *,
2306 putenv_from_prefixes (const struct path_prefix *paths, const char *env_var, in putenv_from_prefixes() function
6954 putenv_from_prefixes (&exec_prefixes, "COMPILER_PATH", false); in main()
6955 putenv_from_prefixes (&startfile_prefixes, LIBRARY_PATH_ENV, true); in main()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgcc.c333 static void putenv_from_prefixes (const struct path_prefix *, const char *,
2706 putenv_from_prefixes (const struct path_prefix *paths, const char *env_var, in putenv_from_prefixes() function
8364 putenv_from_prefixes (&exec_prefixes, "COMPILER_PATH", false); in maybe_run_linker()
8365 putenv_from_prefixes (&startfile_prefixes, LIBRARY_PATH_ENV, true); in maybe_run_linker()