Searched refs:check_short (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/lib/ |
H A D | test_scanf.c | 134 static int __init check_short(const void *check_data, const char *string, in check_short() function 247 simple_numbers_loop(short, "%hd", "hd", check_short); in numbers_simple() 248 simple_numbers_loop(short, "%hd", "hi", check_short); in numbers_simple() 250 simple_numbers_loop(short, "%hx", "hx", check_short); in numbers_simple() 251 simple_numbers_loop(short, "0x%hx", "hi", check_short); in numbers_simple() 253 simple_numbers_loop(short, "0x%hx", "hx", check_short); in numbers_simple() 434 numbers_list_8(short, "%hd", delim, "hd", check_short); in numbers_list_h() 435 numbers_list_8(short, "%hd", delim, "hi", check_short); in numbers_list_h() 438 numbers_list_8(short, "0x%hx", delim, "hi", check_short); in numbers_list_h() 502 numbers_list_fix_width(short, "%hd", delim, 6, "hd", check_short); in numbers_list_field_width_h() [all …]
|