Searched refs:check_int (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | test_scanf.c | 118 static int __init check_int(const void *check_data, const char *string, in check_int() function 238 simple_numbers_loop(int, "%d", "d", check_int); in numbers_simple() 239 simple_numbers_loop(int, "%d", "i", check_int); in numbers_simple() 241 simple_numbers_loop(int, "%x", "x", check_int); in numbers_simple() 242 simple_numbers_loop(int, "0x%x", "i", check_int); in numbers_simple() 244 simple_numbers_loop(int, "0x%x", "x", check_int); in numbers_simple() 424 numbers_list_8(int, "%d", delim, "d", check_int); in numbers_list_d() 425 numbers_list_8(int, "%d", delim, "i", check_int); in numbers_list_d() 428 numbers_list_8(int, "0x%x", delim, "i", check_int); in numbers_list_d() 492 numbers_list_fix_width(int, "%d", delim, 11, "d", check_int); in numbers_list_field_width_d() [all …]
|