Searched refs:month (Results 26 - 50 of 133) sorted by relevance

123456

/freebsd-9.3-release/crypto/openssl/crypto/
H A Do_time.c180 short year, month, day, hour, minute, second, centi_second; member in struct:vms_vectime
207 result->tm_mon = time_values.month - 1;
/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dos_internal.c50 int os_mktime(int year, int month, int day, int hour, int min, int sec, argument
55 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 ||
62 tm.tm_mon = month - 1;
H A Dos_none.c35 int os_mktime(int year, int month, int day, int hour, int min, int sec, argument
H A Dos_unix.c61 int os_mktime(int year, int month, int day, int hour, int min, int sec, argument
68 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 ||
75 tm.tm_mon = month - 1;
/freebsd-9.3-release/usr.bin/calendar/
H A Dio.c87 int month[MAXCOUNT]; local
173 if ((count = parsedaymonth(buf, year, month, day, &flags,
193 tm.tm_mon = month[i] - 1;
200 events[i] = event_add(year[i], month[i], day[i], dbuf,
/freebsd-9.3-release/contrib/ntp/libparse/
H A Dclk_sel240x.c145 clock_time->month = ptime.tm_mon + 1;
H A Dclk_schmid.c139 clock_time->month = buffer[5];
H A Dclk_rcc8000.c88 STOI(O_MONTH, &clock_time->month) ||
H A Dclk_computime.c70 * MD Day of the month
83 {8, 2}, {5, 2}, {2, 2}, /* day, month, year */
125 Stoi(&buffer[format->field_offsets[O_MONTH].offset], &clock_time->month,
H A Dclk_wharton.c66 * DD Day of month expressed in reversed decimal
107 clock_time->month = (buffer[10] - '0') * 10 + buffer[9] - '0';
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_chronolog.c63 int day; /* day-of-month */
64 int month; /* month-of-year */ member in struct:chronolog_unit
219 if (sscanf(pp->a_lastcode, "Y %d/%d/%d", &up->year,&up->month,&up->day))
246 local.tm_mon = up->month-1;
276 pp->day = ymd2yd(year+1900,month,day);
H A Drefclock_jjy.c178 int year, month, day, hour, minute, second, msecond ; member in struct:jjyunit
414 #define JJY_CLOCKSTATS_MESSAGE_SSCANF_INVALID_DATE "# Invalid date : rc=%d year=%d month=%d day=%d"
416 #define JJY_CLOCKSTATS_MESSAGE_SSCANF_INVALID_DATETIME "# Invalid time : rc=%d year=%d month=%d day=%d hour=%d minute=%d second=%d"
1011 pp->day = ymd2yd( up->year, up->month, up->day ) ;
1049 up->year, up->month, up->day,
1215 &up->year, &up->month, &up->day ) ;
1218 || up->month < 1 || 12 < up->month
1222 rc, up->year, up->month, up->day ) ;
1509 &up->year, &up->month,
[all...]
H A Drefclock_arc.c315 /* 8. day of month tens */
316 /* 9. day of month units */
317 /* 10. month tens */
318 /* 11. month units */
877 int i, n, wday, month, flags, status; local
1171 || !get2(pp->a_lastcode + 10, &month)
1197 (month < 1) || (month > 12) ||
1236 pp->day, month, pp->year, flags, status);
1266 pp->day += moff[month
[all...]
H A Drefclock_leitch.c75 short month; member in struct:leitchunit
553 leitch->month = ATOB(2)*10 + ATOB(3);
557 if (leitch->month > 12)
559 if (leitch->day > days_in_month[leitch->month-1])
566 while ( i < (leitch->month-1) )
570 leitch->month > 2)
H A Drefclock_palisade.h172 int month; /* for LEAP filter */ member in struct:palisade_unit
H A Drefclock_mx4200.c386 /* day of month */
387 /* month of year */
577 /* day of month */
578 /* month of year */
955 int year, day_of_year, month, day_of_month; local
965 &sentence_type, &time_mark_valid, &year, &month, &day_of_month,
1016 if (day_of_month > 31 || month > 12 ||
1017 day_of_month < 1 || month < 1 || year < YEAR_LAST_MODIFIED) {
1020 year, month, day_of_month);
1029 * a second. Discard if we are on a month boundar
1135 mx4200_jday( int year, int month, int day_of_month ) argument
[all...]
/freebsd-9.3-release/lib/libc/stdtime/
H A Dstrptime.c421 for (i = 0; i < asizeof(tptr->month); i++) {
431 len = strlen(tptr->month[i]);
432 if (strncasecmp_l(buf, tptr->month[i],
438 * Try the abbreviated month name if the full name
441 if (i == asizeof(tptr->month) && !Oalternative) {
442 for (i = 0; i < asizeof(tptr->month); i++) {
449 if (i == asizeof(tptr->month))
/freebsd-9.3-release/usr.sbin/cron/lib/
H A Dentry.c54 "bad day-of-month",
55 "bad month",
157 bit_set(e->month, 0);
165 bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1));
174 bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1));
181 bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1));
188 bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1));
222 /* DOM (days of month)
234 /* month
237 ch = get_list(e->month, FIRST_MONT
[all...]
/freebsd-9.3-release/crypto/heimdal/tests/java/
H A Dcheck-kinit.in69 --realm-max-renewable-life=1month \
/freebsd-9.3-release/crypto/heimdal/tests/kdc/
H A Dcheck-keys.in70 --realm-max-renewable-life=1month \
H A Dcheck-uu.in79 --realm-max-renewable-life=1month \
H A Dcheck-referral.in78 --realm-max-renewable-life=1month \
84 --realm-max-renewable-life=1month \
/freebsd-9.3-release/lib/libncp/
H A Dncpl_misc.c58 u_time.tm_mon = source->month - 1;
162 sDate->month = (date >> 5) & 0xf;
201 u_time.tm_mon = d.month - 1;
/freebsd-9.3-release/usr.sbin/pw/
H A Dpsdate.c99 month(char const ** str) function
129 if ((i = month(&str)) != -1) {
137 if ((i = month(&str)) != -1)
/freebsd-9.3-release/contrib/ntp/parseutil/
H A Ddcfd.c207 long month; member in struct:clocktime
471 clock_time->month = ext_bf(buffer, DCF_MO0);
472 clock_time->month = TIMES10(clock_time->month) + ext_bf(buffer, DCF_MO);
802 /* month */
803 if (clock_time->month <= 0 || clock_time->month > 12)
806 return -1; /* bad month */
810 if (clock_time->month < 3 && days_per_year(clock_time->year) == 366)
817 for (i = 1; i < clock_time->month;
[all...]

Completed in 123 milliseconds

123456