Home
last modified time | relevance | path

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

/dports/dns/unbound/unbound-1.14.0/util/
H A Dconfig_file.c421 #define IS_YES_OR_NO \ macro
440 { IS_YES_OR_NO; cfg->var = (strcmp(val, "yes") == 0); }
507 { IS_YES_OR_NO; cfg->log_time_ascii = (strcmp(val, "yes") == 0); in config_set_option()
655 { IS_YES_OR_NO; cfg->serve_expired = (strcmp(val, "yes") == 0); in config_set_option()
670 { IS_YES_OR_NO; cfg->permit_small_holddown = (strcmp(val, "yes") == 0); in config_set_option()