Searched refs:dir_separator_str (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/gcc/config/i386/ |
| HD | cygwin.h | 215 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/ |
| HD | c-incpath.c | 49 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()
|
| HD | gcc.c | 113 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 …]
|
| HD | ChangeLog-2001 | 9149 * gcc.c (dir_separator_str, modify_target, option_map,
|