Searched refs:TSMAX (Results 1 – 1 of 1) sorted by relevance
1464 enum {TSMAX=32}; /* The maximum length of the date and time string */ in _glh_show_history() enumerator1465 char buffer[TSMAX+1]; /* The buffer in which to write the date and time */ in _glh_show_history()1567 if(t && strftime(buffer, TSMAX, "%Y-%m-%d", t) != 0) { in _glh_show_history()1574 if(t && strftime(buffer, TSMAX, "%H:%M:%S", t) != 0) { in _glh_show_history()