Home
last modified time | relevance | path

Searched refs:TSMAX (Results 1 – 1 of 1) sorted by relevance

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