Searched refs:cpp_PREFIX_len (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-incpath.cc | 34 if (cpp_relocated () && cpp_PREFIX_len != 0) in prefixed_path() 36 if (!filename_ncmp (path, cpp_PREFIX, cpp_PREFIX_len)) in prefixed_path() 54 return concat (relocated_prefix, path + cpp_PREFIX_len, NULL); in prefixed_path()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | cppdefault.h | 60 extern const size_t cpp_PREFIX_len;
|
| H A D | cppdefault.c | 113 const size_t cpp_PREFIX_len = sizeof PREFIX - 1; variable
|
| H A D | incpath.c | 187 && !filename_ncmp (p->fname, cpp_PREFIX, cpp_PREFIX_len)) in add_standard_paths() 209 p->fname + cpp_PREFIX_len, in add_standard_paths()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | cppdefault.h | 65 extern const size_t cpp_PREFIX_len;
|
| H A D | cppdefault.cc | 118 const size_t cpp_PREFIX_len = sizeof PREFIX - 1; variable
|
| H A D | incpath.cc | 193 && !filename_ncmp (p->fname, cpp_PREFIX, cpp_PREFIX_len)) in add_standard_paths() 215 p->fname + cpp_PREFIX_len, in add_standard_paths()
|
| H A D | ChangeLog-2006 | 4821 * cppdefault.c: Define cpp_PREFIX, cpp_PREFIX_len, and 4824 * cppdefault.h: Declare cpp_PREFIX, cpp_PREFIX_len, gcc_exec_prefix
|
| H A D | ChangeLog-2007 | 25927 (cpp_PREFIX_len): Likewise.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-incpath.cc | 35 if (cpp_relocated () && (len = cpp_PREFIX_len) != 0) in prefixed_path()
|