Searched refs:check_int (Results 1 – 1 of 1) sorted by relevance
/linux/lib/tests/ |
H A D | scanf_kunit.c | 101 static void check_int(struct kunit *test, const char *file, const int line, const void *check_data, in check_int() function 224 simple_numbers_loop(int, "%d", "d", check_int); in numbers_simple() 225 simple_numbers_loop(int, "%d", "i", check_int); in numbers_simple() 227 simple_numbers_loop(int, "%x", "x", check_int); in numbers_simple() 228 simple_numbers_loop(int, "0x%x", "i", check_int); in numbers_simple() 230 simple_numbers_loop(int, "0x%x", "x", check_int); in numbers_simple() 410 numbers_list_8(int, "%d", delim, "d", check_int); in numbers_list_d() 411 numbers_list_8(int, "%d", delim, "i", check_int); in numbers_list_d() 414 numbers_list_8(int, "0x%x", delim, "i", check_int); in numbers_list_d() 481 numbers_list_fix_width(int, "%d", delim, 11, "d", check_int); in numbers_list_field_width_d() [all...] |