Lines Matching defs:check_long
102 static int __init check_long(const void *check_data, const char *string,
229 simple_numbers_loop(long, "%ld", "ld", check_long);
230 simple_numbers_loop(long, "%ld", "li", check_long);
232 simple_numbers_loop(long, "%lx", "lx", check_long);
233 simple_numbers_loop(long, "0x%lx", "li", check_long);
235 simple_numbers_loop(long, "0x%lx", "lx", check_long);
414 numbers_list_8(long, "%ld", delim, "ld", check_long);
415 numbers_list_8(long, "%ld", delim, "li", check_long);
418 numbers_list_8(long, "0x%lx", delim, "li", check_long);
474 numbers_list_fix_width(long, "%ld", delim, 20, "ld", check_long);
475 numbers_list_fix_width(long, "%ld", delim, 20, "li", check_long);
478 numbers_list_fix_width(long, "0x%lx", delim, 18, "li", check_long);
481 numbers_list_fix_width(long, "%ld", delim, 11, "ld", check_long);
482 numbers_list_fix_width(long, "%ld", delim, 11, "li", check_long);
485 numbers_list_fix_width(long, "0x%lx", delim, 10, "li", check_long);
545 numbers_list_val_width(long, "%ld", delim, "ld", check_long);
546 numbers_list_val_width(long, "%ld", delim, "li", check_long);
549 numbers_list_val_width(long, "0x%lx", delim, "li", check_long);
625 test_number_prefix(long, "-1 1", "%1ld %ld", 0, 0, 0, check_long);
631 test_number_prefix(long, "-1 1", "%1li %li", 0, 0, 0, check_long);
647 test_number_prefix(long, "0xA7", "%1li%lx", 0, 0, 1, check_long);
670 test_number_prefix(long, "0x67", "%2li%li", 0, 67, 2, check_long);
676 test_number_prefix(long, "0xA7", "%2li%li", 0, 0, 1, check_long);