Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dtimemodule.c396 checktm(struct tm* buf) in checktm() function
481 || !checktm(&buf)) { in time_strftime()
674 || !checktm(&buf)) { in time_asctime()
/external/python/cpython3/Modules/
Dtimemodule.c600 checktm(struct tm* buf) in checktm() function
733 !checktm(&buf)) in time_strftime()
928 !checktm(&buf)) in time_asctime()