Searched refs:holidays (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/acct/
H A DMakefile36 ALL= $(PROG) $(SHFILE1) $(SHFILE2) holidays
49 ETCPROG= holidays
106 holidays: FRC
107 @if grep $(THIS_YEAR) holidays > /dev/null 2>&1;\
111 $(ECHO) "building holidays";\
113 $(ECHO) "* @(#)holidays\tJanuary 1, `date +%Y`";\
129 $(ECHO) "12/25\t\tChristmas" ) > holidays;\
152 $(RM) $(PROG) $(SHFILE1) holidays
/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c44 * from holidays file fall within proper boundaries.
48 static int thisyear = 1970; /* this is changed by holidays file */
49 static int holidays[NHOLIDAYS]; /* holidays file day-of-year table */ variable
63 int h_min; /* initialized from holidays file (time%100) */
64 int h_hour; /* initialized from holidays file (time/100) */
89 /* once holidays file is read, this is zero */
135 * Starting day after Christmas, complain if holidays not yet updated.
145 fprintf(stderr, "pnpsplit: holidays table setup failed\n");
147 holidays[
[all...]
/illumos-gate/usr/src/man/man4/
H A DMakefile78 holidays.4 \

Completed in 44 milliseconds