Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-keyval.c28 char long_key[129]; in test_keyval_parse() local
56 memset(long_key, 'a', 127); in test_keyval_parse()
57 long_key[127] = 'z'; in test_keyval_parse()
58 long_key[128] = 0; in test_keyval_parse()
59 params = g_strdup_printf("k.%s=v", long_key); in test_keyval_parse()
71 params = g_strdup_printf("k.%s=v", long_key + 1); in test_keyval_parse()
74 g_assert_cmpstr(qdict_get_try_str(qdict, long_key + 1), ==, "v"); in test_keyval_parse()
83 g_assert_cmpstr(qdict_get_try_str(sub_qdict, long_key + 1), ==, "v"); in test_keyval_parse()