Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/xtensa/
H A Delf.h90 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 Dcygwin.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); \
/openbsd-src/gnu/gcc/gcc/
H A Dc-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()
H A Dgcc.c111 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 Dgcc.c120 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 DChangeLog.69149 * gcc.c (dir_separator_str, modify_target, option_map,