Home
last modified time | relevance | path

Searched refs:tmp_prefix (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c3654 char *tmp_prefix = concat (gcc_exec_prefix, "gcc", NULL); in process_command() local
3655 gcc_libexec_prefix = get_relative_prefix (tmp_prefix, in process_command()
3663 free (tmp_prefix); in process_command()
3977 char *tmp_prefix = get_relative_prefix (decoded_options[0].arg, in process_command() local
3980 if (tmp_prefix && access_check (tmp_prefix, F_OK) == 0) in process_command()
3982 target_system_root = tmp_prefix; in process_command()
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c4270 char *tmp_prefix = concat (gcc_exec_prefix, "gcc", NULL); in process_command() local
4271 gcc_libexec_prefix = get_relative_prefix (tmp_prefix, in process_command()
4279 free (tmp_prefix); in process_command()
4623 char *tmp_prefix = get_relative_prefix (decoded_options[0].arg, in process_command() local
4626 if (tmp_prefix && access_check (tmp_prefix, F_OK) == 0) in process_command()
4628 target_system_root = tmp_prefix; in process_command()