Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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()