Searched refs:atf_map_insert (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/atf/atf-c/detail/
H A Dmap_test.c130 RE(atf_map_insert(&map, "K1", val1, false));
131 RE(atf_map_insert(&map, "K2", val2, false));
168 RE(atf_map_insert(&map, "K1", val1, false));
169 RE(atf_map_insert(&map, "K2", val2, false));
212 RE(atf_map_insert(&map, "K1", s1, false));
213 RE(atf_map_insert(&map, "K2", s2, false));
214 RE(atf_map_insert(&map, "K3", s3, false));
235 atf_tc_set_md_var(tc, "descr", "Checks the atf_map_insert function");
249 RE(atf_map_insert(&map, "K1", buf, false));
251 RE(atf_map_insert(
[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);
347 atf_map_insert(atf_map_t *m, const char *key, void *value, bool managed) function
H A Dtp_main.c221 err = atf_map_insert(config, arg, split, false);
465 err = atf_map_insert(&p->m_config, "srcdir",
/freebsd-13-stable/contrib/atf/atf-c/
H A Dtc.c819 err = atf_map_insert(&tc->pimpl->m_vars, name, value, true);

Completed in 82 milliseconds