Lines Matching defs:rtime
253 long long rtime[2];
1294 * Note: t, rtime[0], and rtime[1] are all bounded within 'year'
1297 if (t >= pdaylight.rtime[idx] && t < pdaylight.rtime[ridx]) {
1309 * them in the two rtime fields of the posix_daylight_t structure.
1404 pdaylightp->rtime[idx] = value + rulep->r_time + offset;
1408 return ((pdaylightp->rtime[0] > pdaylightp->rtime[1]) ? 1 : 0);
2109 *tranp++ = (time_t)pdaylight.rtime[idx];
2115 *tranp++ = (time_t)pdaylight.rtime[ridx];