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

/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...]

Completed in 76 milliseconds