Searched refs:etc_hosts_parse (Results 1 – 4 of 4) sorted by relevance
27 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()
17 (void) etc_hosts_parse(&h, f); in LLVMFuzzerTestOneInput()
21 int etc_hosts_parse(EtcHosts *hosts, FILE *f);
253 int etc_hosts_parse(EtcHosts *hosts, FILE *f) { in etc_hosts_parse() function334 r = etc_hosts_parse(&m->etc_hosts, f); in manager_etc_hosts_read()