Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dtimemodule.c468 size_t fmtlen, buflen; in time_strftime() local
570 fmtlen = strlen(fmt); in time_strftime()
581 if (buflen > 0 || i >= 256 * fmtlen) { in time_strftime()
/external/python/cpython3/Modules/
Dtimemodule.c713 size_t fmtlen, buflen; in time_strftime() local
802 fmtlen = time_strlen(fmt); in time_strftime()
827 if (buflen > 0 || i >= 256 * fmtlen) { in time_strftime()