Searched refs:write_string_stream (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/test/ ! |
D | test-fileio.c | 227 r = write_string_stream(f, in TEST() 290 r = write_string_stream(f, in TEST() 393 TEST(write_string_stream) { in TEST() argument 404 assert_se(write_string_stream(f, "boohoo", 0) < 0); in TEST() 410 assert_se(write_string_stream(f, "boohoo", 0) == 0); in TEST() 420 assert_se(write_string_stream(f, "boohoo", WRITE_STRING_FILE_AVOID_NEWLINE) == 0); in TEST()
|
D | test-clock.c | 54 … assert_se(write_string_stream(f, scenarios[i].contents, WRITE_STRING_FILE_AVOID_NEWLINE) == 0); in TEST()
|
/systemd-251/src/basic/ ! |
D | fileio.h | 55 static inline int write_string_stream(FILE *f, const char *line, WriteStringFileFlags flags) { in write_string_stream() function
|
/systemd-251/src/sleep/ ! |
D | sleep.c | 113 k = write_string_stream(*f, *state, WRITE_STRING_FILE_DISABLE_BUFFER); in write_state()
|
/systemd-251/src/shared/ ! |
D | cgroup-setup.c | 882 r = write_string_stream(f, s, WRITE_STRING_FILE_DISABLE_BUFFER); in cg_enable_everywhere()
|
/systemd-251/src/creds/ ! |
D | creds.c | 525 r = write_string_stream(stdout, base64_buf, 0); in verb_encrypt()
|