Searched refs:localtime (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/tools/testing/selftests/timers/ |
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-6.1.9/tools/testing/selftests/powerpc/nx-gzip/include/ |
D | nx_dbg.h | 35 time_t t; struct tm *m; time(&t); m = localtime(&t); \
|
/linux-6.1.9/tools/bpf/runqslower/ |
D | runqslower.c | 98 tm = localtime(&t); in handle_event()
|
/linux-6.1.9/drivers/staging/wlan-ng/ |
D | p80211metastruct.h | 102 struct p80211item_uint32 localtime; member
|
D | prism2mgmt.c | 484 req->localtime.status = P80211ENUM_msgitem_status_data_ok; in prism2mgmt_scan_results() 485 req->localtime.data = jiffies; in prism2mgmt_scan_results()
|
/linux-6.1.9/drivers/net/wireless/ |
D | wl3501.h | 449 char localtime[8]; member
|
/linux-6.1.9/tools/vm/ |
D | page-types.c | 951 strftime(atime, sizeof(atime), "%c", localtime(&st->st_atime)); in show_file() 952 strftime(mtime, sizeof(mtime), "%c", localtime(&st->st_mtime)); in show_file()
|
/linux-6.1.9/drivers/net/wireless/marvell/libertas/ |
D | host.h | 776 __le64 localtime; member
|
/linux-6.1.9/drivers/staging/greybus/tools/ |
D | loopback_test.c | 522 tm = *localtime(&local_time); in log_results()
|
/linux-6.1.9/tools/testing/selftests/net/ |
D | nettest.c | 149 if (strftime(timebuf, buflen, "%T", localtime(&now)) == 0) { in timestamp()
|