Searched refs:commented_contents (Results 1 – 1 of 1) sorted by relevance
188 _cleanup_free_ char *commented_contents = NULL; in create_edit_temp_file() local190 commented_contents = strreplace(strstrip(contents), "\n", "\n# "); in create_edit_temp_file()191 if (!commented_contents) in create_edit_temp_file()193 fprintf(f, "\n# %s", commented_contents); in create_edit_temp_file()