Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDincpath.c51 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 }; variable
154 str = concat (str, dir_separator_str, imultilib, NULL); in add_standard_paths()
159 str = concat (str, dir_separator_str, imultiarch, NULL); in add_standard_paths()
213 str = concat (str, dir_separator_str, imultilib, NULL); in add_standard_paths()
218 str = concat (str, dir_separator_str, imultiarch, NULL); in add_standard_paths()
HDgcc.c70 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 }; variable
2100 multi_dir = concat (multilib_dir, dir_separator_str, NULL); in for_each_path()
2105 multi_os_dir = concat (multilib_os_dir, dir_separator_str, NULL); in for_each_path()
2107 multiarch_suffix = concat (multiarch_dir, dir_separator_str, NULL); in for_each_path()
3716 strcpy (nstore, concat (".", dir_separator_str, NULL)); in process_command()
3750 strcpy (nstore, concat (".", dir_separator_str, NULL)); in process_command()
3783 strcpy (nstore, concat (".", dir_separator_str, NULL)); in process_command()
3952 dir_separator_str, NULL); in process_command()
3958 spec_machine, dir_separator_str, in process_command()
3959 spec_version, dir_separator_str, tooldir_prefix, NULL); in process_command()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDincpath.c47 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 }; variable
151 str = reconcat (str, str, dir_separator_str, in add_standard_paths()
160 str = reconcat (str, str, dir_separator_str, in add_standard_paths()
218 str = reconcat (str, str, dir_separator_str, imultilib, NULL); in add_standard_paths()
226 str = reconcat (str, str, dir_separator_str, imultiarch, NULL); in add_standard_paths()
HDgcc.c193 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 }; variable
2502 multi_dir = concat (multilib_dir, dir_separator_str, NULL); in for_each_path()
2507 multi_os_dir = concat (multilib_os_dir, dir_separator_str, NULL); in for_each_path()
2509 multiarch_suffix = concat (multiarch_dir, dir_separator_str, NULL); in for_each_path()
4332 strcpy (nstore, concat (".", dir_separator_str, NULL)); in process_command()
4366 strcpy (nstore, concat (".", dir_separator_str, NULL)); in process_command()
4399 strcpy (nstore, concat (".", dir_separator_str, NULL)); in process_command()
4596 dir_separator_str, NULL); in process_command()
4602 spec_host_machine, dir_separator_str, spec_version, in process_command()
4603 accel_dir_suffix, dir_separator_str, tooldir_prefix2, NULL); in process_command()
[all …]