Home
last modified time | relevance | path

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

/titanic_41/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)) { in _glh_load_history()
1310 static int _glh_decode_timestamp(char *string, char **endp, time_t *timestamp) in _glh_decode_timestamp() function