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

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

Completed in 63 milliseconds