Home
last modified time | relevance | path

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

/openbsd/usr.sbin/unbound/testcode/
H A Dtestbound.c73 static struct config_strlist* cfgfiles = NULL; variable
178 if(!cfg_strlist_insert(&cfgfiles, strdup(line))) in spool_temp_file()
225 if(!cfg_strlist_insert(&cfgfiles, strdup(line))) in spool_auto_file()
256 if(!cfg_strlist_insert(&cfgfiles, strdup(configfile))) in setup_config()
330 for(p=cfgfiles; p; p=p->next) in remove_configfile()
332 config_delstrlist(cfgfiles); in remove_configfile()
333 cfgfiles = NULL; in remove_configfile()