Home
last modified time | relevance | path

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

/aosp_15_r20/external/toybox/toys/pending/
H A Dawk.c681 static struct zmap_slot *zmap_find_or_insert_key(struct zmap *m, struct zstring *key) in zmap_find_or_insert_key() function
2698 struct zmap_slot *zs = zmap_find_or_insert_key(m, key); in set_map_element()
2980 struct zmap_slot *x = zmap_find_or_insert_key(v->map, to_str(key)->vst); in get_map_val()