HomeSort by: relevance | last modified time | path
    Searched full:reform (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/usr.bin/cal/
cal.c 65 #define FIRST_MISSING_DAY reform->first_missing_day
66 #define NUMBER_MISSING_DAYS reform->missing_days
107 ((yr) <= reform->year ? j_leap_year((yr), 3, 1) : \
137 * side effects of this upon the Gregorian reform is that two Julian
143 /* number of centuries since the reform, not inclusive */
145 ((yr) > reform->year ? ((yr) / 100) - (reform->year / 100) : 0)
147 /* number of centuries since the reform whose modulo of 400 is 0 */
149 ((yr) > reform->year ? ((yr) / 400) - (reform->year / 400) : 0
155 static struct reform { struct
165 } *reform, reforms[] = { variable in typeref:struct:reform *
    [all...]
cal.c 65 #define FIRST_MISSING_DAY reform->first_missing_day
66 #define NUMBER_MISSING_DAYS reform->missing_days
107 ((yr) <= reform->year ? j_leap_year((yr), 3, 1) : \
137 * side effects of this upon the Gregorian reform is that two Julian
143 /* number of centuries since the reform, not inclusive */
145 ((yr) > reform->year ? ((yr) / 100) - (reform->year / 100) : 0)
147 /* number of centuries since the reform whose modulo of 400 is 0 */
149 ((yr) > reform->year ? ((yr) / 400) - (reform->year / 400) : 0
155 static struct reform { struct
165 } *reform, reforms[] = { variable in typeref:struct:reform *
    [all...]
cal.c 65 #define FIRST_MISSING_DAY reform->first_missing_day
66 #define NUMBER_MISSING_DAYS reform->missing_days
107 ((yr) <= reform->year ? j_leap_year((yr), 3, 1) : \
137 * side effects of this upon the Gregorian reform is that two Julian
143 /* number of centuries since the reform, not inclusive */
145 ((yr) > reform->year ? ((yr) / 100) - (reform->year / 100) : 0)
147 /* number of centuries since the reform whose modulo of 400 is 0 */
149 ((yr) > reform->year ? ((yr) / 400) - (reform->year / 400) : 0
155 static struct reform { struct
165 } *reform, reforms[] = { variable in typeref:struct:reform *
    [all...]
cal.1 48 .Op Fl R Ar reform-spec
87 .It Fl R Ar reform-spec
88 Selects an alternate Gregorian reform point from the default of
91 .Ar reform-spec
96 uniquely selects a given built-in reform point.
98 missing date of the Gregorian Reform to be applied.
100 Display the month in which the Gregorian Reform adjustment was
135 has a decent built-in list of Gregorian Reform dates and the names of
136 the countries where the reform was adopted:
cal.1 48 .Op Fl R Ar reform-spec
87 .It Fl R Ar reform-spec
88 Selects an alternate Gregorian reform point from the default of
91 .Ar reform-spec
96 uniquely selects a given built-in reform point.
98 missing date of the Gregorian Reform to be applied.
100 Display the month in which the Gregorian Reform adjustment was
135 has a decent built-in list of Gregorian Reform dates and the names of
136 the countries where the reform was adopted:
cal.1 48 .Op Fl R Ar reform-spec
87 .It Fl R Ar reform-spec
88 Selects an alternate Gregorian reform point from the default of
91 .Ar reform-spec
96 uniquely selects a given built-in reform point.
98 missing date of the Gregorian Reform to be applied.
100 Display the month in which the Gregorian Reform adjustment was
135 has a decent built-in list of Gregorian Reform dates and the names of
136 the countries where the reform was adopted:
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
imx8mq-mnt-reform2.dts 13 model = "MNT Reform 2";
imx8mq-mnt-reform2.dts 13 model = "MNT Reform 2";
imx8mq-mnt-reform2.dts 13 model = "MNT Reform 2";
  /src/lib/libc/time/
calendars 48 Subject: Re: Gregorian reform - a part of locale?
calendars 48 Subject: Re: Gregorian reform - a part of locale?
calendars 48 Subject: Re: Gregorian reform - a part of locale?
Theory 694 Subject: Re: Gregorian reform - a part of locale?
Theory 694 Subject: Re: Gregorian reform - a part of locale?
Theory 694 Subject: Re: Gregorian reform - a part of locale?
  /src/share/man/tools/
M.folio 116 CT(1C)  1 HP(1)  1-2 incl. REFORM(1)  1-3 incl.
M.folio 116 CT(1C)  1 HP(1)  1-2 incl. REFORM(1)  1-3 incl.
M.folio 116 CT(1C)  1 HP(1)  1-2 incl. REFORM(1)  1-3 incl.
  /src/sbin/fsck_lfs/
segwrite.c 917 /* Reform the list of logical blocks */
segwrite.c 917 /* Reform the list of logical blocks */
segwrite.c 917 /* Reform the list of logical blocks */
  /src/games/fortune/datfiles/
zippy 1351 YOW!! Now I understand advanced MICROBIOLOGY and th' new TAX REFORM
zippy 1351 YOW!! Now I understand advanced MICROBIOLOGY and th' new TAX REFORM
zippy 1351 YOW!! Now I understand advanced MICROBIOLOGY and th' new TAX REFORM
  /src/sys/ufs/lfs/
lfs_segment.c 2783 /* Reform the list of logical blocks */

Completed in 103 milliseconds

1 2