Searched refs:temp_file_ext (Results 1 – 1 of 1) sorted by relevance
293 static const char *temp_file_ext = ".new"; in config_save() local295 const int temp_filename_len = filename_len + strlen(temp_file_ext) + 1; in config_save()297 snprintf(temp_filename, temp_filename_len, "%s%s", filename, temp_file_ext); in config_save()