Searched refs:year (Results 126 - 150 of 153) sorted by relevance

1234567

/freebsd-10.0-release/sys/dev/ips/
H A Dipsreg.h388 u_int8_t year; member in struct:__anon8545
/freebsd-10.0-release/sys/xen/interface/
H A Dplatform.h142 uint16_t year; member in struct:xenpf_efi_runtime_call::__anon11226::__anon11227::xenpf_efi_time
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_wwv.c301 #define YR 7 /* year digits (2) */
308 {COEF, 0}, /* 4 1 year units */
355 {COEF, 0}, /* 51 10 year tens */
2097 pp->year = up->decvec[YR].digit + up->decvec[YR +
2099 pp->year += 2000;
2291 * through the year.
2307 * Roll the year if this the first day and propagate carries
2602 * yyyy year of century
2603 * ddd day of year
2625 int year, da local
[all...]
H A Dntp_refclock.c52 * the year, day, month, hour, second and millisecond/microsecond
469 * system time when the on-time character is received and the pp->year,
1208 bug->values[0] = pp->year;
H A Drefclock_jupiter.c815 instance->peer->procptr->year = tm->tm_year + 1900;
H A Drefclock_oncore.c1672 instance->pp->year, instance->pp->day,
1700 instance->pp->year, instance->pp->day,
2229 instance->pp->year = buf[6]*256+buf[7];
2929 if (buf[6] == instance->BEHa[6] && buf[7] == instance->BEHa[7] && /* year */
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dieee802_11_shared.c408 WPA_PUT_LE16(pos, tm.year); /* Year */
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_cd.h586 u_int8_t year[4]; member in struct:scsi_read_dvd_struct_data_disc_id
/freebsd-10.0-release/sys/dev/ciss/
H A Dcissreg.h382 u_int16_t year; member in struct:ciss_notify
/freebsd-10.0-release/sys/dev/hptmv/
H A Dhptintf.h341 UINT year:5; /* 0=2000, 31=2031 */ member in struct:_TIME_RECORD
/freebsd-10.0-release/crypto/openssl/util/
H A Dpod2man.pl302 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime($secs);
304 $year += 1900;
305 return "$mday/$mname/$year";
/freebsd-10.0-release/share/examples/drivers/
H A Dmake_device_driver.sh117 * Copyright (c) [year] [your name]
/freebsd-10.0-release/sys/powerpc/powermac/
H A Dsmu.c1353 ct.year = bcd2bin(cmd.data[6]) + 2000;
1376 cmd.data[7] = bin2bcd(ct.year - 2000);
/freebsd-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.holiday467 11/01 Samhain; Beginning of the Celtic year and most important holiday.
/freebsd-10.0-release/crypto/heimdal/lib/hx509/ref/
H A Dpkcs11.h471 unsigned char year[4];
469 unsigned char year[4]; member in struct:ck_date
/freebsd-10.0-release/crypto/openssh/
H A Dpkcs11.h469 unsigned char year[4]; member in struct:ck_date
/freebsd-10.0-release/sys/dev/hptrr/
H A Dhptintf.h483 HPT_U32 year:5; /* 0=2000, 31=2031 */ member in struct:_TIME_RECORD
/freebsd-10.0-release/contrib/one-true-awk/
H A DFIXES193 fixed another 25-year-old RE bug, in split. it's another failure
/freebsd-10.0-release/sys/dev/hpt27xx/
H A Dhptintf.h615 HPT_U32 year:5; /* 0=2000, 31=2031 */ member in struct:_TIME_RECORD
/freebsd-10.0-release/sys/dev/hptnr/
H A Dhptintf.h673 HPT_U32 year:5; /* 0=2000, 31=2031 */ member in struct:_TIME_RECORD
/freebsd-10.0-release/sys/dev/vxge/include/
H A Dvxgehal-ll.h3016 * @year: Year
3024 u32 year; member in struct:vxge_hal_device_date_t
/freebsd-10.0-release/sys/geom/raid/
H A Dmd_ddf.c711 ct.year, ct.mon, ct.day,
861 ct.year, ct.mon, ct.day,
/freebsd-10.0-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-virtualpath.c216 fw_date->year =
221 fw_date->month, fw_date->day, fw_date->year);
251 flash_date->year =
256 flash_date->year);
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dieee.c2946 INTn (year);
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c13519 ** (":SS.FFF") is option. The year and date can be omitted as long
13521 ** as there is a year and date.
13733 ** start of year
13827 ** or month or year.
13840 }else if( strcmp(z,"year")==0 ){
13920 }else if( n==4 && strcmp(z,"year")==0 ){
14069 ** %j day of year 000-366
14076 ** %W week of year 00-53
14077 ** %Y year 0000-9999
14162 int nDay; /* Number of days since 1st day of year */
24248 int year, month, datepart, timepart; local
[all...]

Completed in 878 milliseconds

1234567