Home
last modified time | relevance | path

Searched refs:tm (Results 1 – 3 of 3) sorted by relevance

/samples/vfs/
A Dtest-statx.c50 struct tm tm; in print_time() local
56 if (!localtime_r(&tim, &tm)) { in print_time()
60 len = strftime(buffer, 100, "%F %T", &tm); in print_time()
68 len = strftime(buffer, 100, "%z", &tm); in print_time()
/samples/connector/
A Ducon.c106 time_t tm; in main() local
224 time(&tm); in main()
226 ctime(&tm), data->id.idx, data->id.val, data->seq, data->ack); in main()
/samples/tsm-mr/
A Dtsm_mr_sample.c24 static int sample_report_refresh(const struct tsm_measurements *tm) in sample_report_refresh() argument
45 static int sample_report_extend_mr(const struct tsm_measurements *tm, in sample_report_extend_mr() argument

Completed in 25 milliseconds