Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
DMainData.h60 #define ASCTIME_BUFLEN ((2 * 3) + (5 * INT_STRLEN_MAXIMUM(int)) + 3 + 2 + 1 + 1) macro
89 char ASasctime[ASCTIME_BUFLEN]; // Only modified by asctime
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTime.c642 sizeof (char[ASCTIME_BUFLEN]), in asctime()