Searched refs:cpp_GCC_INCLUDE_DIR (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | cppdefault.c | 104 const char cpp_GCC_INCLUDE_DIR[] = GCC_INCLUDE_DIR; variable 107 const char cpp_GCC_INCLUDE_DIR[] = ""; variable
|
| H A D | cppdefault.h | 53 extern const char cpp_GCC_INCLUDE_DIR[];
|
| H A D | incpath.c | 147 if (!filename_ncmp (p->fname, cpp_GCC_INCLUDE_DIR, len)) in add_standard_paths()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | cppdefault.cc | 109 const char cpp_GCC_INCLUDE_DIR[] = GCC_INCLUDE_DIR; variable 112 const char cpp_GCC_INCLUDE_DIR[] = ""; variable
|
| H A D | cppdefault.h | 58 extern const char cpp_GCC_INCLUDE_DIR[];
|
| H A D | incpath.cc | 152 if (!filename_ncmp (p->fname, cpp_GCC_INCLUDE_DIR, len)) in add_standard_paths()
|
| H A D | ChangeLog-2000 | 14845 cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
|
| H A D | ChangeLog-2003 | 30250 prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-incpath.cc | 60 if (!filename_ncmp (path, cpp_GCC_INCLUDE_DIR, cpp_GCC_INCLUDE_DIR_len)) in prefixed_path()
|
| H A D | ChangeLog-2013 | 591 * d-incpath.cc (prefixed_path): Add cpp_GCC_INCLUDE_DIR back in as 675 cpp_GCC_INCLUDE_DIR for relocation.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-incpath.cc | 61 if (!strncmp (path, cpp_GCC_INCLUDE_DIR, len)) in prefixed_path()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
| H A D | darwin-c.c | 483 && !strncmp (fname, cpp_GCC_INCLUDE_DIR, len)) in darwin_register_objc_includes()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
| H A D | darwin-c.cc | 483 && !strncmp (fname, cpp_GCC_INCLUDE_DIR, len)) in darwin_register_objc_includes()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-opts.c | 1422 prefix = iprefix ? iprefix : cpp_GCC_INCLUDE_DIR; in add_prefixed_path()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-opts.cc | 1469 prefix = iprefix ? iprefix : cpp_GCC_INCLUDE_DIR; in add_prefixed_path()
|