/src/tests/lib/libc/locale/ |
t_sprintf.c | 51 const char *int_input; member in struct:test 135 ATF_REQUIRE_EQ((int)strtol(t->int_input, NULL, 10), t->int_value); 186 sscanf(t->int_input, "%d", &int_reported);
|
t_sprintf.c | 51 const char *int_input; member in struct:test 135 ATF_REQUIRE_EQ((int)strtol(t->int_input, NULL, 10), t->int_value); 186 sscanf(t->int_input, "%d", &int_reported);
|