Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_scanf.c78 static int __init check_ull(const void *check_data, const char *string, in check_ull() function
219 simple_numbers_loop(unsigned long long, "%llu", "llu", check_ull); in numbers_simple()
222 simple_numbers_loop(unsigned long long, "%llx", "llx", check_ull); in numbers_simple()
225 simple_numbers_loop(unsigned long long, "0x%llx", "llx", check_ull); in numbers_simple()
403 numbers_list_8(unsigned long long, "%llu", delim, "llu", check_ull); in numbers_list_ll()
406 numbers_list_8(unsigned long long, "%llx", delim, "llx", check_ull); in numbers_list_ll()
407 numbers_list_8(unsigned long long, "0x%llx", delim, "llx", check_ull); in numbers_list_ll()
462 numbers_list_fix_width(unsigned long long, "%llu", delim, 20, "llu", check_ull); 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()
[all …]