Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_scanf.c126 static int __init check_ushort(const void *check_data, const char *string, in check_ushort() function
246 simple_numbers_loop(unsigned short, "%hu", "hu", check_ushort); in numbers_simple()
249 simple_numbers_loop(unsigned short, "%hx", "hx", check_ushort); in numbers_simple()
252 simple_numbers_loop(unsigned short, "0x%hx", "hx", check_ushort); in numbers_simple()
433 numbers_list_8(unsigned short, "%hu", delim, "hu", check_ushort); in numbers_list_h()
436 numbers_list_8(unsigned short, "%hx", delim, "hx", check_ushort); in numbers_list_h()
437 numbers_list_8(unsigned short, "0x%hx", delim, "hx", check_ushort); in numbers_list_h()
564 numbers_list_val_width(unsigned short, "%hu", delim, "hu", check_ushort); in numbers_list_field_width_val_h()
567 numbers_list_val_width(unsigned short, "%hx", delim, "hx", check_ushort); in numbers_list_field_width_val_h()
568 numbers_list_val_width(unsigned short, "0x%hx", delim, "hx", check_ushort); in numbers_list_field_width_val_h()
[all …]