Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/utils/config/
H A Dkeys_test.cpp63 ATF_REQUIRE(exp_key == config::detail::parse_key("one")); in ATF_TEST_CASE_BODY()
74 ATF_REQUIRE(exp_key == config::detail::parse_key("one.2.foo")); in ATF_TEST_CASE_BODY()
83 config::detail::parse_key("")); in ATF_TEST_CASE_BODY()
92 config::detail::parse_key(".")); in ATF_TEST_CASE_BODY()
95 config::detail::parse_key("a.")); in ATF_TEST_CASE_BODY()
98 config::detail::parse_key(".b")); in ATF_TEST_CASE_BODY()
101 config::detail::parse_key("a..b")); in ATF_TEST_CASE_BODY()
H A Dtree.cpp89 const detail::tree_key key = detail::parse_key(dotted_key); in define_dynamic()
109 const detail::tree_key key = detail::parse_key(dotted_key); in is_set()
135 const detail::tree_key key = detail::parse_key(dotted_key); in push_lua()
159 const detail::tree_key key = detail::parse_key(dotted_key); in set_lua()
183 const detail::tree_key key = detail::parse_key(dotted_key); in lookup_string()
210 const detail::tree_key key = detail::parse_key(dotted_key); in set_string()
247 key = detail::parse_key(dotted_key); in all_properties()
H A Dtree.ipp58 const detail::tree_key key = detail::parse_key(dotted_key);
80 const detail::tree_key key = detail::parse_key(dotted_key);
107 const detail::tree_key key = detail::parse_key(dotted_key);
136 const detail::tree_key key = detail::parse_key(dotted_key);
H A Dkeys.hpp48 tree_key parse_key(const std::string&);
H A Dkeys.cpp59 utils::config::detail::parse_key(const std::string& str) in parse_key() function in utils::config::detail
/netbsd-src/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)) { in parse_executable_statement()
2215 parse_key(struct element* result, struct parse *cfile) in parse_key() function
/netbsd-src/external/mpl/dhcp/dist/client/
H A Dclparse.c458 parse_key (cfile);
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dparse.c2713 if (!parse_key (cfile)) {
2963 int parse_key (struct parse *cfile) in parse_key() function
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h2286 int parse_key (struct parse *);