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

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dmktime.c44 struct tm ts_tm2; member in struct:__anon1399
70 (void) localtime_r(&clock2, &ts->ts_tm2);
85 t2 = ts->ts_tm2;
90 t2 = ts->ts_tm2;
95 t2 = ts->ts_tm2;
100 t2 = ts->ts_tm2;
105 t2 = ts->ts_tm2;
H A Dstrftime.c46 struct tm ts_tm2; member in struct:__anon1422
101 (void) localtime_r(&clock2, &ts->ts_tm2);
116 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm2);
118 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm2);
120 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm2);
122 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm2);
124 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm2);

Completed in 128 milliseconds