Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dtimemodule.c398 size_t fmtlen, buflen; in time_strftime() local
498 fmtlen = strlen(fmt); in time_strftime()
509 if (buflen > 0 || i >= 256 * fmtlen) { in time_strftime()