Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c204 static int _glh_decode_timestamp(char *string, char **endp, time_t *timestamp);
1213 if(_glh_decode_timestamp(lptr, &lptr, &timestamp)) { in _glh_load_history()
1308 static int _glh_decode_timestamp(char *string, char **endp, time_t *timestamp) in _glh_decode_timestamp() function