Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.c456 #define IS_NUMBER_OR_ZERO \ macro
469 { IS_NUMBER_OR_ZERO; cfg->var = atoi(val); }
475 { IS_NUMBER_OR_ZERO; cfg->var = (unsigned)atoi(val); }
478 { IS_NUMBER_OR_ZERO; cfg->var = (size_t)atoi(val); }
638 { IS_NUMBER_OR_ZERO; cfg->max_ttl = atoi(val); MAX_TTL=(time_t)cfg->max_ttl;} in config_set_option()
640 { IS_NUMBER_OR_ZERO; cfg->max_negative_ttl = atoi(val); MAX_NEG_TTL=(time_t)cfg->max_negative_ttl;} in config_set_option()
642 { IS_NUMBER_OR_ZERO; cfg->min_negative_ttl = atoi(val); MIN_NEG_TTL=(time_t)cfg->min_negative_ttl;} in config_set_option()
644 { IS_NUMBER_OR_ZERO; cfg->min_ttl = atoi(val); MIN_TTL=(time_t)cfg->min_ttl;} in config_set_option()
646 IS_NUMBER_OR_ZERO; cfg->infra_cache_min_rtt = atoi(val); in config_set_option()
650 IS_NUMBER_OR_ZERO; cfg->infra_cache_max_rtt = atoi(val); in config_set_option()
[all …]