Searched defs:tp (Results 1 – 18 of 18) sorted by relevance
/time/ |
A D | clock_gettime.c | 25 __clock_gettime (clockid_t clock_id, struct timespec *tp) in __clock_gettime()
|
A D | clock_settime.c | 25 __clock_settime (clockid_t clock_id, const struct timespec *tp) in __clock_settime()
|
A D | localtime.c | 28 __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 D | wcsftime.c | 24 const struct tm *tp) in wcsftime()
|
A D | strftime.c | 23 strftime (char *s, size_t maxsize, const char *format, const struct tm *tp) in strftime()
|
A D | asctime.c | 34 asctime_internal (const struct tm *tp, char *buf, size_t buflen) in asctime_internal() 75 __asctime_r (const struct tm *tp, char *buf) in __asctime_r()
|
A D | bug-asctime.c | 12 struct tm *tp = localtime (&t); in do_test() local
|
A D | bug-asctime_r.c | 12 struct tm *tp = localtime (&t); in do_test() local
|
A D | tst_wcsftime.c | 9 struct tm *tp; in main() local
|
A D | gmtime.c | 24 __gmtime64_r (const __time64_t *t, struct tm *tp) in __gmtime64_r()
|
A D | test_time.c | 27 struct tm *tp; in main() local
|
A D | offtime.c | 29 __offtime (__time64_t t, long int offset, struct tm *tp) in __offtime()
|
A D | mktime.c | 246 struct tm const *tp) in tm_diff() 271 long_int *t, struct tm *tp) in ranged_convert() 321 __mktime_internal (struct tm *tp, in __mktime_internal() 524 __mktime64 (struct tm *tp) in __mktime64()
|
A D | era.c | 142 _nl_get_era_entry (const struct tm *tp, struct __locale_data *current) in _nl_get_era_entry()
|
A D | getdate.c | 107 __getdate_r (const char *string, struct tm *tp) in __getdate_r()
|
A D | tzfile.c | 581 struct tm *tp) in __tzfile_compute()
|
A D | strptime_l.c | 44 localtime_r (const time_t *t, struct tm *tp) in localtime_r()
|
A D | strftime_l.c | 1448 const struct tm *tp) in emacs_strftime()
|
Completed in 19 milliseconds