Home
last modified time | relevance | path

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

/freebsd-head/contrib/atf/atf-c/detail/
HDmap_test.c133 iter = atf_map_find(&map, "K0"); in ATF_TC_BODY()
136 iter = atf_map_find(&map, "K1"); in ATF_TC_BODY()
142 iter = atf_map_find(&map, "K1"); in ATF_TC_BODY()
147 iter = atf_map_find(&map, "K2"); in ATF_TC_BODY()
HDmap.h96 atf_map_iter_t atf_map_find(atf_map_t *, const char *);
HDmap.c262 atf_map_find(atf_map_t *m, const char *key) in atf_map_find() function
353 iter = atf_map_find(m, key); in atf_map_insert()