Searched refs:check_long (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/lib/ |
H A D | test_scanf.c | 102 static int __init check_long(const void *check_data, const char *string, in check_long() function 229 simple_numbers_loop(long, "%ld", "ld", check_long); in numbers_simple() 230 simple_numbers_loop(long, "%ld", "li", check_long); in numbers_simple() 232 simple_numbers_loop(long, "%lx", "lx", check_long); in numbers_simple() 233 simple_numbers_loop(long, "0x%lx", "li", check_long); in numbers_simple() 235 simple_numbers_loop(long, "0x%lx", "lx", check_long); in numbers_simple() 414 numbers_list_8(long, "%ld", delim, "ld", check_long); in numbers_list_l() 415 numbers_list_8(long, "%ld", delim, "li", check_long); in numbers_list_l() 418 numbers_list_8(long, "0x%lx", delim, "li", check_long); in numbers_list_l() 474 numbers_list_fix_width(long, "%ld", delim, 20, "ld", check_long); in numbers_list_field_width_l() [all …]
|
/openbmc/linux/tools/testing/selftests/user_events/ |
H A D | abi_test.c | 94 long check_long; in FIXTURE() local 103 self->check_long = 0; in FIXTURE_SETUP() 141 ASSERT_EQ(0, reg_enable(&self->check_long, sizeof(long), 63)); in TEST_F() 142 ASSERT_NE(0, reg_enable(&self->check_long, sizeof(long), 64)); in TEST_F() 143 ASSERT_EQ(0, reg_disable(&self->check_long, 63)); in TEST_F()
|