Home
last modified time | relevance | path

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

/dports/devel/libtecla/libtecla/
H A Dhistory.c199 static int _glh_decode_timestamp(char *string, char **endp, time_t *timestamp);
1208 if(_glh_decode_timestamp(lptr, &lptr, &timestamp)) { in _glh_load_history()
1303 static int _glh_decode_timestamp(char *string, char **endp, time_t *timestamp) in _glh_decode_timestamp() function