/src/tests/lib/libc/time/ |
t_strptime.c | 164 ztest1(const char *name, const char *fmt, long value) function in typeref:typename:void 198 ztest1("GMT", fmt, 0); 199 ztest1("UTC", fmt, 0); 200 ztest1("US/Eastern", fmt, -18000); 202 ztest1(zt[i].name, fmt, zt[i].offs);
|
t_strptime.c | 164 ztest1(const char *name, const char *fmt, long value) function in typeref:typename:void 198 ztest1("GMT", fmt, 0); 199 ztest1("UTC", fmt, 0); 200 ztest1("US/Eastern", fmt, -18000); 202 ztest1(zt[i].name, fmt, zt[i].offs);
|