Searched refs:int_reported (Results 1 – 1 of 1) sorted by relevance
179 int int_reported; in h_sscanf() local186 sscanf(t->int_input, "%d", &int_reported); in h_sscanf()187 ATF_REQUIRE_EQ(int_reported, t->int_value); in h_sscanf()