Searched refs:localtime (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/timers/ |
| H A D | threadtest.c | 163 strftime(buf, 255, "%a, %d %b %Y %T %z", localtime(&start)); in main() 176 strftime(buf, 255, "%a, %d %b %Y %T %z", localtime(&now)); in main()
|
| /linux/tools/testing/selftests/powerpc/nx-gzip/include/ |
| H A D | nx_dbg.h | 35 time_t t; struct tm *m; time(&t); m = localtime(&t); \
|
| /linux/tools/bpf/runqslower/ |
| H A D | runqslower.c | |
| /linux/tools/mm/ |
| H A D | page-types.c | 947 strftime(atime, sizeof(atime), "%c", localtime(&st->st_atime)); in show_file() 948 strftime(mtime, sizeof(mtime), "%c", localtime(&st->st_mtime)); in show_file()
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | host.h | 776 __le64 localtime; member
|
| /linux/tools/accounting/ |
| H A D | delaytop.c | 871 struct tm *tm_now = localtime(&now); in display_results()
|
| /linux/tools/testing/selftests/net/ |
| H A D | nettest.c | 152 if (strftime(timebuf, buflen, "%T", localtime(&now)) == 0) { in timestamp()
|