| t-scanf.c | 464 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 = (*fun) (data[i].input, fmt, got, &got_upto) 1154 int i, j, ignore, got_ret, want_ret, got_upto, want_upto; local [all...] |