Searched refs:update_path (Results 1 – 18 of 18) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | xm-djgpp.h | 79 standard_exec_prefix = update_path (standard_exec_prefix, NULL); \ 80 standard_bindir_prefix = update_path (standard_bindir_prefix, NULL); \ 81 standard_startfile_prefix = update_path (standard_startfile_prefix, NULL); \
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | prefix.h | 28 extern char *update_path (const char *path, const char *key);
|
| H A D | prefix.c | 250 update_path (const char *path, const char *key) in update_path() function
|
| H A D | c-incpath.c | 167 str = update_path (p->fname, p->component); in add_standard_paths()
|
| H A D | gcc.c | 2735 prefix = update_path (prefix, component); in add_prefix()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | prefix.h | 28 extern char *update_path PARAMS ((const char *path, const char *key));
|
| H A D | prefix.c | 251 update_path (path, key) in update_path() function
|
| H A D | cppinit.c | 859 str = update_path (p->fname, p->component);
|
| H A D | gcc.c | 2522 prefix = update_path (prefix, component);
|
| 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.1 | 1640 (update_path): Change DIR_SEPARATOR_2 to DIR_SEPARATOR. Fix 7178 (get_key_value, translate_name, save_string, update_path, 13563 * prefix.c (update_path): Correctly handle cases where PATH is
|
| H A D | ChangeLog | 17705 * prefix.c (update_path): Don't strip single `.' path components 18681 * prefix.c (update_path): Don't zap single `.' path components 18760 * prefix.c: (update_path): Strip ".." components when prior dir
|
| H A D | ChangeLog.0 | 3249 (update_path): Add arguments to prototype. 5935 (update_path): Likewise.
|
| H A D | ChangeLog.6 | 13312 (update_path): Similarly. Be sure to free any newly allocated 13315 * prefix.h (update_path): Update prototype and document.
|
| H A D | ChangeLog.4 | 12293 * prefix.c (update_path): Use it.
|
| H A D | ChangeLog.2 | 8754 (update_path): Likewise.
|
| H A D | ChangeLog.3 | 16464 * prefix.c (update_path): Fix typo in variable name.
|
| /openbsd-src/gnu/gcc/gcc/config/ |
| H A D | darwin-c.c | 500 str = update_path (fname, ""); in darwin_register_objc_includes()
|