Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/config/i386/
HDcygwin.h215 dir_separator_str, NULL); \
217 cprefix = concat (standard_exec_prefix, spec_machine, dir_separator_str, \
218 spec_version, dir_separator_str, tooldir_prefix, NULL); \
/freebsd-11-stable/contrib/gcc/
HDc-incpath.c49 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 }; variable
150 str = concat (str, dir_separator_str, imultilib, NULL); in add_standard_paths()
170 str = concat (str, dir_separator_str, imultilib, NULL); in add_standard_paths()
HDgcc.c113 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 }; variable
2435 multi_dir = concat (multilib_dir, dir_separator_str, NULL); in for_each_path()
2440 multi_os_dir = concat (multilib_os_dir, dir_separator_str, NULL); in for_each_path()
3464 strcpy (nstore, concat (".", dir_separator_str, NULL)); in process_command()
3498 strcpy (nstore, concat (".", dir_separator_str, NULL)); in process_command()
3531 strcpy (nstore, concat (".", dir_separator_str, NULL)); in process_command()
4044 dir_separator_str, NULL); in process_command()
4058 = concat (gcc_exec_prefix, spec_machine, dir_separator_str, in process_command()
4059 spec_version, dir_separator_str, tooldir_prefix, NULL); in process_command()
4063 dir_separator_str, NULL), in process_command()
[all …]
HDChangeLog-20019149 * gcc.c (dir_separator_str, modify_target, option_map,