Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c1315 enum {TSLEN=14}; in _glh_decode_timestamp() enumerator
1316 char timestr[TSLEN+1]; /* The timestamp part of the string */ in _glh_decode_timestamp()
1330 if(strlen(string) < TSLEN) { in _glh_decode_timestamp()
1337 strncpy(timestr, string, TSLEN); in _glh_decode_timestamp()
1338 timestr[TSLEN] = '\0'; in _glh_decode_timestamp()
1350 *endp = string + TSLEN; in _glh_decode_timestamp()