Searched refs:month (Results 1 - 25 of 43) sorted by relevance

12

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddmx-config.h53 * mm: month 01-12
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
67 ((month) * 100) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddmx-config.h53 * mm: month 01-12
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
67 ((month) * 100) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddmx-config.h53 * mm: month 01-12
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
67 ((month) * 100) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddmx-config.h53 * mm: month 01-12
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
67 ((month) * 100) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddmx-config.h53 * mm: month 01-12
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
67 ((month) * 100) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddmx-config.h53 * mm: month 01-12
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
67 ((month) * 100) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddmx-config.h53 * mm: month 01-12
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
67 ((month) * 100) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddmx-config.h53 * mm: month 01-12
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
67 ((month) * 100) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddmx-config.h53 * mm: month 01-12
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
67 ((month) * 100) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddmx-config.h53 * mm: month 01-12
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
67 ((month) * 100) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddmx-config.h53 * mm: month 01-12
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
67 ((month) * 100) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddmx-config.h53 * mm: month 01-12
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
67 ((month) * 100) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddmx-config.h53 * mm: month 01-12
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
67 ((month) * 100) + \
/vbox/tools/bin/
H A Dvboxlogabstime.pl25 my ($year,$month,$day,$hh,$mm,$ss,$frac);
27 ($year,$month,$day,$hh,$mm,$ss,$frac) = ($1,$2-1,$3,$4,$5,$6,$7);
34 my $logstamp = timegm($ss,$mm,$hh,$day,$month,$year)+$frac;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddmx-config.h53 * mm: month 01-12
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
67 ((month) * 100) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddmx-config.h53 * mm: month 01-12
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
67 ((month) * 100) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddmx-config.h53 * mm: month 01-12
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
67 ((month) * 100) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddmx-config.h53 * mm: month 01-12
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
67 ((month) * 100) + \
/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,
/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/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
/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
/vbox/include/iprt/
H A Disofs.h59 uint8_t month; member in struct:RTISOFSDATESHORT
70 char month[2]; member in struct:RTISOFSDATELONG
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dnanoftp.h32 * @month: the month
44 const char *month, int day, int hour,
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmactime.c241 statictime.tm_mon = dtr.month - 1;

Completed in 155 milliseconds

12