Searched refs:save_temps_prefix (Results 1 – 2 of 2) sorted by relevance
147 static char *save_temps_prefix = 0; variable3533 save_temps_prefix = xstrdup (arg); in driver_handle_option()3873 if (save_temps_flag == SAVE_TEMPS_OBJ && save_temps_prefix != NULL) in process_command()3875 save_temps_length = strlen (save_temps_prefix); in process_command()3876 temp = strrchr (lbasename (save_temps_prefix), '.'); in process_command()3880 save_temps_prefix[save_temps_length] = '\0'; in process_command()3884 else if (save_temps_flag == SAVE_TEMPS_OBJZ && save_temps_prefix != NULL) in process_command()3886 save_temps_length = strlen (save_temps_prefix); in process_command()3888 else if (save_temps_prefix != NULL) in process_command()3890 free (save_temps_prefix); in process_command()[all …]
274 static char *save_temps_prefix = 0; variable4136 save_temps_prefix = xstrdup (arg); in driver_handle_option()4515 if (save_temps_flag == SAVE_TEMPS_OBJ && save_temps_prefix != NULL) in process_command()4517 save_temps_length = strlen (save_temps_prefix); in process_command()4518 temp = strrchr (lbasename (save_temps_prefix), '.'); in process_command()4522 save_temps_prefix[save_temps_length] = '\0'; in process_command()4526 else if (save_temps_flag == SAVE_TEMPS_OBJZ && save_temps_prefix != NULL) in process_command()4528 save_temps_length = strlen (save_temps_prefix); in process_command()4530 else if (save_temps_prefix != NULL) in process_command()4532 free (save_temps_prefix); in process_command()[all …]