Searched refs:got_ret (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-io_raw.c64 size_t want_ret, got_ret; local
100 got_ret = mpz_inp_raw (got, fp);
106 if (got_ret != want_ret)
119 printf (" got_ret %lu\n", (unsigned long) got_ret);
144 size_t want_len, got_ret, got_read; local
171 got_ret = mpz_out_raw (fp, z);
178 if (got_ret != want_len)
197 printf (" got_ret %lu\n", (unsigned long) got_ret);
[all...]
/netbsd-current/external/lgpl3/gmp/dist/tests/misc/
H A Dt-scanf.c464 int got_ret, want_ret, got_upto, want_upto; local
539 got_ret = (*fun) (data[i].input, fmt, &got_upto, NULL);
541 got_ret = (*fun) (data[i].input, fmt, got, &got_upto);
547 got_ret = (*fun) (data[i].input, fmt, &got_upto, NULL);
549 got_ret = (*fun) (data[i].input, fmt, &got_l, &got_upto);
559 if (got_ret != want_ret)
585 printf (" got =%d\n", got_ret);
845 int i, j, ignore, got_ret, want_ret, got_upto, want_upto; local
919 got_ret = (*fun) (data[i].input, fmt, &got_upto, NULL);
921 got_ret
1154 int i, j, ignore, got_ret, want_ret, got_upto, want_upto; local
[all...]

Completed in 117 milliseconds