Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/
H A Dnamedconf.c552 static keyword_type_t algorithm_kw = { "algorithm", &cfg_type_ustring }; variable
555 &cfg_rep_string, &algorithm_kw };
/netbsd-src/external/mpl/bind/dist/lib/isccfg/
H A Dnamedconf.c644 static keyword_type_t algorithm_kw = { "algorithm", &cfg_type_ustring };
647 &cfg_rep_string, &algorithm_kw };
602 static keyword_type_t algorithm_kw = { "algorithm", &cfg_type_ustring }; global() variable