Home | History | Annotate | Download | only in misc

Lines Matching defs:got_ret

464   int         got_ret, want_ret, got_upto, want_upto;
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;
919 got_ret = (*fun) (data[i].input, fmt, &got_upto, NULL);
921 got_ret = (*fun) (data[i].input, fmt, got, &got_upto);
927 got_ret = (*fun) (data[i].input, fmt, &got_upto, NULL);
929 got_ret = (*fun) (data[i].input, fmt, &got_l, &got_upto);
940 if (got_ret != want_ret)
969 printf (" got =%d\n", got_ret);
1154 int i, j, ignore, got_ret, want_ret, got_upto, want_upto;
1222 got_ret = (*fun) (data[i].input, fmt, &got_upto, NULL);
1224 got_ret = (*fun) (data[i].input, fmt, got, &got_upto);
1230 got_ret = (*fun) (data[i].input, fmt, &got_upto, NULL);
1232 got_ret = (*fun) (data[i].input, fmt, &got_d, &got_upto);
1242 if (got_ret != want_ret)
1267 printf (" got =%d\n", got_ret);