Home
last modified time | relevance | path

Searched defs:tm (Results 1 – 24 of 24) sorted by relevance

/glibc-2.36/time/bits/types/
Dstruct_tm.h7 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/
Dstrptime.c30 strptime (const char *buf, const char *format, struct tm *tm) in strptime()
Dtst-strptime3.c11 struct tm tm; in do_test() local
Dtst-y2039.c34 struct tm *tm = localtime (&ouch); in do_test() local
Dtimegm.c44 struct tm tm = *tmp; in libc_hidden_def() local
Dctime_r.c26 struct tm tm; in __ctime64_r() local
Dtst-mktime2.c56 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
Dtst-getdate.c33 struct tm tm; member
111 struct tm *tm; in do_test() local
Dtst-ftime_l.c14 struct tm tm; in do_test() local
Dtst-mktime.c9 struct tm time_str, *tm; in do_test() local
Dtst-timegm.c24 do_test_func (time_t (*func)(struct tm *)) in do_test_func()
Dtst-mktime4.c56 int test_mktime_helper (struct tm *tm, long long int exp_val, int line) in test_mktime_helper()
Dgetdate.c57 struct tm tm; in first_wday() local
115 struct tm tm; in __getdate_r() local
Dmktime.c257 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
Dbug-mktime4.c40 struct tm tm = tm0; in do_test() local
Dtst-strptime.c95 struct tm tm; in test_tm() local
151 struct tm tm; in do_test() local
Dtst-strftime3.c431 tm_to_printed (struct tm *tm, char *buffer) in tm_to_printed()
474 struct tm tm; in do_test() local
Dtst-strptime2.c116 struct tm tm; in compare() local
Dstrptime_l.c211 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
Dtzset.c518 __tz_compute (__time64_t timer, struct tm *tm, int use_localtime) in __tz_compute()
Dstrftime_l.c1387 struct tm tm; in libc_hidden_def() local
/glibc-2.36/timezone/
Dtest-tz.c22 struct tm tm; in main() local
Dzdump.c293 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/
Dsupport_test_main.c96 struct tm tm; in print_timestamp() local