Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl-edit.c145 _cleanup_free_ char *new_contents = NULL; in create_edit_temp_file() local
161 r = read_full_file(new_path, &new_contents, NULL); in create_edit_temp_file()
171 strempty(new_contents), in create_edit_temp_file()
172 new_contents && endswith(new_contents, "\n") ? "" : "\n"); in create_edit_temp_file()