Searched refs:tm (Results 1 – 4 of 4) sorted by relevance
/timezone/ |
A D | zdump.c | 293 struct tm tm; in my_localtime_rz() local 296 tm = *tmp; in my_localtime_rz() 527 struct tm tm, newtm; in main() local 651 struct tm tm; in hunt() local 686 delta_nonneg(struct tm *newp, struct tm *oldp) in delta_nonneg() 705 delta(struct tm *newp, struct tm *oldp) in delta() 716 adjusted_yday(struct tm const *a, struct tm const *b) in adjusted_yday() 738 struct tm tm; in gmtoff() 760 struct tm tm, gmtm; in show() local 836 int ss = tm->tm_sec, mm = tm->tm_min, hh = tm->tm_hour; in format_local_time() [all …]
|
A D | test-tz.c | 22 struct tm tm; in main() local 26 memset (&tm, 0, sizeof (tm)); in main() 27 tm.tm_isdst = 0; in main() 28 tm.tm_year = 96; /* years since 1900 */ in main() 29 tm.tm_mon = 4; in main() 30 tm.tm_mday = 24; in main() 31 tm.tm_hour = 3; in main() 32 tm.tm_min = 55; in main() 33 tm.tm_sec = 15; in main() 38 t = mktime (&tm); in main()
|
A D | private.h | 501 char *asctime(struct tm const *); 507 struct tm const *restrict); 512 struct tm *gmtime(time_t const *); 513 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict); 514 struct tm *localtime(time_t const *); 515 struct tm *localtime_r(time_t const *restrict, struct tm *restrict); 516 time_t mktime(struct tm *); 561 time_t timegm(struct tm *); 564 time_t timelocal(struct tm *); 567 time_t timeoff(struct tm *, long); [all …]
|
A D | tst-timezone.c | 124 struct tm tmBuf = {0, 0, 0, 10, 3, 98, 0, 0, -1}; in do_test() 147 struct tm tmBuf = {0, 0, 0, 10, 3, 98, 0, 0, -1}; in do_test()
|
Completed in 16 milliseconds