Searched refs:tm_min (Results 1 - 25 of 152) sorted by relevance

1234567

/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_time.h41 int tm_min; member in struct:ibcs2_tm
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dtimegm.c68 if (tm->tm_min < 0 || tm->tm_min > 59)
82 res += tm->tm_min;
H A Dcheck-timegm.c50 tm.tm_min = 3;
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dtimegm.c70 if (tm->tm_min < 0 || tm->tm_min > 59)
84 res += tm->tm_min;
H A Dstrftime.c210 tm->tm_min,
271 "%02d", tm->tm_min);
284 tm->tm_min,
292 tm->tm_min);
310 tm->tm_min,
/freebsd-9.3-release/contrib/tcpdump/
H A Dgmt2local.c58 (loc->tm_min - gmt->tm_min) * 60;
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dhumandate.c32 tm->tm_hour, tm->tm_min, tm->tm_sec);
57 tm->tm_hour, tm->tm_min, tm->tm_sec);
H A Duglydate.c38 tm->tm_min = 0;
47 tm->tm_yday, tm->tm_hour, tm->tm_min, tm->tm_sec,
H A Dmktime.c143 tmbuf.tm_min += DSTMINUTES;
144 normalize(&tmbuf.tm_hour, &tmbuf.tm_min, MINSPERHOUR);
175 (result = (atmp->tm_min - btmp->tm_min)) == 0)
198 normalize(&yourtm.tm_min, &yourtm.tm_sec, SECSPERMIN);
199 normalize(&yourtm.tm_hour, &yourtm.tm_min, MINSPERHOUR);
/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A Dhumandate.c32 snprintf(expected, 15, "%02d:%02d:%02d", tm->tm_hour, tm->tm_min, tm->tm_sec);
51 snprintf(expected, 15, "%02d:%02d:%02d", tm->tm_hour, tm->tm_min, tm->tm_sec);
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Dmaketime.c126 )*60 + (a->tm_min - b->tm_min)
150 if ((t->tm_min -= (59-sec)/60) < 0) {
151 if ((t->tm_hour -= (59-t->tm_min)/60) < 0) {
163 t->tm_min += 24 * 60;
167 if (60 <= (t->tm_min += sec/60))
168 if (24 <= (t->tm_hour += t->tm_min/60)) {
180 t->tm_min %= 60;
240 | (tm->tm_min ^ gtm->tm_min)
[all...]
H A Drcstime.c57 tm->tm_hour, tm->tm_min, tm->tm_sec
151 t.tm_min = atoi(p+9);
176 z->tm_mon + 1, z->tm_mday, z->tm_hour, z->tm_min, z->tm_sec,
/freebsd-9.3-release/usr.sbin/makefs/cd9660/
H A Dcd9660_conversion.c157 gm.tm_min -= t.tm_min;
163 return (char)(-(gm.tm_min + 60* (24 * gm.tm_yday + gm.tm_hour)) / 15);
179 (int)t.tm_min,
197 buf[4] = t.tm_min;
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-cn3010-evb-hs5.c89 TM_CHECK(tms->tm_min < 0 || tms->tm_min > 59, "minute");
129 tms.tm_min = bcd2bin(reg[1] & 0x7f);
171 reg[1] = bin2bcd(tms.tm_min);
/freebsd-9.3-release/bin/date/
H A Dvary.c342 if (!adjhour(t, '+', (t->tm_min + val) / 60, 0))
345 t->tm_min += val;
346 if (t->tm_min > 59)
347 t->tm_min -= 60;
356 if (val > t->tm_min) {
361 t->tm_min -= val;
368 t->tm_min = val;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dtime.c84 tm.tm_min = 0;
87 tm.tm_min++;
93 tm.tm_hour, tm.tm_min, tm.tm_sec);
/freebsd-9.3-release/games/pom/
H A Dpom.c124 tmd.tm_min = 0;
129 tmd.tm_min = strtol(otime + 3, NULL, 10);
137 (GMT.tm_min / 60.0) + (GMT.tm_sec / 3600.0)) / 24.0);
/freebsd-9.3-release/usr.bin/finger/
H A Dsprint.c175 if (!delta->tm_min)
178 (void)printf("%5d", delta->tm_min);
181 delta->tm_hour, delta->tm_min);
/freebsd-9.3-release/contrib/sendmail/src/
H A Darpadate.c128 off = (lt->tm_hour - gmt.tm_hour) * 60 + lt->tm_min - gmt.tm_min;
/freebsd-9.3-release/usr.bin/leave/
H A Dleave.c123 (hours == t_12_hour && minutes <= t->tm_min))
128 secs += (minutes - t->tm_min) * 60;
/freebsd-9.3-release/contrib/file/src/
H A Dcdf_time.c114 tm.tm_min = (int)(t % 60);
161 *t += tm.tm_min * 60;
/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dasctime.c122 timeptr->tm_min, timeptr->tm_sec,
/freebsd-9.3-release/usr.bin/calendar/
H A Dpom.c124 tmd_today.tm_min = 59;
131 tmd_tomorrow.tm_min = 0;
140 (GMT.tm_min / FSECSPERMINUTE) + (GMT.tm_sec / FSECSPERHOUR)) /
150 (GMT.tm_min / FSECSPERMINUTE) + (GMT.tm_sec / FSECSPERHOUR)) /
/freebsd-9.3-release/usr.bin/rup/
H A Drup.c152 host_uptime.tm_hour, host_uptime.tm_min);
154 if (host_uptime.tm_min != 0)
155 sprintf(hours_buf, "%2d mins, ", host_uptime.tm_min);
163 host_time.tm_min,
/freebsd-9.3-release/usr.sbin/ctm/ctm_rmail/
H A Derror.c86 tm->tm_mon+1, tm->tm_mday, tm->tm_hour, tm->tm_min);

Completed in 237 milliseconds

1234567