Searched defs:tm_mon (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
H A Dtime.h130 int tm_mon; /* months since January [0-11] */ member in struct:tm
/device/linaro/bootloader/edk2/StdLib/Include/
H A Dtime.h26 - int tm_mon; // months since January - [0, 11]
121 Values for the tm_mon member of struct tm.
143 int tm_mon; // months since January [0, 11] member in struct:tm
191 the final value of tm_mday is not set until tm_mon and tm_year
295 %b is replaced by the locale's abbreviated month name. [tm_mon]
296 %B is replaced by the locale's full month name. [tm_mon]
301 %D is equivalent to "%m/%d/%y". [tm_mon, tm_mday, tm_year]
305 [tm_year, tm_mon, tm_mday]
310 %h is equivalent to "%b". [tm_mon]
314 %m is replaced by the month as a decimal number (01-12). [tm_mon]
[all...]
/device/linaro/bootloader/edk2/CryptoPkg/Include/
H A DOpenSslSupport.h132 int tm_mon; /* months since January [0-11] */ member in struct:tm
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
H A Defi.h92 uint8_t tm_mon; /* 1 - 12 */ member in struct:efi_tm

Completed in 66 milliseconds