Searched refs:_glh_decode_timestamp (Results 1 – 1 of 1) sorted by relevance
206 static int _glh_decode_timestamp(char *string, char **endp, time_t *timestamp);1215 if(_glh_decode_timestamp(lptr, &lptr, ×tamp)) { in _glh_load_history()1310 static int _glh_decode_timestamp(char *string, char **endp, time_t *timestamp) in _glh_decode_timestamp() function