Searched refs:ts_tm1 (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dmktime.c43 struct tm ts_tm1; member in struct:__anon1399
69 (void) localtime_r(&clock1, &ts->ts_tm1);
84 t1 = ts->ts_tm1;
89 t1 = ts->ts_tm1;
94 t1 = ts->ts_tm1;
99 t1 = ts->ts_tm1;
104 t1 = ts->ts_tm1;
H A Dstrftime.c45 struct tm ts_tm1; member in struct:__anon1422
100 (void) localtime_r(&clock1, &ts->ts_tm1);
115 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm1);
117 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm1);
119 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm1);
121 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm1);
123 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm1);

Completed in 71 milliseconds