Searched refs:TSLEN (Results 1 – 1 of 1) sorted by relevance
1317 enum {TSLEN=14}; in _glh_decode_timestamp() enumerator1318 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()