Lines Matching defs:ts
68 time_t ts;
73 ts = tl = stamp->q_s;
79 while (ts != tl) { /* truncation? */
89 ts = tl; /* next try... */
113 ts = (int32)lo;
118 * 'ts' should be a suitable value by now. Just go ahead, but
130 while ((tm = (*(local ? localtime : gmtime))(&ts)) == NULL)
131 if (ts < 0) {
134 ts += SOLAR_CYCLE_SECS;
135 } else if (ts >= (time_t)SOLAR_CYCLE_SECS) {
138 ts -= SOLAR_CYCLE_SECS;
155 l_fp *ts,
172 if (ts->l_ui == 0 && ts->l_uf == 0) {
178 ntps = ts->l_ui;
179 msec = ts->l_uf / 4294967; /* fract / (2 ** 32 / 1000) */
194 (u_long)ts->l_ui, (u_long)ts->l_uf,
200 (u_long)ts->l_ui, (u_long)ts->l_uf,
210 l_fp *ts
213 return common_prettydate(ts, 1);
219 l_fp *ts
222 return common_prettydate(ts, 0);