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

/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c64 int h_hour; /* initialized from holidays file (time/100) */ member in struct:hours
126 cur.tm_hour = hp->h_hour;
241 h[0].h_hour = (pstart/100==24) ? 0 : pstart/100;
248 h[1].h_hour = 23;
252 h[1].h_hour = npstart / 100;
260 h[2].h_hour = 23;

Completed in 44 milliseconds