Searched refs:tm_min (Results 26 - 50 of 167) sorted by relevance

1234567

/freebsd-10.3-release/contrib/ntp/libparse/
H A Dclk_sel240x.c148 clock_time->minute = ptime.tm_min;
/freebsd-10.3-release/contrib/tzcode/stdtime/
H A Dasctime.c122 timeptr->tm_min, timeptr->tm_sec,
/freebsd-10.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-10.3-release/usr.sbin/ctm/ctm_rmail/
H A Derror.c86 tm->tm_mon+1, tm->tm_mday, tm->tm_hour, tm->tm_min);
/freebsd-10.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-10.3-release/gnu/usr.bin/rcs/lib/
H A Dpartime.c210 t->tm.tm_sec = t->tm.tm_min = t->tm.tm_hour = t->tm.tm_mday = t->tm.tm_mon
522 t->tm.tm_min = frac / 60;
528 s = parse_decimal (s, 2, 0, 59, 60, &t->tm.tm_min, &t->tm.tm_sec);
648 conflict (t->tm.tm_min, u->tm.tm_min) ||
666 merge_ (t->tm.tm_min, u->tm.tm_min)
/freebsd-10.3-release/usr.sbin/newsyslog/
H A Dptimes.c184 tm.tm_min = l % 100;
196 if (tm.tm_sec < 0 || tm.tm_sec > 60 || tm.tm_min < 0
197 || tm.tm_min > 59 || tm.tm_hour < 0 || tm.tm_hour > 23)
392 ptime->tm.tm_hour = ptime->tm.tm_min = ptime->tm.tm_sec = 0;
429 ptime->tm.tm_min, dpm);
439 ptime->tm.tm_min);
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Drefclock_pcf.c154 tm.tm_min = buf[5] * 10 + buf[4];
200 pp->minute = tp->tm_min;
H A Drefclock_bancomm.c93 int32_t tm_min; member in struct:stfp_tm
523 time_vme->mn = maj.tm_min;
539 time_vme->mn = stfp->tm.tm_min;
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/time/
H A Dt_strptime.c43 int tm_sec, int tm_min, int tm_hour, int tm_mday,
75 H_REQUIRE_FIELD(tm_min);
42 h_pass(const char *buf, const char *fmt, int len, int tm_sec, int tm_min, int tm_hour, int tm_mday, int tm_mon, int tm_year, int tm_wday, int tm_yday) argument
/freebsd-10.3-release/contrib/wpa/src/utils/
H A Dos_win32.c67 tm.tm_min = min;
99 tm->min = tm2->tm_min;
/freebsd-10.3-release/lib/libutil/
H A Dlogin_times.c118 u_short now = (u_short)((tt->tm_hour * 60) + tt->tm_min);
127 tt->tm_min = (int)(ltm->lt_end % 60);
/freebsd-10.3-release/usr.sbin/pw/
H A Dpsdate.c141 t->tm_min = tm.tm_min;
/freebsd-10.3-release/contrib/unbound/compat/
H A Dgmtime_r.c69 tmp->tm_min = (int) (rem / SECSPERMIN);
/freebsd-10.3-release/contrib/apr/include/
H A Dapr_time.h101 /** (0-61) seconds past tm_min */
104 apr_int32_t tm_min; member in struct:apr_time_exp_t
/freebsd-10.3-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_snmp.c196 str[5] = tm->tm_min;
/freebsd-10.3-release/crypto/openssl/crypto/asn1/
H A Da_utctm.c236 ts->tm_mon + 1, ts->tm_mday, ts->tm_hour, ts->tm_min,
284 return_cmp(g2(s->data + 8), tm->tm_min);
307 tm.tm_min = g2(s->data + 8);
/freebsd-10.3-release/sbin/shutdown/
H A Dshutdown.c479 lt->tm_min = ATOI2(timearg);
480 if (lt->tm_min < 0 || lt->tm_min > 59)
/freebsd-10.3-release/usr.sbin/ctm/ctm/
H A Dctm_pass3.c92 tm.tm_min = atoi(buf);
93 if (tm.tm_min > 59) WRONGDATE
96 if (tm.tm_min > 62) WRONGDATE /* allow leap seconds */
/freebsd-10.3-release/usr.bin/at/
H A Dparsetime.c307 tm->tm_min += delay;
415 tm->tm_min = minute;
649 runtime.tm_min = 0;
/freebsd-10.3-release/contrib/ntp/sntp/
H A Dutilities.c168 p_tm_local->tm_min,
/freebsd-10.3-release/include/
H A Dtime.h127 int tm_min; /* minutes after the hour [0-59] */ member in struct:tm
/freebsd-10.3-release/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_no_compression.c173 assertEqualInt(i2(p + 12), (tm->tm_hour * 2048) + (tm->tm_min * 32) + (tm->tm_sec / 2)); /* File time */
204 assertEqualInt(i2(q + 10), (tm->tm_hour * 2048) + (tm->tm_min * 32) + (tm->tm_sec / 2)); /* File time */
247 assertEqualInt(i2(p + 12), (tm->tm_hour * 2048) + (tm->tm_min * 32) + (tm->tm_sec / 2)); /* File time */
276 assertEqualInt(i2(q + 10), (tm->tm_hour * 2048) + (tm->tm_min * 32) + (tm->tm_sec / 2)); /* File time */
H A Dtest_write_zip_set_compression_store.c171 assertEqualInt(i2(p + 12), (tm->tm_hour * 2048) + (tm->tm_min * 32) + (tm->tm_sec / 2)); /* File time */
202 assertEqualInt(i2(q + 10), (tm->tm_hour * 2048) + (tm->tm_min * 32) + (tm->tm_sec / 2)); /* File time */
245 assertEqualInt(i2(p + 12), (tm->tm_hour * 2048) + (tm->tm_min * 32) + (tm->tm_sec / 2)); /* File time */
274 assertEqualInt(i2(q + 10), (tm->tm_hour * 2048) + (tm->tm_min * 32) + (tm->tm_sec / 2)); /* File time */
/freebsd-10.3-release/contrib/apr-util/misc/
H A Dapr_date.c238 ds.tm_min = ((timstr[3] - '0') * 10) + (timstr[4] - '0');
241 if ((ds.tm_hour > 23) || (ds.tm_min > 59) || (ds.tm_sec > 61))
309 ds.tm_min = ((min10 - '0') * 10) + (min1 - '0'); \
574 if ((ds.tm_hour > 23) || (ds.tm_min > 59) || (ds.tm_sec > 61))

Completed in 404 milliseconds

1234567