Searched refs:getenv_spec_function (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcc.cc | 425 static const char *getenv_spec_function (int, const char **); 1761 { "getenv", getenv_spec_function }, 10172 getenv_spec_function (int argc, const char **argv) in getenv_spec_function() function
|
H A D | ChangeLog-2007 | 2589 * gcc.c (getenv_spec_function): Escape the environment variable's 27695 * gcc.c (getenv_spec_function): New function.
|
H A D | ChangeLog-2008 | 16160 getenv_spec_function): Likewise.
|
H A D | ChangeLog-2016 | 35490 (getenv_spec_function): When the variable is not defined, use the
|
H A D | ChangeLog-2018 | 15452 * gcc.c (getenv_spec_function): Prepend '/' to value for allowed
|
H A D | ChangeLog-2010 | 27786 getenv_spec_function, compare_version_strings,
|
H A D | ChangeLog-2015 | 18485 (getenv_spec_function): Add "const" to local "value". Replace
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcc.c | 394 static const char *getenv_spec_function (int, const char **); 1634 { "getenv", getenv_spec_function }, 9360 getenv_spec_function (int argc, const char **argv) in getenv_spec_function() function
|