Lines Matching refs:time_t
9 time_t time2posix(time_t t);
11 time_t posix2time(time_t t);
16 IEEE Standard 1003.1 (POSIX) requires the time_t value 536457599 to
18 time_t values cannot include leap seconds and, therefore, that the
22 however, no such adjustment is needed and time_t values continue to
27 Typically this is not a problem as the type time_t is intended to be
28 (mostly) opaque - time_t values should only be obtained-from and
31 directly computing a time_t value from a given date/time, and the same
33 programs creating/dissecting time_t values using such a relationship
37 time_t mismatch by converting between local time_t values and their
44 The time2posix function is single-valued. That is, every local time_t
45 corresponds to a single POSIX time_t. The posix2time function is less
47 and for a negative leap second hit the corresponding POSIX time_t
69 If leap-second support is not enabled, local time_t and POSIX time_t