Lines Matching refs:tm
384 struct tm *gmtime(time_t const *);
385 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
386 struct tm *localtime(time_t const *);
387 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
388 time_t mktime(struct tm *);
394 extern char *asctime_r(struct tm const *restrict, char *restrict);
422 struct tm *offtime(time_t const *, long);
425 time_t timegm(struct tm *);
428 time_t timelocal(struct tm *);
431 time_t timeoff(struct tm *, long);
464 struct tm *localtime_rz(timezone_t restrict, time_t const *restrict,
465 struct tm *restrict);
466 time_t mktime_z(timezone_t restrict, struct tm *restrict);
561 char *asctime_r(struct tm const *, char *);