Home
last modified time | relevance | path

Searched refs:etc_hosts_parse (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/resolve/
Dtest-resolved-etc-hosts.c27 assert_se(etc_hosts_parse(&hosts, f) == 0); in TEST()
71 assert_se(etc_hosts_parse(&hosts, f) == 0); in TEST()
133 assert_se(etc_hosts_parse(&hosts, f) == 0); in test_parse_file_one()
Dfuzz-etc-hosts.c17 (void) etc_hosts_parse(&h, f); in LLVMFuzzerTestOneInput()
Dresolved-etc-hosts.h21 int etc_hosts_parse(EtcHosts *hosts, FILE *f);
Dresolved-etc-hosts.c253 int etc_hosts_parse(EtcHosts *hosts, FILE *f) { in etc_hosts_parse() function
334 r = etc_hosts_parse(&m->etc_hosts, f); in manager_etc_hosts_read()