Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.c463 #define S_UNSIGNED_OR_ZERO(str, var) if(strcmp(opt, str) == 0) \ macro
722 else S_UNSIGNED_OR_ZERO("add-holddown:", add_holddown) in config_set_option()
723 else S_UNSIGNED_OR_ZERO("del-holddown:", del_holddown) in config_set_option()
724 else S_UNSIGNED_OR_ZERO("keep-missing:", keep_missing) in config_set_option()