Searched defs:month (Results 1 - 14 of 14) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dtimemac.c55 static char *month[] = variable
64 /* Print day of the week, month, day, hour, minute, and second */
66 dayOfWeek[et->tm_wday], month[et->tm_month], et->tm_mday,
H A Dtimetest.c67 static char *month[] = variable
76 /* Print day of the week, month, day, hour, minute, and second */
78 dayOfWeek[et->tm_wday], month[et->tm_month], et->tm_mday,
140 /* Print day of the week, month, day, hour, minute, and second */
142 dayOfWeek[et.tm_wday], month[et.tm_month], et.tm_mday,
H A Dy2k.c72 static char *month[] = variable
83 /* Print day of the week, month, day, hour, minute, and second */
85 dayOfWeek[et->tm_wday], month[et->tm_month], et->tm_mday,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsqltypes.h128 SQLUSMALLINT month; member in struct:tagDATE_STRUCT
150 SQLUSMALLINT month; member in struct:tagTIMESTAMP_STRUCT
187 SQLUINTEGER month; member in struct:tagSQL_YEAR_MONTH
H A Dxcmc.h110 CMC_sint8 month; member in struct:__anon14627
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dasn1.c616 uint8_t month; member in struct:__anon15081::__anon15082
692 tm.tm_mon = ( pairs.named.month - 1 );
/vbox/include/iprt/
H A Disofs.h59 uint8_t month; member in struct:RTISOFSDATESHORT
70 char month[2]; member in struct:RTISOFSDATELONG
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dsqltypes.h132 SQLUSMALLINT month; member in struct:tagDATE_STRUCT
154 SQLUSMALLINT month; member in struct:tagTIMESTAMP_STRUCT
191 SQLUINTEGER month; member in struct:tagSQL_YEAR_MONTH
H A Dxcmc.h110 CMC_sint8 month; member in struct:__anon1932
/vbox/src/libs/libxml2-2.6.31/
H A Dnanoftp.c1596 char month[4]; local
1660 month[i++] = *cur;
1664 month[i] = 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
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtime.c67 * each month, where index 1 is January, and day 0 is January 1.
76 * The number of days in a month
203 /* Compute the month and day of month. */
455 /* Normalize month and year before mday */
465 /* Now that month and year are in proper range, normalize mday */
470 /* the previous month */
968 TIME_TOKEN month = TT_UNKNOWN; local
1000 if (month == TT_UNKNOWN &&
1003 month
[all...]
/vbox/src/VBox/Devices/PC/
H A DDevRTC.cpp564 /* month is between 0 and 11. */
565 static int get_days_in_month(int month, int year) argument
573 if ((unsigned )month >= 12)
576 d = days_tab[month];
577 if (month == 1)
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/vxge/
H A Dvxge_config.h254 * @month: Month
264 u32 month; member in struct:vxge_hw_device_date
/vbox/src/libs/libpng-1.2.8/
H A Dpng.h584 png_byte month; /* month of year, 1 - 12 */ member in struct:png_time_struct
585 png_byte day; /* day of month, 1 - 31 */

Completed in 118 milliseconds