HomeSort by: relevance | last modified time | path
    Searched defs:int_reported (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/lib/libc/locale/
t_sprintf.c 179 int int_reported; local in function:h_sscanf
186 sscanf(t->int_input, "%d", &int_reported);
187 ATF_REQUIRE_EQ(int_reported, t->int_value);

Completed in 12 milliseconds