Searched defs:day (Results 1 - 13 of 13) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dtimetest.c76 /* Print day of the week, month, day, hour, minute, and second */
140 /* Print day of the week, month, day, hour, minute, and second */
517 int day, hour, min; local
545 for (day = 0; day < 4 * 365 + 1; day++) {
604 int day, hour, min; local
633 for (day
689 int day, hour, min; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dlocaledef.h87 const char *day[7]; member in struct:__anon13011
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsqltypes.h129 SQLUSMALLINT day; member in struct:tagDATE_STRUCT
151 SQLUSMALLINT day; member in struct:tagTIMESTAMP_STRUCT
192 SQLUINTEGER day; member in struct:tagSQL_DAY_SECOND
H A Dxcmc.h109 CMC_sint8 day; member in struct:__anon14627
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dasn1.c617 uint8_t day; member in struct:__anon15081::__anon15082
693 tm.tm_mday = pairs.named.day;
/vbox/include/iprt/
H A Disofs.h60 uint8_t day; member in struct:RTISOFSDATESHORT
71 char day[2]; member in struct:RTISOFSDATELONG
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dsqltypes.h133 SQLUSMALLINT day; member in struct:tagDATE_STRUCT
155 SQLUSMALLINT day; member in struct:tagTIMESTAMP_STRUCT
196 SQLUINTEGER day; member in struct:tagSQL_DAY_SECOND
H A Dxcmc.h109 CMC_sint8 day; member in struct:__anon1932
/vbox/src/libs/libxml2-2.6.31/
H A Dnanoftp.c1600 int day = 0; local
1668 day = (day * 10) + (*cur++ - '0');
1699 year, month, day, hour, minute);
2051 int year, const char *month, int day, int hour, int minute) {
2049 ftpList(void *userData, const char *filename, const char* attrib, const char *owner, const char *group, unsigned long size, int links, int year, const char *month, int day, int hour, int minute) argument
H A Dxmlschemastypes.c67 unsigned int day :5; /* 1 <= day <= 31 */ member in struct:_xmlSchemaValDate
81 long day; member in struct:_xmlSchemaValDuration
1117 #define VALID_DAY(day) ((day >= 1) && (day <= 31))
1135 (dt->day <= daysInMonthLeap[dt->mon - 1]) : \
1136 (dt->day <= daysInMonth[dt->mon - 1]))
1157 #define DAY_IN_YEAR(day, month, year) \
1160 dayInYearByMonth[month - 1]) + day)
3538 long carry, mon, day; local
5829 unsigned long mon, day, hour = 0, min = 0; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/vxge/
H A Dvxge_config.h253 * @day: Day
263 u32 day; member in struct:vxge_hw_device_date
/vbox/src/libs/libpng-1.2.8/
H A Dpng.h585 png_byte day; /* day of month, 1 - 31 */ member in struct:png_time_struct
586 png_byte hour; /* hour of day, 0 - 23 */
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dvms_x_fix.h930 #define lib$day LIB$DAY

Completed in 134 milliseconds