Searched refs:cfg_rep_percentage (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/
H A Dgrammar.h319 LIBISCCFG_EXTERNAL_DATA extern cfg_rep_t cfg_rep_percentage;
/netbsd-current/external/mpl/bind/dist/lib/isccfg/include/isccfg/
H A Dgrammar.h294 extern cfg_rep_t cfg_rep_percentage;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isccfg/
H A Dparser.c174 LIBISCCFG_EXTERNAL_DATA cfg_rep_t cfg_rep_percentage = { "percentage", variable
832 REQUIRE(obj != NULL && obj->type->rep == &cfg_rep_percentage);
838 cfg_doc_terminal, &cfg_rep_percentage, NULL
844 return (obj->type->rep == &cfg_rep_percentage);
/netbsd-current/external/mpl/bind/dist/lib/isccfg/
H A Dparser.c172 cfg_rep_t cfg_rep_percentage = { "percentage", free_noop }; variable
827 REQUIRE(obj != NULL && obj->type->rep == &cfg_rep_percentage);
833 &cfg_rep_percentage, NULL };
838 return (obj->type->rep == &cfg_rep_percentage);

Completed in 320 milliseconds