Searched defs:TSMAX (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c1464 enum {TSMAX=32}; /* The maximum length of the date and time string */ enumerator in enum:__anon4088
1465 char buffer[TSMAX+1]; /* The buffer in which to write the date and time */
1567 if(t && strftime(buffer, TSMAX, "%Y-%m-%d", t) != 0) {
1574 if(t && strftime(buffer, TSMAX, "%H:%M:%S", t) != 0) {

Completed in 65 milliseconds