Searched defs:write_string_stream (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dfileio.c50 int write_string_stream(FILE *f, const char *line, bool enforce_newline) { function
76 r = write_string_stream(f, line, enforce_newline);
130 r = write_string_stream(f, line, !(flags & WRITE_STRING_FILE_AVOID_NEWLINE));

Completed in 3196 milliseconds