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

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dstrftime.c39 #define MAXSIZE 80 macro
112 char s[MAXSIZE];
115 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm1);
116 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm2);
117 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm1);
118 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm2);
119 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm1);
120 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm2);
121 (void) strftime(s, MAXSIZE, optf, &ts->ts_tm1);
122 (void) strftime(s, MAXSIZE, opt
[all...]

Completed in 68 milliseconds