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

1234567

/freebsd-current/crypto/heimdal/lib/roken/
H A Dtimegm.c67 if (tm->tm_min < 0 || tm->tm_min > 59)
81 res += tm->tm_min;
H A Dstrftime.c206 tm->tm_min,
267 "%02d", tm->tm_min);
280 tm->tm_min,
288 tm->tm_min);
306 tm->tm_min,
/freebsd-current/contrib/ntp/libntp/
H A Dhumandate.c31 tm->tm_hour, tm->tm_min, tm->tm_sec);
56 tm->tm_hour, tm->tm_min, tm->tm_sec);
H A Duglydate.c37 tm->tm_min = 0;
46 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-current/crypto/heimdal/lib/asn1/
H A Dcheck-timegm.c50 tm.tm_min = 3;
66 tm.tm_min != 3 ||
H A Dtimegm.c75 if (tm->tm_min < 0 || tm->tm_min > 59)
89 res += tm->tm_min;
104 tm->tm_min = (secday % 3600) / 60;
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-timegm.c61 tm->tm_min > 60 ||
77 res += tm->tm_min;
/freebsd-current/usr.sbin/efiwake/
H A Defiwake.c73 &waketime.waketime.tm_min,
102 now.tm_year, now.tm_mon, now.tm_mday, now.tm_hour, now.tm_min,
135 waketime.waketime.tm_min, waketime.waketime.tm_sec,
/freebsd-current/contrib/bsddialog/examples_library/
H A Dtimebox.c26 mm = localtm->tm_min;
/freebsd-current/crypto/openssl/test/
H A Dgmdifftest.c40 || !TEST_int_eq(tm1.tm_min, tm2.tm_min)
/freebsd-current/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-current/contrib/netbsd-tests/lib/libc/time/
H A Dt_mktime.c53 if (t->tm_sec != tt.tm_sec || t->tm_min != tt.tm_min ||
117 tms.tm_min = 59;
/freebsd-current/usr.bin/finger/
H A Dsprint.c168 if (!delta->tm_min)
171 (void)printf("%5d", delta->tm_min);
174 delta->tm_hour, delta->tm_min);
/freebsd-current/usr.bin/rup/
H A Drup.c139 host_uptime.tm_hour, host_uptime.tm_min);
141 if (host_uptime.tm_min != 0)
142 sprintf(hours_buf, "%2d mins, ", host_uptime.tm_min);
150 host_time.tm_min,
/freebsd-current/contrib/netbsd-tests/lib/libutil/
H A Dt_parsedate.c105 ATF_CHECK_MSG(tm.tm_min == minute,
107 argstr, minute, (int)tm.tm_min);
217 .tm_hour = 13, .tm_min = 21, .tm_sec = 53,
287 tm.tm_sec = tm.tm_min = tm.tm_hour = 0;
293 tm.tm_sec = tm.tm_min = tm.tm_hour = 0;
301 tm.tm_sec = tm.tm_min = 0;
311 tm.tm_sec = tm.tm_min = 0;
317 tm.tm_min -= 5;
323 tm.tm_min += 37;
386 tm.tm_hour = tm.tm_min
[all...]
/freebsd-current/bin/date/
H A Dvary.c341 if (!adjhour(t, '+', (t->tm_min + val) / 60, 0))
344 t->tm_min += val;
345 if (t->tm_min > 59)
346 t->tm_min -= 60;
355 if (val > t->tm_min) {
360 t->tm_min -= val;
367 t->tm_min = val;
/freebsd-current/usr.bin/pom/
H A Dpom.c122 tmd.tm_min = 0;
128 tmd.tm_min = strtol(otime + 3, NULL, 10);
137 (GMT.tm_min / 60.0) + (GMT.tm_sec / 3600.0)) / 24.0);
/freebsd-current/contrib/sendmail/src/
H A Darpadate.c128 off = (lt->tm_hour - gmt.tm_hour) * 60 + lt->tm_min - gmt.tm_min;
/freebsd-current/usr.bin/leave/
H A Dleave.c111 (hours == t_12_hour && minutes <= t->tm_min))
116 secs += (minutes - t->tm_min) * 60;
/freebsd-current/contrib/tzcode/
H A Dasctime.c104 timeptr->tm_min, timeptr->tm_sec,
/freebsd-current/usr.bin/calendar/
H A Dpom.c112 tmd_today.tm_min = 59;
119 tmd_tomorrow.tm_min = 0;
128 (GMT.tm_min / FSECSPERMINUTE) + (GMT.tm_sec / FSECSPERHOUR)) /
138 (GMT.tm_min / FSECSPERMINUTE) + (GMT.tm_sec / FSECSPERHOUR)) /
/freebsd-current/contrib/llvm-project/libcxx/include/__chrono/
H A Dconvert_to_tm.h91 __result.tm_min = __sec / 60;
127 __result.tm_min = __sec.count() / 60;
134 __result.tm_min = __sec / 60;
166 __result.tm_min = __value.minutes().count();
/freebsd-current/contrib/ntp/libparse/
H A Dclk_sel240x.c148 clock_time->minute = ptime.tm_min;
/freebsd-current/crypto/openssl/crypto/asn1/
H A Da_time.c182 tmp.tm_min = n;
301 ts->tm_mday, ts->tm_hour, ts->tm_min,
306 ts->tm_mday, ts->tm_hour, ts->tm_min,
523 stm.tm_min, stm.tm_sec, f_len, f,
529 stm.tm_min, stm.tm_sec, f_len, f, stm.tm_year + 1900,
537 stm.tm_min, stm.tm_sec,
543 stm.tm_min, stm.tm_sec, stm.tm_year + 1900,

Completed in 309 milliseconds

1234567