Lines Matching refs:tm
679 DEPRECATED_IN_C23 char *asctime(struct tm const *);
680 char *asctime_r(struct tm const *restrict, char *restrict);
685 struct tm const *restrict);
688 struct tm const *restrict, locale_t);
690 struct tm *gmtime(time_t const *);
691 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
692 struct tm *localtime(time_t const *);
693 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
694 time_t mktime(struct tm *);
696 time_t timegm(struct tm *);
711 time_t timegm(struct tm *);
715 extern char *asctime_r(struct tm const *restrict, char *restrict);
751 struct tm *offtime(time_t const *, long);
754 time_t timelocal(struct tm *);
757 time_t timeoff(struct tm *, long);
791 struct tm *localtime_rz(timezone_t restrict, time_t const *restrict,
792 struct tm *restrict);
793 time_t mktime_z(timezone_t restrict, struct tm *restrict);
934 char *asctime_r(struct tm const *restrict, char *restrict);