Home
last modified time | relevance | path

Searched refs: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
125 hours.tm_hour = hp->h_hour; in pnpsplit()
131 cur.tm_hour = hp->h_hour; in pnpsplit()
245 h[0].h_hour = (pstart/100==24) ? 0 : pstart/100; in inithol()
252 h[1].h_hour = 23; in inithol()
256 h[1].h_hour = npstart / 100; in inithol()
264 h[2].h_hour = 23; in inithol()