Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtecla/common/
H A Dhistory.c1317 enum {TSLEN=14}; in _glh_decode_timestamp() enumerator
1318 char timestr[TSLEN+1]; /* The timestamp part of the string */ in _glh_decode_timestamp()
1332 if(strlen(string) < TSLEN) { in _glh_decode_timestamp()
1339 strncpy(timestr, string, TSLEN); in _glh_decode_timestamp()
1340 timestr[TSLEN] = '\0'; in _glh_decode_timestamp()
1352 *endp = string + TSLEN; in _glh_decode_timestamp()