Searched defs:tm_yday (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | time.h | 29 int tm_yday; member in struct:tm
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | time.h | 64 int tm_yday; member in struct:tm
|
H A D | wchar.h | 77 int tm_yday; member in struct:tm
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | time.h | 64 int tm_yday; member in struct:tm
|
H A D | wchar.h | 87 int tm_yday; member in struct:tm
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prtime.h | 142 PRInt16 tm_yday; /* calculated day of the year member in struct:PRExplodedTime 226 * - tm_wday and tm_yday: these fields are calculated by NSPR. Users
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | time.h | 29 - int tm_yday; // days since January 1 - [0, 365] 149 int tm_yday; // days since January 1 [0, 365] member in struct:tm 185 original values of the tm_wday and tm_yday components of the structure are 188 the values of the tm_wday and tm_yday components of the structure are set 307 a decimal number (00-99). [tm_year, tm_wday, tm_yday] 309 (e.g., 1997). [tm_year, tm_wday, tm_yday] 313 %j is replaced by the day of the year as a decimal number (001-366). [tm_yday] 328 first day of week 1) as a decimal number (00-53). [tm_year, tm_wday, tm_yday] 330 (01-53). [tm_year, tm_wday, tm_yday] 334 first day of week 1) as a decimal number (00-53). [tm_year, tm_wday, tm_yday] [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/ |
H A D | OpenSslSupport.h | 106 int tm_yday; /* days since January 1 [0-365] */ member in struct:tm
|
/vbox/src/VBox/Devices/PC/ |
H A D | DevRTC.cpp | 127 int32_t tm_yday; member in struct:my_tm 1012 Tm.tm_yday = Time.u16YearDay - 1;
|
Completed in 72 milliseconds