fileio: clean up write_string_file() naming
authorLennart Poettering <lennart@poettering.net>
Tue, 15 Oct 2024 13:32:55 +0000 (15:32 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 15 Oct 2024 16:20:27 +0000 (18:20 +0200)
commit8a0adc973a24b24a06f797749724d1f79844032c
tree722bc0f25d7ac0fd21e80692808c79b423e25aea
parente1efa9d8044a7564844b8d599eda4b59eb1152e9
fileio: clean up write_string_file() naming

let's rename the "_ts" flavour of these calls "_full" instead, exposing
the full functionality. And then keep two more minimal versions around:
one "_at" (which has the ts parameter suppressed, but keeps the dir_fd
one). And one without suffix (which supresses both).

Do the same for the label versions of these calls.
src/basic/fileio.c
src/basic/fileio.h
src/shared/fileio-label.c
src/shared/fileio-label.h
src/update-done/update-done.c