Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_scanf.c372 #define numbers_list_fix_width(T, gen_fmt, field_sep, width, scan_fmt, fn) \ macro
462 numbers_list_fix_width(unsigned long long, "%llu", delim, 20, "llu", check_ull); in numbers_list_field_width_ll()
463 numbers_list_fix_width(long long, "%lld", delim, 20, "lld", check_ll); in numbers_list_field_width_ll()
464 numbers_list_fix_width(long long, "%lld", delim, 20, "lli", check_ll); in numbers_list_field_width_ll()
465 numbers_list_fix_width(unsigned long long, "%llx", delim, 16, "llx", check_ull); in numbers_list_field_width_ll()
466 numbers_list_fix_width(unsigned long long, "0x%llx", delim, 18, "llx", check_ull); in numbers_list_field_width_ll()
467 numbers_list_fix_width(long long, "0x%llx", delim, 18, "lli", check_ll); in numbers_list_field_width_ll()
473 numbers_list_fix_width(unsigned long, "%lu", delim, 20, "lu", check_ulong); in numbers_list_field_width_l()
474 numbers_list_fix_width(long, "%ld", delim, 20, "ld", check_long); in numbers_list_field_width_l()
475 numbers_list_fix_width(long, "%ld", delim, 20, "li", check_long); in numbers_list_field_width_l()
[all …]