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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c194 int64_t rtime[2]; member in struct:__anon1408
1382 * Note: t, rtime[0], and rtime[1] are all bounded within 'year'
1385 if (t >= pdaylight.rtime[idx] && t < pdaylight.rtime[ridx]) {
1397 * them in the two rtime fields of the posix_daylight_t structure.
1492 pdaylightp->rtime[idx] = value + rulep->r_time + offset;
1496 return ((pdaylightp->rtime[0] > pdaylightp->rtime[1]) ? 1 : 0);
2428 *tranp++ = pdaylight.rtime[id
[all...]

Completed in 22 milliseconds