Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_scanf.c134 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()
627 test_number_prefix(short, "-1 1", "%1hd %hd", 0, 0, 0, check_short); in numbers_prefix_overflow()
[all …]