Home
last modified time | relevance | path

Searched refs:sysroot_no_trailing_dir_separator (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dincpath.cc184 char *sysroot_no_trailing_dir_separator = xstrdup (sysroot); in add_standard_paths() local
188 sysroot_no_trailing_dir_separator[sysroot_len - 1] = '\0'; in add_standard_paths()
189 str = concat (sysroot_no_trailing_dir_separator, p->fname, NULL); in add_standard_paths()
190 free (sysroot_no_trailing_dir_separator); in add_standard_paths()
H A Dgcc.cc3172 char *sysroot_no_trailing_dir_separator = xstrdup (target_system_root); in add_sysrooted_prefix() local
3177 sysroot_no_trailing_dir_separator[sysroot_len - 1] = '\0'; in add_sysrooted_prefix()
3180 prefix = concat (sysroot_no_trailing_dir_separator, in add_sysrooted_prefix()
3183 prefix = concat (sysroot_no_trailing_dir_separator, prefix, NULL); in add_sysrooted_prefix()
3185 free (sysroot_no_trailing_dir_separator); in add_sysrooted_prefix()
3209 char *sysroot_no_trailing_dir_separator = xstrdup (target_system_root); in add_sysrooted_hdrs_prefix() local
3214 sysroot_no_trailing_dir_separator[sysroot_len - 1] = '\0'; in add_sysrooted_hdrs_prefix()
3217 prefix = concat (sysroot_no_trailing_dir_separator, in add_sysrooted_hdrs_prefix()
3220 prefix = concat (sysroot_no_trailing_dir_separator, prefix, NULL); in add_sysrooted_hdrs_prefix()
3222 free (sysroot_no_trailing_dir_separator); in add_sysrooted_hdrs_prefix()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dincpath.c178 char *sysroot_no_trailing_dir_separator = xstrdup (sysroot); in add_standard_paths() local
182 sysroot_no_trailing_dir_separator[sysroot_len - 1] = '\0'; in add_standard_paths()
183 str = concat (sysroot_no_trailing_dir_separator, p->fname, NULL); in add_standard_paths()
184 free (sysroot_no_trailing_dir_separator); in add_standard_paths()
H A Dgcc.c2962 char *sysroot_no_trailing_dir_separator = xstrdup (target_system_root); in add_sysrooted_prefix() local
2967 sysroot_no_trailing_dir_separator[sysroot_len - 1] = '\0'; in add_sysrooted_prefix()
2970 prefix = concat (sysroot_no_trailing_dir_separator, in add_sysrooted_prefix()
2973 prefix = concat (sysroot_no_trailing_dir_separator, prefix, NULL); in add_sysrooted_prefix()
2975 free (sysroot_no_trailing_dir_separator); in add_sysrooted_prefix()
2999 char *sysroot_no_trailing_dir_separator = xstrdup (target_system_root); in add_sysrooted_hdrs_prefix() local
3004 sysroot_no_trailing_dir_separator[sysroot_len - 1] = '\0'; in add_sysrooted_hdrs_prefix()
3007 prefix = concat (sysroot_no_trailing_dir_separator, in add_sysrooted_hdrs_prefix()
3010 prefix = concat (sysroot_no_trailing_dir_separator, prefix, NULL); in add_sysrooted_hdrs_prefix()
3012 free (sysroot_no_trailing_dir_separator); in add_sysrooted_hdrs_prefix()