Lines Matching refs:vals
48 } vals[MAXSIZE];
242 for (j = 0; tests[i].vals[j].format != NULL; ++j) {
248 len = strftime (buf, sizeof(buf), tests[i].vals[j].format, tm);
251 tests[i].vals[j].format, (unsigned long)len,
256 if (strcmp (buf, tests[i].vals[j].result) != 0) {
258 tests[i].vals[j].format, buf,
259 tests[i].vals[j].result);
264 ptr = strptime (tests[i].vals[j].result,
265 tests[i].vals[j].format,
270 tests[i].vals[j].result,
271 tests[i].vals[j].format);
274 strftime (buf, sizeof(buf), tests[i].vals[j].format, &tm2);
275 if (strcmp (buf, tests[i].vals[j].result) != 0) {
277 tests[i].vals[j].format,
278 buf, tests[i].vals[j].result);