Home
last modified time | relevance | path

Searched refs:atf_map_insert (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/atf/atf-c/detail/
H A Dmap_test.c130 RE(atf_map_insert(&map, "K1", val1, false)); in ATF_TC_BODY()
131 RE(atf_map_insert(&map, "K2", val2, false)); in ATF_TC_BODY()
168 RE(atf_map_insert(&map, "K1", val1, false)); in ATF_TC_BODY()
169 RE(atf_map_insert(&map, "K2", val2, false)); in ATF_TC_BODY()
212 RE(atf_map_insert(&map, "K1", s1, false)); in ATF_TC_BODY()
213 RE(atf_map_insert(&map, "K2", s2, false)); in ATF_TC_BODY()
214 RE(atf_map_insert(&map, "K3", s3, false)); in ATF_TC_BODY()
249 RE(atf_map_insert(&map, "K1", buf, false)); in ATF_TC_BODY()
251 RE(atf_map_insert(&map, "K2", buf, false)); in ATF_TC_BODY()
253 RE(atf_map_insert(&map, "K3", buf, false)); in ATF_TC_BODY()
[all …]
H A Dmap.h102 atf_error_t atf_map_insert(atf_map_t *, const char *, void *, bool);
H A Dmap.c191 err = atf_map_insert(m, key, strdup(value), true); in atf_map_init_charpp()
347 atf_map_insert(atf_map_t *m, const char *key, void *value, bool managed) in atf_map_insert() function
H A Dtp_main.c221 err = atf_map_insert(config, arg, split, false); in parse_vflag()
465 err = atf_map_insert(&p->m_config, "srcdir", in handle_srcdir()
/freebsd/contrib/atf/atf-c/
H A Dtc.c813 err = atf_map_insert(&tc->pimpl->m_vars, name, value, true); in atf_tc_set_md_var()
/freebsd/contrib/atf/
H A DNEWS10 * Issue #23: Fix double-free triggered by atf_map_insert in low memory