Home
last modified time | relevance | path

Searched refs:int_input (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/tests/lib/libc/locale/
H A Dt_sprintf.c51 const char *int_input; member
135 ATF_REQUIRE_EQ((int)strtol(t->int_input, NULL, 10), t->int_value); in h_strto()
186 sscanf(t->int_input, "%d", &int_reported); in h_sscanf()