Home
last modified time | relevance | path

Searched refs:read_datafile (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/unbound/testcode/
H A Dtestpkts.h265 struct entry* read_datafile(const char* name, int skip_whitespace);
H A Dunitverify.c303 struct entry* list = read_datafile(fname, 1); in verifytest_file()
348 struct entry* list = read_datafile(fname, 1); in dstest_file()
483 struct entry* list = read_datafile(fname, 1); in nsec3_hash_test()
H A Dtestpkts.c698 read_datafile(const char* name, int skip_whitespace) in read_datafile() function