Searched refs:zoff (Results 1 – 1 of 1) sorted by relevance
57 parsecheck(const char *datestr, const time_t *reftime, const int *zoff, in parsecheck() argument81 (zoff ? "" : "NULL"), in parsecheck()82 (zoff ? 1 : 0), in parsecheck()83 (zoff ? *zoff : 0)); in parsecheck()85 ATF_CHECK_MSG((t = parsedate(datestr, reftime, zoff)) != -1, in parsecheck()