Home
last modified time | relevance | path

Searched refs:cpp_PREFIX_len (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-incpath.cc34 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 Dcppdefault.h60 extern const size_t cpp_PREFIX_len;
H A Dcppdefault.c113 const size_t cpp_PREFIX_len = sizeof PREFIX - 1; variable
H A Dincpath.c187 && !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 Dcppdefault.h65 extern const size_t cpp_PREFIX_len;
H A Dcppdefault.cc118 const size_t cpp_PREFIX_len = sizeof PREFIX - 1; variable
H A Dincpath.cc193 && !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 DChangeLog-20064821 * cppdefault.c: Define cpp_PREFIX, cpp_PREFIX_len, and
4824 * cppdefault.h: Declare cpp_PREFIX, cpp_PREFIX_len, gcc_exec_prefix
H A DChangeLog-200725927 (cpp_PREFIX_len): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-incpath.cc35 if (cpp_relocated () && (len = cpp_PREFIX_len) != 0) in prefixed_path()