Home
last modified time | relevance | path

Searched refs:update_path (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Dxm-djgpp.h79 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 Dprefix.h28 extern char *update_path (const char *path, const char *key);
H A Dprefix.c250 update_path (const char *path, const char *key) in update_path() function
H A Dc-incpath.c167 str = update_path (p->fname, p->component); in add_standard_paths()
H A Dgcc.c2735 prefix = update_path (prefix, component); in add_prefix()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dprefix.h28 extern char *update_path PARAMS ((const char *path, const char *key));
H A Dprefix.c251 update_path (path, key) in update_path() function
H A Dcppinit.c859 str = update_path (p->fname, p->component);
H A Dgcc.c2522 prefix = update_path (prefix, component);
H A DFSFChangeLog.111402 * 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 DChangeLog.11640 (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 DChangeLog17705 * 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 DChangeLog.03249 (update_path): Add arguments to prototype.
5935 (update_path): Likewise.
H A DChangeLog.613312 (update_path): Similarly. Be sure to free any newly allocated
13315 * prefix.h (update_path): Update prototype and document.
H A DChangeLog.412293 * prefix.c (update_path): Use it.
H A DChangeLog.28754 (update_path): Likewise.
H A DChangeLog.316464 * prefix.c (update_path): Fix typo in variable name.
/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin-c.c500 str = update_path (fname, ""); in darwin_register_objc_includes()