Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-io_raw.c144 size_t want_len, got_ret, got_read; in check_out() local
174 got_read = fread (got, 1, sizeof(got), fp); in check_out()
183 if (got_read != want_len) in check_out()
198 printf (" got_read %lu\n", (unsigned long) got_read); in check_out()