| /netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/ |
| H A D | msp430-devices.cc | 98 char *gcc_exec_prefix = *devices_loc; in extract_devices_dir_from_exec_prefix() local 99 int len = strlen (gcc_exec_prefix); in extract_devices_dir_from_exec_prefix() 103 && (IS_DIR_SEPARATOR (gcc_exec_prefix[len-1]))) in extract_devices_dir_from_exec_prefix() 105 temp = gcc_exec_prefix + len - sizeof ("/lib/gcc/") + 1; in extract_devices_dir_from_exec_prefix() 113 gcc_exec_prefix[len + 1] = (char) 0; in extract_devices_dir_from_exec_prefix() 114 *devices_loc = concat (gcc_exec_prefix, rest_of_devices_path, NULL); in extract_devices_dir_from_exec_prefix()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/ |
| H A D | msp430-devices.c | 98 char *gcc_exec_prefix = *devices_loc; in extract_devices_dir_from_exec_prefix() local 99 int len = strlen (gcc_exec_prefix); in extract_devices_dir_from_exec_prefix() 103 && (IS_DIR_SEPARATOR (gcc_exec_prefix[len-1]))) in extract_devices_dir_from_exec_prefix() 105 temp = gcc_exec_prefix + len - sizeof ("/lib/gcc/") + 1; in extract_devices_dir_from_exec_prefix() 113 gcc_exec_prefix[len + 1] = (char) 0; in extract_devices_dir_from_exec_prefix() 114 *devices_loc = concat (gcc_exec_prefix, rest_of_devices_path, NULL); in extract_devices_dir_from_exec_prefix()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | cppdefault.c | 117 const char *gcc_exec_prefix; variable 129 gcc_exec_prefix = getenv ("GCC_EXEC_PREFIX"); in cpp_relocated() 130 if (gcc_exec_prefix) in cpp_relocated()
|
| H A D | cppdefault.h | 66 extern const char *gcc_exec_prefix;
|
| H A D | gcc.c | 1463 static const char *gcc_exec_prefix; variable 4344 gcc_exec_prefix = env.get ("GCC_EXEC_PREFIX"); in process_command() 4385 if (!gcc_exec_prefix) in process_command() 4391 gcc_exec_prefix = get_relative_prefix (decoded_options[0].arg, in process_command() 4397 if (gcc_exec_prefix) in process_command() 4398 xputenv (concat ("GCC_EXEC_PREFIX=", gcc_exec_prefix, NULL)); in process_command() 4407 char *tmp_prefix = concat (gcc_exec_prefix, "gcc", NULL); in process_command() 4429 if (gcc_exec_prefix) in process_command() 4431 int len = strlen (gcc_exec_prefix); in process_command() 4434 && (IS_DIR_SEPARATOR (gcc_exec_prefix[len-1]))) in process_command() [all …]
|
| H A D | incpath.c | 201 dummy = concat (gcc_exec_prefix, "dummy", NULL); in add_standard_paths()
|
| H A D | FSFChangeLog.10 | 5688 * gcc.c (main): When concat gcc_exec_prefix and 9450 * gcc.c (process_command): Delete code modifying gcc_exec_prefix. 9451 (main): Put it here after last use of gcc_exec_prefix. For cross 9452 compiler, set startfile_prefixes if gcc_exec_prefix is set and
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | cppdefault.cc | 122 const char *gcc_exec_prefix; variable 134 gcc_exec_prefix = getenv ("GCC_EXEC_PREFIX"); in cpp_relocated() 135 if (gcc_exec_prefix) in cpp_relocated()
|
| H A D | cppdefault.h | 71 extern const char *gcc_exec_prefix;
|
| H A D | gcc.cc | 1589 static const char *gcc_exec_prefix; variable 4697 gcc_exec_prefix = env.get ("GCC_EXEC_PREFIX"); in process_command() 4738 if (!gcc_exec_prefix) in process_command() 4744 gcc_exec_prefix = get_relative_prefix (decoded_options[0].arg, in process_command() 4750 if (gcc_exec_prefix) in process_command() 4751 xputenv (concat ("GCC_EXEC_PREFIX=", gcc_exec_prefix, NULL)); in process_command() 4760 char *tmp_prefix = concat (gcc_exec_prefix, "gcc", NULL); in process_command() 4782 if (gcc_exec_prefix) in process_command() 4784 int len = strlen (gcc_exec_prefix); in process_command() 4787 && (IS_DIR_SEPARATOR (gcc_exec_prefix[len-1]))) in process_command() [all …]
|
| H A D | incpath.cc | 207 dummy = concat (gcc_exec_prefix, "dummy", NULL); in add_standard_paths()
|
| H A D | FSFChangeLog.10 | 5688 * gcc.c (main): When concat gcc_exec_prefix and 9450 * gcc.c (process_command): Delete code modifying gcc_exec_prefix. 9451 (main): Put it here after last use of gcc_exec_prefix. For cross 9452 compiler, set startfile_prefixes if gcc_exec_prefix is set and
|
| H A D | ChangeLog-2006 | 4822 gcc_exec_prefix. 4824 * cppdefault.h: Declare cpp_PREFIX, cpp_PREFIX_len, gcc_exec_prefix 4828 replace configured prefix with gcc_exec_prefix. 5443 (process_command): If !gcc_exec_prefix add $prefix based paths. 5446 (main): If print_search_dirs, and if gcc_exec_prefix is set,
|
| H A D | ChangeLog-1999 | 17990 gcc_exec_prefix, standard_exec_prefix, standard_exec_prefix_1,
|
| H A D | ChangeLog-2002 | 4486 gcc_exec_prefix, keeping it unchanged if the relocated sysroot
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-incpath.cc | 46 char *dummy = concat (gcc_exec_prefix, "dummy", NULL); in prefixed_path()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-incpath.cc | 47 char *dummy = concat (gcc_exec_prefix, "dummy", NULL); in prefixed_path()
|