Searched refs:numbers_list_fix_width (Results 1 – 1 of 1) sorted by relevance
/lib/tests/ |
A D | scanf_kunit.c | 463 numbers_list_fix_width(long, "%ld", delim, 20, "ld", check_long); in numbers_list_field_width_l() 464 numbers_list_fix_width(long, "%ld", delim, 20, "li", check_long); in numbers_list_field_width_l() 467 numbers_list_fix_width(long, "0x%lx", delim, 18, "li", check_long); in numbers_list_field_width_l() 470 numbers_list_fix_width(long, "%ld", delim, 11, "ld", check_long); in numbers_list_field_width_l() 471 numbers_list_fix_width(long, "%ld", delim, 11, "li", check_long); in numbers_list_field_width_l() 474 numbers_list_fix_width(long, "0x%lx", delim, 10, "li", check_long); in numbers_list_field_width_l() 481 numbers_list_fix_width(int, "%d", delim, 11, "d", check_int); in numbers_list_field_width_d() 482 numbers_list_fix_width(int, "%d", delim, 11, "i", check_int); in numbers_list_field_width_d() 485 numbers_list_fix_width(int, "0x%x", delim, 10, "i", check_int); in numbers_list_field_width_d() 491 numbers_list_fix_width(short, "%hd", delim, 6, "hd", check_short); in numbers_list_field_width_h() [all …]
|
Completed in 8 milliseconds