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

/freebsd-10.2-release/contrib/gcc/
H A Dgcc.c295 static void putenv_from_prefixes (const struct path_prefix *, const char *,
2606 This is used mostly by putenv_from_prefixes so we use `collect_obstack'.
2632 putenv_from_prefixes (const struct path_prefix *paths, const char *env_var,
6820 putenv_from_prefixes (&exec_prefixes, "COMPILER_PATH", false);
6821 putenv_from_prefixes (&startfile_prefixes, LIBRARY_PATH_ENV, true);
2617 putenv_from_prefixes (const struct path_prefix *paths, const char *env_var, function

Completed in 107 milliseconds