Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_scanf.c374 char full_fmt[16]; \
376 snprintf(full_fmt, sizeof(full_fmt), "%u%s", width, scan_fmt); \
377 numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \
/openbmc/qemu/tests/qtest/
H A Dide-test.c132 g_autofree char *full_fmt = g_strdup_printf("-machine pc %s", cmdline_fmt); in ide_test_start() local
136 qts = qtest_vinitf(full_fmt, ap); in ide_test_start()