Searched refs:tm_min (Results 101 - 125 of 167) sorted by relevance

1234567

/freebsd-10.2-release/usr.sbin/fifolog/lib/
H A Dgetdate.y652 (time_t)tm->tm_hour, (time_t)tm->tm_min, (time_t)tm->tm_sec,
874 Start -= ((tm->tm_hour * 60L + tm->tm_min) * 60L) + tm->tm_sec;
/freebsd-10.2-release/contrib/ntp/util/
H A Dtg.c354 minute = tm->tm_min;
/freebsd-10.2-release/contrib/opie/
H A Dopiesu.c237 tm->tm_mon + 1, tm->tm_mday, tm->tm_hour, tm->tm_min,
/freebsd-10.2-release/release/picobsd/tinyware/simple_httpd/
H A Dsimple_httpd.c498 t->tm_hour, t->tm_min, t->tm_sec,
/freebsd-10.2-release/sbin/dump/
H A Doptr.c404 - (tlast->tm_min * 60) - tlast->tm_sec
/freebsd-10.2-release/bin/pax/
H A Dsel_subs.c594 if ((lt->tm_min = ATOI2(str)) > 59)
/freebsd-10.2-release/usr.bin/calendar/
H A Dio.c252 tm.tm_min = 0;
/freebsd-10.2-release/sbin/fsdb/
H A Dfsdb.c1131 t.tm_min = VAL();
1132 t.tm_min = VAL() + t.tm_min * 10;
/freebsd-10.2-release/contrib/tzcode/stdtime/
H A Dlocaltime.c1729 tmp->tm_min = (int) (rem / SECSPERMIN);
1851 (result = (atmp->tm_min - btmp->tm_min)) == 0)
1879 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec,
1883 if (normalize_overflow(&yourtm.tm_hour, &yourtm.tm_min, MINSPERHOUR))
/freebsd-10.2-release/contrib/ldns/
H A Dstr2host.c72 sscanf(time, "%4d%2d%2d%2d%2d%2d", &tm.tm_year, &tm.tm_mon, &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec) == 6
91 if (tm.tm_min < 0 || tm.tm_min > 59) {
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DCocoa.cpp563 stream.Printf("%04d-%02d-%02d %02d:%02d:%02d %s", tm_date->tm_year+1900, tm_date->tm_mon+1, tm_date->tm_mday, tm_date->tm_hour, tm_date->tm_min, tm_date->tm_sec, buffer.c_str());
/freebsd-10.2-release/crypto/heimdal/kadmin/
H A Dload.c86 tm.tm_min = minute;
/freebsd-10.2-release/contrib/serf/buckets/
H A Dbuckets.c575 tm.tm_hour, tm.tm_min, tm.tm_sec, tm.tm_usec,
/freebsd-10.2-release/crypto/openssl/crypto/
H A Dmem_dbg.c647 lcl->tm_hour, lcl->tm_min, lcl->tm_sec);
/freebsd-10.2-release/lib/libc/stdtime/
H A Dstrftime.c290 pt = _conv(t->tm_min, fmt_padding[PAD_FMT_HMS][PadIndex],
/freebsd-10.2-release/contrib/bmake/
H A Dutil.c500 s = snprintf(buf, len, "%02d", tm->tm_min);
/freebsd-10.2-release/usr.bin/ipcs/
H A Dipcs.c97 tm->tm_hour, tm->tm_min, tm->tm_sec);
/freebsd-10.2-release/contrib/ntp/libntp/
H A Dntp_calendar.c1012 utm->tm_min = ts[1];
1438 return ntpcal_etime_to_seconds(utm->tm_hour, utm->tm_min,
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_arc.c1305 local.tm_min = pp->minute;
1368 pp->minute = gmtp->tm_min;
/freebsd-10.2-release/lib/libfetch/
H A Dftp.c457 &tm.tm_hour, &tm.tm_min, &tm.tm_sec) != 6) {
472 tm.tm_hour, tm.tm_min, tm.tm_sec));
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c3102 tm.tm_min = v[4];
3108 tm.tm_min -= (offset % 4) * 15;
3130 tm.tm_min = (v[10] - '0') * 10 + (v[11] - '0');
3136 tm.tm_min -= (offset % 4) * 15;
3158 return (t->tm_sec + t->tm_min * 60 + t->tm_hour * 3600
/freebsd-10.2-release/contrib/unbound/ldns/
H A Dstr2wire.c1355 &tm.tm_min, &tm.tm_sec) == 6) {
1367 if (tm.tm_min < 0 || tm.tm_min > 59)
/freebsd-10.2-release/contrib/unbound/util/
H A Dconfig_file.c1101 &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec) != 6)
1110 if (tm.tm_min < 0 || tm.tm_min > 59) return 0;
/freebsd-10.2-release/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c670 tm.tm_min = 59;
/freebsd-10.2-release/crypto/openssh/
H A Dmoduli.c163 gtm->tm_hour, gtm->tm_min, gtm->tm_sec,

Completed in 397 milliseconds

1234567