Searched refs:localtime (Results 1 – 14 of 14) sorted by relevance
63 localtime (const time_t *t) in libc_hidden_def()68 libc_hidden_def (localtime)
12 struct tm *tp = localtime (&t); in do_test()
49 tmp = localtime (&tests[cnt].when); in do_test()69 localtime (&tests[0].when); in do_test()
64 tp = localtime(&t); in main()94 loctime = localtime (&curtime); in main()
34 struct tm *tm = localtime (&ouch); in do_test()
37 tm = localtime (&t); in do_test()
78 struct tm *lt = localtime (&now); in mktime_test1()125 struct tm *lt = localtime (&now); in bigtime_test()
76 struct tm *lt = localtime (&t); in do_test()
136 extern struct tm *localtime (const time_t *__timer) __THROW;141 extern struct tm *__REDIRECT_NTH (localtime, (const time_t *__timer),145 # define localtime __localtime64 macro
31 localtime; localtime_r;
79 struct tm *now = localtime (&tnow); in do_test()
33 gmtime localtime mktime time \
46 struct tm *l = localtime (t); in localtime_r()
Completed in 13 milliseconds