Home
last modified time | relevance | path

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

/netbsd/src/tests/lib/libc/locale/
Dt_sprintf.c179 int int_reported; in h_sscanf() local
186 sscanf(t->int_input, "%d", &int_reported); in h_sscanf()
187 ATF_REQUIRE_EQ(int_reported, t->int_value); in h_sscanf()