Searched refs:fputs_with_space (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/network/ |
D | networkd-state-file.c | 435 fputs_with_space(f, p, NULL, &space); in link_save_domains() 445 fputs_with_space(f, domainname, NULL, &space); in link_save_domains() 461 fputs_with_space(f, NDISC_DNSSL_DOMAIN(dd), NULL, &space); in link_save_domains() 661 fputs_with_space(f, n, NULL, &space); in link_save()
|
/systemd-251/src/basic/ |
D | ordered-set.c | 100 fputs_with_space(f, p, NULL, &space); in ordered_set_print()
|
D | fileio.h | 103 int fputs_with_space(FILE *f, const char *s, const char *separator, bool *space);
|
D | strv.c | 898 r = fputs_with_space(f, *s, separator, space); in fputstrv()
|
D | fileio.c | 1224 int fputs_with_space(FILE *f, const char *s, const char *separator, bool *space) { in fputs_with_space() function
|