Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/mdocml/dist/
H A Dmandocdb.c174 static int nodb; /* no database changes */ variable
374 nodb = 1; in mandocdb()
394 nodb = warnings = 1; in mandocdb()
412 if (nodb) { in mandocdb()
440 dba = nodb ? dba_new(128) : dba_read(MANDOC_DB); in mandocdb()
449 if (nodb == 0) in mandocdb()
464 if (nodb == 0) in mandocdb()
512 if (nodb == 0) in mandocdb()
2045 if (nodb) { in dbadd()
/netbsd-src/external/bsd/nsd/dist/doc/
H A DChangeLog1854 - support configure --with-dbfile="" for nodb mode by default, where
2261 - Write xfrd.state for nodb mode again. Disable xfrd.state with
2271 - unit test for nodb mode.
2275 - in nodb mode, xfrd.state is not written out, because the zones
H A DRELNOTES924 - support configure --with-dbfile="" for nodb mode by default, where