Searched refs:fputstrv (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/network/ |
D | networkd-state-file.c | 396 fputstrv(f, addresses, NULL, space); in serialize_addresses() 419 fputstrv(f, in6_hosts, NULL, space); in serialize_addresses() 447 fputstrv(f, domains, NULL, &space); in link_save_domains() 454 fputstrv(f, domains, NULL, &space); in link_save_domains() 577 fputstrv(f, link->ntp, NULL, NULL); in link_save()
|
/systemd-251/src/basic/ |
D | strv.h | 246 int fputstrv(FILE *f, char * const *l, const char *separator, bool *space);
|
D | strv.c | 888 int fputstrv(FILE *f, char * const *l, const char *separator, bool *space) { in fputstrv() function
|
/systemd-251/src/network/generator/ |
D | network-generator.c | 1215 fputstrv(f, link->policies, " ", NULL); in link_dump() 1221 fputstrv(f, link->alt_policies, " ", NULL); in link_dump()
|
/systemd-251/src/libsystemd-network/ |
D | sd-dhcp-lease.c | 1061 fputstrv(f, search_domains, NULL, NULL); in dhcp_lease_save()
|