Searched refs:zoff (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/netbsd-tests/lib/libutil/
H A Dt_parsedate.c57 parsecheck(const char *datestr, const time_t *reftime, const int *zoff, argument
80 /* NULL or *zoff */
81 (zoff ? "" : "NULL"),
82 (zoff ? 1 : 0),
83 (zoff ? *zoff : 0));
85 ATF_CHECK_MSG((t = parsedate(datestr, reftime, zoff)) != -1,

Completed in 50 milliseconds