Home
last modified time | relevance | path

Searched refs:set_std_prefix (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dprefix.h29 extern void set_std_prefix (const char *, int);
H A Dprefix.c354 set_std_prefix (const char *prefix, int len) in set_std_prefix() function
H A Dgcc.c3406 set_std_prefix (gcc_exec_prefix, len); in process_command()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dprefix.h29 extern void set_std_prefix PARAMS ((const char *, int));
H A Dprefix.c353 set_std_prefix (prefix, len) in set_std_prefix() function
H A Dgcc.c3185 set_std_prefix (gcc_exec_prefix, len);
H A DChangeLog.05928 * gcc.c (set_std_prefix): Add declaration.
5937 (set_std_prefix): New function to reset the standard prefix.
H A DChangeLog.17179 set_std_prefix): Constify various char* parameters and variables.