Searched refs:month (Results 76 - 100 of 116) sorted by relevance

12345

/freebsd-11.0-release/sys/amd64/vmm/io/
H A Dvrtc.c59 uint8_t month; member in struct:rtcdev
213 KASSERT(ct.mon >= 1 && ct.mon <= 12, ("invalid clocktime month %d",
251 rtc->month = rtcset(rtc, ct.mon);
356 error = rtcget(rtc, rtc->month, &ct.mon);
358 VM_CTR2(vm, "Invalid RTC month %#x/%d", rtc->month, ct.mon);
/freebsd-11.0-release/usr.sbin/cron/cron/
H A Dcron.h175 bitstr_t bit_decl(month, MONTH_COUNT);
/freebsd-11.0-release/contrib/tzcode/zic/
H A Dzic.c1109 int year, month, day; local
1143 error(_("invalid month name"));
1146 month = lp->l_value;
1148 while (j != month) {
1155 day <= 0 || day > len_months[isleap(year)][month]) {
1156 error(_("invalid day of month"));
1249 error(_("invalid month name"));
1358 error(_("invalid day of month"));
1372 error(_("invalid day of month"));
1844 register int month, tota local
[all...]
/freebsd-11.0-release/bin/ls/
H A Dprint.c170 mbswidth(const char *month) argument
176 while ((clen = mbrtowc(&wc, month + donelen, MB_LEN_MAX, NULL)) != 0) {
/freebsd-11.0-release/contrib/ntp/include/
H A Dmbg_gps166.h80 * of the day-of-month (6 - 1), so:<br>
406 int8_t month; ///< month, 1..12 member in struct:__anon4757
407 int8_t mday; ///< day of month, 1..31
/freebsd-11.0-release/sys/fs/udf/
H A Dudf_vnops.c222 * Don't trust time->month as it will be used for an array index.
225 if (year < 1970 || time->month < 1 || time->month > 12) {
237 /* Calculate the month */
239 t->tv_sec += mon_lens[lpyear][time->month - 1] * 3600 * 24;
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dieee802_11_shared.c460 *pos++ = tm.month; /* Month */
461 *pos++ = tm.day; /* Day of month */
/freebsd-11.0-release/lib/libc/stdtime/
H A Dstrftime.c162 tptr->month)[t->tm_mon],
/freebsd-11.0-release/sys/xen/interface/
H A Dplatform.h147 uint8_t month; member in struct:xenpf_efi_time
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_shm.c600 cd.year, cd.month, cd.monthday,
H A Drefclock_nmea.c1017 date.year, date.month, date.monthday,
1579 jd->month = (u_char)m;
H A Dntp_util.c1002 tm.year, tm.month, tm.monthday,
H A Drefclock_tsyncpci.c632 jt.month = 1;
H A Dntp_crypto.c52 diff = pjd1->month - pjd2->month;
54 /* same year and month; compare monthday */
57 /* same year and month and monthday; compare time */
2054 pjd->month = temp;
3597 ret->first.year, ret->first.month, ret->first.monthday,
3599 ret->last.year, ret->last.month, ret->last.monthday,
3601 fscal.year, fscal.month, fscal.monthday,
/freebsd-11.0-release/usr.bin/ncal/
H A Dncal.c47 /* Width of one month with backward compatibility and in regular mode*/
116 /* Table used to print day of month and week numbers */
171 static void mkmonthr(int year, int month, int jd_flag,
173 static void mkmonthb(int year, int month, int jd_flag,
197 int m = 0; /* month */
205 int flag_3months = 0; /* user wants 3 month display (-3) */
208 int flag_specifiedmonth = 0;/* user wants to see this month (-m) */
209 int flag_givenmonth = 0; /* user has specified month [n] */
213 char *flag_month = NULL; /* requested month as string */
392 "%s is neither a month numbe
[all...]
/freebsd-11.0-release/contrib/wpa/src/tls/
H A Dx509v3.c544 int year, month, day, hour, min, sec; local
595 if (sscanf(pos, "%02d", &month) != 1) {
597 "(month)", buf, len);
629 if (os_mktime(year, month, day, hour, min, sec, val) < 0) {
/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_cd.h684 u_int8_t month[2]; member in struct:scsi_read_dvd_struct_data_disc_id
/freebsd-11.0-release/sys/dev/hptmv/
H A Dhptintf.h338 UINT month:4; /* 1 - 12 */ member in struct:_TIME_RECORD
/freebsd-11.0-release/sys/dev/usb/wlan/
H A Dif_rsureg.h245 uint8_t month; member in struct:r92s_fw_hdr
/freebsd-11.0-release/crypto/heimdal/lib/hx509/ref/
H A Dpkcs11.h472 unsigned char month[2];
470 unsigned char month[2]; member in struct:ck_date
/freebsd-11.0-release/crypto/openssh/
H A Dpkcs11.h470 unsigned char month[2]; member in struct:ck_date
/freebsd-11.0-release/sys/dev/hptrr/
H A Dhptintf.h480 HPT_U32 month:4; /* 1 - 12 */ member in struct:_TIME_RECORD
/freebsd-11.0-release/sys/dev/hpt27xx/
H A Dhptintf.h675 HPT_U32 month:4; /* 1 - 12 */ member in struct:_TIME_RECORD
/freebsd-11.0-release/sys/dev/hptnr/
H A Dhptintf.h671 HPT_U32 month:4; /* 1 - 12 */ member in struct:_TIME_RECORD
/freebsd-11.0-release/sys/dev/vxge/include/
H A Dvxgehal-ll.h3015 * @month: Month
3023 u32 month; member in struct:vxge_hal_device_date_t

Completed in 776 milliseconds

12345