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

/freebsd-12-stable/contrib/atf/atf-c/detail/
H A Dmap.h96 atf_map_iter_t atf_map_find(atf_map_t *, const char *);
H A Dmap_test.c120 atf_tc_set_md_var(tc, "descr", "Checks the atf_map_find function");
133 iter = atf_map_find(&map, "K0");
136 iter = atf_map_find(&map, "K1");
142 iter = atf_map_find(&map, "K1");
147 iter = atf_map_find(&map, "K2");
H A Dmap.c262 atf_map_find(atf_map_t *m, const char *key) function
353 iter = atf_map_find(m, key);

Completed in 72 milliseconds