Searched refs:update_path (Results 1 – 22 of 22) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | prefix.h | 33 extern char *update_path (const char *path, const char *key);
|
H A D | incpath.cc | 217 str = update_path (ostr, p->component); in add_standard_paths() 221 str = update_path (p->fname, p->component); in add_standard_paths()
|
H A D | prefix.cc | 247 update_path (const char *path, const char *key) in update_path() function
|
H A D | gcc.cc | 3143 prefix = update_path (prefix, component); in add_prefix()
|
H A D | FSFChangeLog.11 | 1402 * cccp.c (update_path): Add extern definition. 1405 (new_include_prefix): Take new arg and call update_path; 1408 * cpplib.c (update_path): Add extern definition. 1411 (cpp_start_read): Call update_path. 1414 (add_prefix): New arg component and pass to update_path;
|
H A D | ChangeLog-1998 | 6244 * prefix.c (update_path): Correctly handle cases where PATH is 11828 (update_path): Add arguments to prototype. 14514 (update_path): Likewise.
|
H A D | ChangeLog-1999 | 8754 (update_path): Likewise. 16108 (update_path): Change DIR_SEPARATOR_2 to DIR_SEPARATOR. Fix 21646 (get_key_value, translate_name, save_string, update_path,
|
H A D | ChangeLog-2002 | 11997 * prefix.c (update_path): Don't strip single `.' path components 12973 * prefix.c (update_path): Don't zap single `.' path components 13052 * prefix.c: (update_path): Strip ".." components when prior dir
|
H A D | ChangeLog-2001 | 13312 (update_path): Similarly. Be sure to free any newly allocated 13315 * prefix.h (update_path): Update prototype and document.
|
H A D | ChangeLog-2000 | 12299 * prefix.c (update_path): Use it. 31730 * prefix.c (update_path): Fix typo in variable name.
|
H A D | ChangeLog-2007 | 8840 * prefix.c (update_path): Likewise, 11753 * prefix.c (update_path): Likewise.
|
H A D | ChangeLog-2011 | 22086 (update_path): Use targetm_common.always_strip_dotdot instead of 33376 * prefix.c (update_path): Use filename_ncmp instead of
|
H A D | ChangeLog-2004 | 32754 * prefix.c (update_path): Replace PREFIX with KEY only
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | prefix.h | 33 extern char *update_path (const char *path, const char *key);
|
H A D | incpath.c | 211 str = update_path (ostr, p->component); in add_standard_paths() 215 str = update_path (p->fname, p->component); in add_standard_paths()
|
H A D | prefix.c | 247 update_path (const char *path, const char *key) in update_path() function
|
H A D | gcc.c | 2933 prefix = update_path (prefix, component); in add_prefix()
|
H A D | FSFChangeLog.11 | 1402 * cccp.c (update_path): Add extern definition. 1405 (new_include_prefix): Take new arg and call update_path; 1408 * cpplib.c (update_path): Add extern definition. 1411 (cpp_start_read): Call update_path. 1414 (add_prefix): New arg component and pass to update_path;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | darwin-c.c | 489 str = update_path (fname, ""); in darwin_register_objc_includes()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | darwin-c.cc | 489 str = update_path (fname, ""); in darwin_register_objc_includes()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/ |
H A D | msp430.c | 3677 include_dir = update_path (include_dir, ""); in msp430_register_pre_includes()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/ |
H A D | msp430.cc | 4444 include_dir = update_path (include_dir, ""); in msp430_register_pre_includes()
|