Searched refs:parse_key (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/utils/config/
H A Dkeys.hpp48 tree_key parse_key(const std::string&);
H A Dkeys_test.cpp63 ATF_REQUIRE(exp_key == config::detail::parse_key("one"));
74 ATF_REQUIRE(exp_key == config::detail::parse_key("one.2.foo"));
83 config::detail::parse_key(""));
92 config::detail::parse_key("."));
95 config::detail::parse_key("a."));
98 config::detail::parse_key(".b"));
101 config::detail::parse_key("a..b"));
H A Dtree.cpp89 const detail::tree_key key = detail::parse_key(dotted_key);
109 const detail::tree_key key = detail::parse_key(dotted_key);
135 const detail::tree_key key = detail::parse_key(dotted_key);
159 const detail::tree_key key = detail::parse_key(dotted_key);
183 const detail::tree_key key = detail::parse_key(dotted_key);
210 const detail::tree_key key = detail::parse_key(dotted_key);
247 key = detail::parse_key(dotted_key);
H A Dkeys.cpp59 utils::config::detail::parse_key(const std::string& str) function in class:utils::config::detail
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Dkeama.h395 isc_boolean_t parse_key(struct element *, struct parse *);
H A Dparse.c2040 if (!parse_key(result, cfile)) {
2215 parse_key(struct element* result, struct parse *cfile) function
/netbsd-current/external/mpl/dhcp/dist/client/
H A Dclparse.c458 parse_key (cfile);
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dparse.c2713 if (!parse_key (cfile)) {
2963 int parse_key (struct parse *cfile) function
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h2286 int parse_key (struct parse *);

Completed in 162 milliseconds