Home | History | Annotate | Download | only in stdio

Lines Matching defs:t0

1104 	struct testcase *t0, *t1;
1110 for (t0 = &testcases[0]; t0->s != NULL; ++t0) {
1111 len0 = strnlen(t0->s, t0->n);
1116 memcpy(&buf[0], t0->s, t0->n);
1117 fp = fmemopen(&buf[0], t0->n, *p);
1123 nleft = t0->n - len0;