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

1234567891011

/netbsd-current/usr.bin/leave/
H A Dleave.c121 (t->tm_hour == hours && minutes <= t->tm_min))
124 secs += (minutes - t->tm_min) * MINUTE;
/netbsd-current/usr.bin/at/
H A Dstime.c103 t->tm_min = ATOI2(arg);
H A Dparsetime.c340 tm->tm_min += delay;
409 (tm->tm_hour == hour && tm->tm_min > minute))) {
415 tm->tm_min = minute;
631 runtime.tm_min = 0;
/netbsd-current/external/bsd/ntp/dist/libparse/
H A Dclk_sel240x.c150 clock_time->minute = ptime.tm_min;
/netbsd-current/games/adventure/
H A Dwizard.c72 *t = tptr->tm_hour * 60 + tptr->tm_min;
/netbsd-current/external/gpl2/rcs/dist/src/
H A Dpartime.c212 t->tm.tm_sec = t->tm.tm_min = t->tm.tm_hour = t->tm.tm_mday = t->tm.tm_mon
524 t->tm.tm_min = frac / 60;
530 s = parse_decimal (s, 2, 0, 59, 60, &t->tm.tm_min, &t->tm.tm_sec);
650 conflict (t->tm.tm_min, u->tm.tm_min) ||
668 merge_ (t->tm.tm_min, u->tm.tm_min)
/netbsd-current/crypto/external/bsd/openssl/dist/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,
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Dutil.c265 tm.tm_min = 0;
290 tm.tm_min = 0;
315 tm.tm_min = 0;
341 tm.tm_min = 0;
477 int timeofday = ( resultp->tm_hour * 60 + resultp->tm_min ) * 60 +
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dmktime.c212 tp->tm_hour, tp->tm_min, tp->tm_sec);
292 int min = tp->tm_min;
536 | (a->tm_min ^ b->tm_min)
551 tp->tm_hour, tp->tm_min, tp->tm_sec,
587 &tm.tm_hour, &tm.tm_min, &tm.tm_sec, &trailer)
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Ddate_and_time.c157 values[3] = (local_time.tm_min - UTC_time.tm_min +
161 values[5] = local_time.tm_min;
313 x[1] = local_time.tm_min;
474 x[1] = lt.tm_min;
566 x[1] = lt.tm_min;
H A Dctime.c66 ltm.tm_mday, ltm.tm_hour, ltm.tm_min, ltm.tm_sec,
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Ddate_and_time.c167 values[3] = local_time.tm_min - UTC_time.tm_min
171 values[5] = local_time.tm_min;
323 x[1] = local_time.tm_min;
484 x[1] = lt.tm_min;
576 x[1] = lt.tm_min;
H A Dctime.c66 ltm.tm_mday, ltm.tm_hour, ltm.tm_min, ltm.tm_sec,
/netbsd-current/games/rogue/
H A Dmachdep.c244 rt_buf->minute = t->tm_min;
279 rt_buf->minute = t->tm_min;
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_pcf.c156 tm.tm_min = buf[5] * 10 + buf[4];
202 pp->minute = tp->tm_min;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Do_time.c95 tm->tm_min = (time_sec / 60) % 60;
145 offset_hms += tm->tm_hour * 3600 + tm->tm_min * 60 + tm->tm_sec;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Do_time.c95 tm->tm_min = (time_sec / 60) % 60;
145 offset_hms += tm->tm_hour * 3600 + tm->tm_min * 60 + tm->tm_sec;
/netbsd-current/external/bsd/file/dist/src/
H A Dcdf_time.c120 tm.tm_min = CAST(int, t % 60);
167 *t += tm.tm_min * 60;
/netbsd-current/external/bsd/unbound/dist/compat/
H A Dgmtime_r.c69 tmp->tm_min = (int) (rem / SECSPERMIN);
/netbsd-current/lib/libc/time/
H A Dasctime.c121 timeptr->tm_min, timeptr->tm_sec,
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dsignit.c86 &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec) != 6)
95 if (tm.tm_min < 0 || tm.tm_min > 59) return 0;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Da_time.c180 tmp.tm_min = n;
299 ts->tm_mday, ts->tm_hour, ts->tm_min,
304 ts->tm_mday, ts->tm_hour, ts->tm_min,
503 stm.tm_min, stm.tm_sec, f_len, f, stm.tm_year + 1900,
508 stm.tm_min, stm.tm_sec, stm.tm_year + 1900,
/netbsd-current/usr.bin/mail/
H A Dformat.c618 tm->tm_min = tmp_tm.tm_min;
679 tm->tm_min = tmp_tm.tm_min;
773 tm->tm_min += min;
777 tm->tm_min -= min;
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Dminizip.c131 tmzip->tm_min = filedate->tm_min;
406 zi.tmz_date.tm_sec = zi.tmz_date.tm_min = zi.tmz_date.tm_hour =
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dminizip.c131 tmzip->tm_min = filedate->tm_min;
406 zi.tmz_date.tm_sec = zi.tmz_date.tm_min = zi.tmz_date.tm_hour =

Completed in 184 milliseconds

1234567891011