Home
last modified time | relevance | path

Searched defs:_strptime (Results 1 – 3 of 3) sorted by relevance

/external/openssh/openbsd-compat/
Dstrptime.c67 _strptime(const char *buf, const char *fmt, struct tm *tm, int initialize) in _strptime() function
/external/python/cpython2/Lib/
D_strptime.py299 def _strptime(data_string, format="%a %b %d %H:%M:%S %Y"): function
/external/python/cpython3/Lib/
D_strptime.py318 def _strptime(data_string, format="%a %b %d %H:%M:%S %Y"): function