Searched refs:just_multi_suffix (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/gcc/
H A Dgcc.c2440 const char *just_multi_suffix;
2447 just_multi_suffix = just_machine_suffix;
2452 just_multi_suffix = concat (just_multi_suffix, multi_dir, NULL);
2470 just_suffix_len = strlen (just_multi_suffix);
2501 memcpy (path + len, just_multi_suffix, just_suffix_len + 1);
2549 free ((char *) just_multi_suffix);
2550 just_multi_suffix = just_machine_suffix;
2567 free ((char *) just_multi_suffix);
2425 const char *just_multi_suffix; local

Completed in 145 milliseconds