Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dgcc.c295 static void putenv_from_prefixes (const struct path_prefix *, const char *,
2617 putenv_from_prefixes (const struct path_prefix *paths, const char *env_var, in putenv_from_prefixes() function
6794 putenv_from_prefixes (&exec_prefixes, "COMPILER_PATH", false); in main()
6795 putenv_from_prefixes (&startfile_prefixes, LIBRARY_PATH_ENV, true); in main()
DChangeLog-199917980 putenv_from_prefixes, find_a_file, record_temp_file,
DChangeLog-20051054 (putenv_from_prefixes): Add do_multi param, make "paths" const.