Home
last modified time | relevance | path

Searched refs:min_off (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c2529 int min_off; in tzone() local
2537 min_off -= MINS; in tzone()
2539 min_off += MINS; in tzone()
2541 min_off -= MINS; in tzone()
2543 min_off += MINS; in tzone()
2545 if (min_off < 0) { in tzone()
2546 min_off = -min_off; in tzone()
2553 min_off = min_off - min_off / 600 * 600; in tzone()
2554 *p++ = min_off / 60 % 10 + '0'; /* hours */ in tzone()
2555 min_off = min_off - min_off / 60 * 60; in tzone()
[all …]