Home
last modified time | relevance | path

Searched defs:t (Results 1 – 23 of 23) sorted by relevance

/time/
A Dtst-gmtime.c28 time_t t = 0; in do_test() local
42 time_t t = 0; in do_test() local
59 time_t t = 0x7fffffff; in do_test() local
73 time_t t = 0x7fffffff; in do_test() local
92 time_t t = (time_t) 0x80000000ull; in do_test() local
106 time_t t = (time_t) 0x80000000ull; in do_test() local
A Dtst-timegm.c39 time_t t = func (&tmg); in do_test_func() local
56 time_t t = func (&tmg); in do_test_func() local
76 time_t t = func (&tmg); in do_test_func() local
A Dtst-mktime4.c58 time_t result, t; in test_mktime_helper() local
78 struct tm t; in do_test() local
A Dtst-mktime2.c13 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) argument
19 #define TYPE_MINIMUM(t) \ argument
23 #define TYPE_MAXIMUM(t) \ argument
142 time_t t, delta; in do_test() local
A Dlocaltime.c28 __localtime64_r (const __time64_t *t, struct tm *tp) in __localtime64_r()
38 __localtime_r (const time_t *t, struct tm *tp) in __localtime_r()
A Dbug-mktime4.c9 equal_tm (struct tm const *t, struct tm const *u) in equal_tm()
42 time_t t = mktime (&tm); in do_test() local
A Dctime.c23 __ctime64 (const __time64_t *t) in __ctime64()
A Dtst-ctime.c28 time_t t; in do_test() local
A Dctime_r.c24 __ctime64_r (const __time64_t *t, char *buf) in __ctime64_r()
A Dtimegm.c45 __time64_t t = __timegm64 (&tm); in libc_hidden_def() local
A Dtst-strptime-whitespace.c28 struct tm t; in do_test() local
A Dbug-asctime.c11 time_t t = time (NULL); in do_test() local
A Dbug-asctime_r.c11 time_t t = time (NULL); in do_test() local
A Dtst_wcsftime.c8 time_t t; in main() local
A Dtst-difftime.c33 time_t t = 1383791700; /* Provide reproductible start value. */ in do_test() local
A Dtst-mktime.c10 time_t t; in do_test() local
A Dgmtime.c24 __gmtime64_r (const __time64_t *t, struct tm *tp) in __gmtime64_r()
A Dtest_time.c26 time_t t; in main() local
A Dofftime.c29 __offtime (__time64_t t, long int offset, struct tm *tp) in __offtime()
A Dmktime.c258 long_int t, struct tm *tm) in convert_time()
271 long_int *t, struct tm *tp) in ranged_convert()
386 long_int t = t0, t1 = t0, t2 = t0; in __mktime_internal() local
549 __time64_t t = __mktime64 (&tm); in libc_hidden_def() local
A Dtzset.c85 struct tzstring_l *t, *u, *new; in __tzstring_len() local
432 __time64_t t; in compute_change() local
A Dstrftime_l.c139 #define TYPE_SIGNED(t) ((t) -1 < 0) argument
146 #define INT_STRLEN_BOUND(t) \ argument
1141 time_t t; in libc_hidden_def() local
A Dstrptime_l.c44 localtime_r (const time_t *t, struct tm *tp) in localtime_r()

Completed in 19 milliseconds