Home
last modified time | relevance | path

Searched refs:commented_contents (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl-edit.c188 _cleanup_free_ char *commented_contents = NULL; in create_edit_temp_file() local
190 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()