/glibc-2.36/time/bits/types/ |
D | struct_tm.h | 7 struct tm struct 9 int tm_sec; /* Seconds. [0-60] (1 leap second) */ argument 10 int tm_min; /* Minutes. [0-59] */ argument 11 int tm_hour; /* Hours. [0-23] */ argument 12 int tm_mday; /* Day. [1-31] */ argument 13 int tm_mon; /* Month. [0-11] */ argument 14 int tm_year; /* Year - 1900. */ argument 15 int tm_wday; /* Day of week. [0-6] */ argument 16 int tm_yday; /* Days in year.[0-365] */ argument 17 int tm_isdst; /* DST. [-1/0/1]*/ argument [all …]
|
/glibc-2.36/time/ |
D | strptime.c | 30 strptime (const char *buf, const char *format, struct tm *tm) in strptime()
|
D | tst-strptime3.c | 11 struct tm tm; in do_test() local
|
D | tst-y2039.c | 34 struct tm *tm = localtime (&ouch); in do_test() local
|
D | timegm.c | 44 struct tm tm = *tmp; in libc_hidden_def() local
|
D | ctime_r.c | 26 struct tm tm; in __ctime64_r() local
|
D | tst-mktime2.c | 56 struct tm tm; in spring_forward_gap() local 102 struct tm tm; in irix_6_4_bug() local 118 struct tm tm; in bigtime_test() local
|
D | tst-getdate.c | 33 struct tm tm; member 111 struct tm *tm; in do_test() local
|
D | tst-ftime_l.c | 14 struct tm tm; in do_test() local
|
D | tst-mktime.c | 9 struct tm time_str, *tm; in do_test() local
|
D | tst-timegm.c | 24 do_test_func (time_t (*func)(struct tm *)) in do_test_func()
|
D | tst-mktime4.c | 56 int test_mktime_helper (struct tm *tm, long long int exp_val, int line) in test_mktime_helper()
|
D | getdate.c | 57 struct tm tm; in first_wday() local 115 struct tm tm; in __getdate_r() local
|
D | mktime.c | 257 convert_time (struct tm *(*convert) (const __time64_t *, struct tm *), in convert_time() 258 long_int t, struct tm *tm) in convert_time() 270 ranged_convert (struct tm *(*convert) (const __time64_t *, struct tm *), in ranged_convert() 322 struct tm *(*convert) (const __time64_t *, struct tm *), in __mktime_internal() 325 struct tm tm; in __mktime_internal() local 548 struct tm tm = *tp; in libc_hidden_def() local
|
D | bug-mktime4.c | 40 struct tm tm = tm0; in do_test() local
|
D | tst-strptime.c | 95 struct tm tm; in test_tm() local 151 struct tm tm; in do_test() local
|
D | tst-strftime3.c | 431 tm_to_printed (struct tm *tm, char *buffer) in tm_to_printed() 474 struct tm tm; in do_test() local
|
D | tst-strptime2.c | 116 struct tm tm; in compare() local
|
D | strptime_l.c | 211 day_of_the_week (struct tm *tm) in day_of_the_week() 229 day_of_the_year (struct tm *tm) in day_of_the_year() 275 struct tm *tm; in __strptime_internal() local
|
D | tzset.c | 518 __tz_compute (__time64_t timer, struct tm *tm, int use_localtime) in __tz_compute()
|
D | strftime_l.c | 1387 struct tm tm; in libc_hidden_def() local
|
/glibc-2.36/timezone/ |
D | test-tz.c | 22 struct tm tm; in main() local
|
D | zdump.c | 293 struct tm tm; in my_localtime_rz() local 527 struct tm tm, newtm; in main() local 651 struct tm tm; in hunt() local 760 struct tm tm, gmtm; in show() local 834 format_local_time(char *buf, size_t size, struct tm const *tm) in format_local_time() 857 format_utc_offset(char *buf, size_t size, struct tm const *tm, time_t t) in format_utc_offset() 929 struct tm const *tm, time_t t, char const *ab, char const *zone_name) in istrftime() 1006 showtrans(char const *time_fmt, struct tm const *tm, time_t t, char const *ab, in showtrans()
|
/glibc-2.36/support/ |
D | support_test_main.c | 96 struct tm tm; in print_timestamp() local
|