Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c1839 tempfile_open(char* tempf, size_t tempflen, const char* fname, const char* mode) in tempfile_open() function
1877 out = tempfile_open(tempf, sizeof(tempf), root_anchor_file, "w"); in write_unsigned_root()
1911 out = tempfile_open(tempf, sizeof(tempf), root_anchor_file, "w"); in write_root_anchor()
2067 FILE* out = tempfile_open(tempf, sizeof(tempf), file, "w"); in write_builtin_anchor()