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

/linux-master/lib/
H A Dtest_scanf.c134 static int __init check_short(const void *check_data, const char *string, function
247 simple_numbers_loop(short, "%hd", "hd", check_short);
248 simple_numbers_loop(short, "%hd", "hi", check_short);
250 simple_numbers_loop(short, "%hx", "hx", check_short);
251 simple_numbers_loop(short, "0x%hx", "hi", check_short);
253 simple_numbers_loop(short, "0x%hx", "hx", check_short);
434 numbers_list_8(short, "%hd", delim, "hd", check_short);
435 numbers_list_8(short, "%hd", delim, "hi", check_short);
438 numbers_list_8(short, "0x%hx", delim, "hi", check_short);
502 numbers_list_fix_width(short, "%hd", delim, 6, "hd", check_short);
[all...]

Completed in 312 milliseconds