Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/
H A D10-unbound-anchor.test38 $PRE/unbound-anchor -x "notexist.xml" -s "notexist.p7s" $OPTS
101 $PRE/unbound-anchor -x "notexist.xml" -s "notexist.p7s" $OPTS
128 $PRE/unbound-anchor -x "notexist.xml" -s "notexist.p7s" $OPTS
148 $PRE/unbound-anchor -x "notexist.xml" -s "notexist.p7s" $OPTS
/netbsd-src/external/bsd/nsd/dist/
H A Ddbcreate.c196 create_path_components(const char* path, int* notexist) in create_path_components() argument
202 *notexist = 1; in create_path_components()
209 *notexist = 0; in create_path_components()
217 int notexist = 0; in namedb_write_zonefile() local
229 if(!create_path_components(zfile, &notexist)) { in namedb_write_zonefile()
236 if(notexist || zone->is_changed) { in namedb_write_zonefile()
261 if(!file_get_mtime(zfile, &mtime, &notexist)) { in namedb_write_zonefile()