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

/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/
H A Dmktime.c43 struct tm ts_tm1; member in struct:__anon15610
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:__anon15633
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 60 milliseconds