Searched refs:temp_files (Results 1 – 3 of 3) sorted by relevance
78 a->temp_files = NULL; in i_fn_args_new()115 a->temp_files = aura_dict_new(23, AURA_DICT_HASH); in i_fn_args_new()135 if (a->temp_files != NULL) { in i_fn_args_free()137 aura_dict_free(a->temp_files); in i_fn_args_free()333 aura_dict_store(a->temp_files, filename, strlen(filename) + 1, "", 1); in temp_file_add()344 aura_dict_rewind(a->temp_files); in temp_files_clean()345 while (!aura_dict_eof(a->temp_files)) { in temp_files_clean()346 aura_dict_get_current_key(a->temp_files, &rk, &rk_len); in temp_files_clean()350 aura_dict_next(a->temp_files); in temp_files_clean()
72 struct aura_dict *temp_files; /* names of files to delete on exit */ member
6985 char *temp_files[RETRY_ICE_ATTEMPTS * 2]; in try_generate_repro() local6986 char **temp_stdout_files = &temp_files[0]; in try_generate_repro()6987 char **temp_stderr_files = &temp_files[RETRY_ICE_ATTEMPTS]; in try_generate_repro()7013 memset (temp_files, '\0', sizeof (temp_files)); in try_generate_repro()7067 if (temp_files[i]) in try_generate_repro()