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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c206 static int _glh_decode_timestamp(char *string, char **endp, time_t *timestamp);
1215 if(_glh_decode_timestamp(lptr, &lptr, &timestamp)) {
1310 static int _glh_decode_timestamp(char *string, char **endp, time_t *timestamp) function

Completed in 64 milliseconds