Searched refs:MAXSIZE (Results 1 - 1 of 1) sorted by relevance
/libmicro/ |
H A D | strftime.c | 39 #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 9 milliseconds