HomeSort by: relevance | last modified time | path
    Searched defs:month (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/arch/mac68k/mac68k/
pram.c 64 long year, month, day, hour, minute, seconds, i, dayperyear; local in function:convtime
67 month = 0; /* Jan */
90 i = daypmon[month] * 60 * 60 * 24;
93 month++;
119 monstr[month], day, year, hour, minute, seconds);
  /src/sys/arch/mvme68k/stand/netboot/
config.h 46 u_char month; member in struct:brdid
  /src/sys/dev/
smbios_platform.c 235 platform_scan_date(char *buf, unsigned int *month, unsigned int *day,
243 *month = strtoul(s, NULL, 10);
260 unsigned int month, day, year; local in function:platform_add_date
265 if (platform_scan_date(tmpbuf, &month, &day, &year) != 3)
267 if (month == 0 || month > 12 || day == 0 || day > 31)
275 snprintf(datestr, sizeof(datestr), "%04u%02u%02u", year, month, day);
  /src/sys/arch/hp300/stand/common/
clock.c 103 int year, month, day, hour, min, sec; local in function:clock_to_gmt
116 month = mc_read(MC_MONTH);
152 month = bbc_to_decimal(10, 9);
161 year, month, day, hour, min, sec);
166 range_test(month, 1, 12);
172 if (is_leap_year(year) && month > FEBRUARY)
175 for (i = 1; i < month; i++)
  /src/sys/arch/powerpc/powerpc/
rtas.c 266 int status, year, month, day, hour, minute, second, nanosecond; local in function:rtas_todr_gettime_ymdhms
272 &month, &day, &hour, &minute, &second, &nanosecond) < 0)
276 t->dt_mon = month;
288 int status, year, month, day, hour, minute, second, nanosecond; local in function:rtas_todr_settime_ymdhms
294 month = t->dt_mon;
301 if (rtas_call(RTAS_FUNC_SET_TIME_OF_DAY, 7, 1, year, month,
  /src/usr.bin/at/
parsetime.c 31 * /NUMBER [DOT NUMBER] [AM|PM]\ /[MONTH NUMBER [NUMBER]] \
103 { "month", MONTHS, 0 }, /* month ... */
171 static void month(struct tm *);
449 * month() picks apart a month specification
451 * /[<month> NUMBER [NUMBER]] \
458 month(struct tm *tm) function in typeref:typename:void
484 * do month mday [year]
608 month(&runtime)
    [all...]
  /src/usr.bin/calendar/
calendar.c 87 /* 1-based month, 0-based days, cumulative */
263 * numeric month or day (1, 2, 04)
274 int month; local in function:isnow
287 /* if no recognizable month, assume wildcard ('*') month */
288 if ((month = getfield(endp, &endp, &flags)) == 0) {
290 month = tp->tm_mon + 1;
293 month = v1;
301 month = v2;
304 month = v1
    [all...]
  /src/usr.bin/cal/
cal.c 68 #define MAXDAYS 42 /* max slots in a month array */
157 int ambiguity, year, month, date; member in struct:reform
222 long month, year; local in function:main
285 month = 0;
288 month = strtol(*argv++, &eoi, 10);
289 if (month < 1 || month > 12 || *eoi != '\0')
290 errx(1, "illegal month value: use 1-12");
300 month = strtol(eoi + 1, &eoi, 10);
301 if (month < 1 || month > 12 || *eoi != '\0'
672 int year, month, date; local in function:gregorian_reform
    [all...]
  /src/sys/arch/mvme68k/include/
prom.h 80 u_char month; member in struct:mvmeprom_brdid
  /src/sys/arch/arm/sunxi/
sunxi_rtc.c 97 uint32_t leap, year, month, day; member in struct:sunxi_rtc_config
115 .month = SUN4I_RTC_MONTH,
129 .month = SUN6I_RTC_MONTH,
146 .month = SUN7I_RTC_MONTH,
160 .month = SUN6I_RTC_MONTH,
177 .month = SUN6I_RTC_MONTH,
194 .month = SUN6I_RTC_MONTH,
210 .month = SUN6I_RTC_MONTH,
228 .month = SUN6I_RTC_MONTH,
450 dt->dt_mon = __SHIFTOUT(yymmdd, conf->month);
    [all...]
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
platform.h 147 uint8_t month; member in struct:xenpf_efi_time
  /src/sys/dev/acpi/
qcompas.c 1328 uint8_t month; member in struct:battmgr_bat_info
  /src/games/rogue/
rogue.h 428 short month; /* 1 - 12 */ member in struct:rogue_time
  /src/sys/fs/udf/
ecma167-udf.h 242 uint8_t month; member in struct:timestamp
  /src/sys/dev/pci/
ips.c 290 u_int8_t month; member in struct:ips_conf
  /src/lib/libc/time/
zic.c 2057 int month, day; local in function:getleapdatetime
2090 error(_("invalid month name"));
2093 month = lp->l_value;
2095 while (j != month) {
2102 day <= 0 || day > len_months[isleap(year)][month]) {
2103 error(_("invalid day of month"));
2195 error(_("invalid month name"));
2297 error(_("invalid day of month"));
2311 error(_("invalid day of month"));
2956 int month, total local in function:stringrule
    [all...]
  /src/sys/dev/ic/
rtwnreg.h 1063 uint8_t month; member in struct:r92c_fw_hdr

Completed in 26 milliseconds