Searched refs:dir_separator_str (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/xtensa/ |
| H A D | elf.h | 90 dir_separator_str, NULL); \ 92 tooldir = concat (standard_exec_prefix, spec_machine, dir_separator_str, \ 93 spec_version, dir_separator_str, tooldir, NULL); \ 94 archdir = concat (tooldir, "arch", dir_separator_str, NULL); \ 96 concat (archdir, "lib", dir_separator_str, NULL), \
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | 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); \
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | 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()
|
| H A D | gcc.c | 111 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 }; variable 2413 multi_dir = concat (multilib_dir, dir_separator_str, NULL); in for_each_path() 2418 multi_os_dir = concat (multilib_os_dir, dir_separator_str, NULL); in for_each_path() 3429 strcpy (nstore, concat (".", dir_separator_str, NULL)); in process_command() 3463 strcpy (nstore, concat (".", dir_separator_str, NULL)); in process_command() 3496 strcpy (nstore, concat (".", dir_separator_str, NULL)); in process_command() 3964 dir_separator_str, NULL); in process_command() 3978 = concat (gcc_exec_prefix, spec_machine, dir_separator_str, in process_command() 3979 spec_version, dir_separator_str, tooldir_prefix, NULL); in process_command() 3983 dir_separator_str, NULL), in process_command() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | gcc.c | 120 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 }; variable 2358 multilib_name = ACONCAT ((multilib_dir, dir_separator_str, name, 2361 multilib_os_name = ACONCAT ((multilib_os_dir, dir_separator_str, name, 3208 strcpy (nstore, concat (".", dir_separator_str, NULL)); 3243 strcpy (nstore, concat (".", dir_separator_str, NULL)); 3276 strcpy (nstore, concat (".", dir_separator_str, NULL)); 3709 dir_separator_str, NULL); 3723 = concat (gcc_exec_prefix, spec_machine, dir_separator_str, 3724 spec_version, dir_separator_str, tooldir_prefix, NULL); 3728 dir_separator_str, NULL), [all …]
|
| H A D | ChangeLog.6 | 9149 * gcc.c (dir_separator_str, modify_target, option_map,
|