Searched refs:tm_min (Results 1 - 25 of 257) sorted by last modified time

1234567891011

/netbsd-current/sys/arch/hp300/stand/mkboot/
H A Dmkboot.c312 *toc++ = bintobcd(tm->tm_min);
/netbsd-current/lib/libc/time/
H A Dzdump.c377 (void) fprintf(stderr, " min=%d", tmp->tm_min);
784 result += newp->tm_min - oldp->tm_min;
835 long minutes = a->tm_min - b->tm_min + 60 * hours;
972 int ss = tm->tm_sec, mm = tm->tm_min, hh = tm->tm_hour;
1249 timeptr->tm_min, timeptr->tm_sec);
H A Dstrptime.c323 bp = conv_num(bp, &tm->tm_min, 0, 59);
H A Dlocaltime.c1928 tmp->tm_min = (int)(rem / SECSPERMIN);
2054 (result = (atmp->tm_min - btmp->tm_min)) == 0)
2065 dest->tm_min = src->tm_min;
2106 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec,
2110 if (normalize_overflow(&yourtm.tm_hour, &yourtm.tm_min, MINSPERHOUR))
H A Dstrftime.c340 pt = _conv(t->tm_min,
379 tm.tm_min = t->tm_min;
H A Dasctime.c121 timeptr->tm_min, timeptr->tm_sec,
/netbsd-current/lib/libutil/
H A Dparsedate.y178 param->yyMinutes = tmbuf.tm_min;
799 tm.tm_min = Minutes;
1298 Start -= ((tm->tm_hour * 60L + tm->tm_min) * 60L) + tm->tm_sec;
/netbsd-current/tests/lib/libc/time/
H A Dt_strptime.c47 int tm_sec, int tm_min, int tm_hour, int tm_mday,
67 H_REQUIRE_FIELD(tm_min);
540 fprintf(stderr, "tm_min=%d\n", tm.tm_min);
46 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
/netbsd-current/sys/arch/hppa/stand/mkboot/
H A Dmkboot.c433 *toc = (tm->tm_min / 10) << 4;
434 *toc++ |= tm->tm_min % 10;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dtime.c82 tm.tm_min = 0;
85 tm.tm_min++;
91 tm.tm_min, tm.tm_sec);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dtm.c132 ret = tm->tm_sec + (60 * tm->tm_min) + (3600 * tm->tm_hour) +
358 if (!(conv_num(&bp, &tm->tm_min, 0, 59))) {
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dtime.c82 tm.tm_min = 0;
85 tm.tm_min++;
91 tm.tm_min, tm.tm_sec);
/netbsd-current/libexec/ftpd/
H A Dftpcmd.y841 t->tm_hour, t->tm_min, t->tm_sec);
/netbsd-current/external/bsd/unbound/dist/util/
H A Dconfig_file.c2056 &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec) != 6)
2065 if (tm.tm_min < 0 || tm.tm_min > 59) return 0;
/netbsd-current/external/bsd/unbound/dist/smallapp/
H A Dunbound-anchor.c1346 tm.tm_min += mn;
1349 tm.tm_min -= mn;
/netbsd-current/external/bsd/unbound/dist/sldns/
H A Dstr2wire.c2152 &tm.tm_min, &tm.tm_sec) == 6) {
2164 if (tm.tm_min < 0 || tm.tm_min > 59)
/netbsd-current/usr.bin/touch/
H A Dtouch.c300 t->tm_min = ATOI2(arg);
330 t->tm_min = ATOI2(arg);
433 tm.tm_min = (int)val;
/netbsd-current/sbin/newfs_udf/
H A Dudf_core.c933 timestamp->minute = tm.tm_min;
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dmain.c1344 ftm->tm_min, ftm->tm_sec);
1397 &dest->tm_hour, &dest->tm_min, &dest->tm_sec)
1431 source->tm_year + 1900, source->tm_hour, source->tm_min,
/netbsd-current/external/bsd/fetch/dist/libfetch/
H A Dhttp.c852 (long)tm.tm_year + 1900, tm.tm_hour, tm.tm_min, tm.tm_sec);
H A Dftp.c534 &tm.tm_hour, &tm.tm_min, &tm.tm_sec) != 6) {
/netbsd-current/bin/date/
H A Ddate.c352 lt->tm_min = ATOI2(p);
353 if (lt->tm_min > 59)
/netbsd-current/external/bsd/less/dist/lesstest/
H A Dlog.c35 tm->tm_hour, tm->tm_min, tm->tm_sec);
/netbsd-current/external/bsd/less/dist/
H A Dmkhelp.py9 (time.tm_hour, time.tm_min, time.tm_year, time.tm_mon, time.tm_mday))

Completed in 894 milliseconds

1234567891011