Searched refs:mins (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/nameser/
H A Dns_ttl.c56 int secs, mins, hours, days, weeks, x; local
60 mins = src % 60; src /= 60;
78 if (mins) {
79 T(fmt1(mins, 'M', &dst, &dstlen));
82 if (secs || !(weeks || days || hours || mins)) {
/netbsd-6-1-5-RELEASE/lib/libc/nameser/
H A Dns_ttl.c61 int secs, mins, hours, days, weeks, x; local
65 mins = src % 60; src /= 60;
83 if (mins) {
84 T(fmt1(mins, 'M', &dst, &dstlen));
87 if (secs || !(weeks || days || hours || mins)) {
/netbsd-6-1-5-RELEASE/usr.sbin/rtsold/
H A Ddump.c112 int days, hours, mins, secs; local
120 mins = (total / 60) % 60;
137 if (!first || mins) {
139 n = snprintf(p, ep - p, "%dm", mins);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dttl.c84 unsigned secs, mins, hours, days, weeks, x; local
87 mins = src % 60; src /= 60;
106 if (mins != 0) {
107 RETERR(ttlfmt(mins, "minute", verbose, ISC_TF(x > 0), target));
111 (weeks == 0 && days == 0 && hours == 0 && mins == 0)) {
/netbsd-6-1-5-RELEASE/usr.bin/w/
H A Dw.c482 int days, hrs, mins; local
513 mins = uptime / SECSPERMIN;
518 if (hrs > 0 && mins > 0)
519 (void)printf(" %2d:%02d,", hrs, mins);
524 if (mins > 0)
526 mins, mins > 1 ? "s" : "");
/netbsd-6-1-5-RELEASE/sys/fs/adosfs/
H A Dadosfs.h58 u_int32_t mins; member in struct:datestamp
H A Dadvfsops.c402 ap->mtimev.mins = adoswordn(bp, ap->nwords - 9);
405 ap->created.mins = adoswordn(bp, ap->nwords - 6);
562 ap->mtime.mins = adoswordn(bp, ap->nwords - 22);
H A Dadvnops.c168 ap->mtime.days * 24 * 60 * 60 + ap->mtime.mins * 60 +
/netbsd-6-1-5-RELEASE/bin/ps/
H A Dprint.c851 int32_t origseconds, secs, mins, hours, days; local
873 mins = secs / SECSPERMIN;
875 hours = mins / MINSPERHOUR;
876 mins %= MINSPERHOUR;
896 fmtlen = iwidth(mins) + 3;
929 (void)printf(":%.*d", fmtlen - 4, mins);
930 } else if (mins > 0) {
931 (void)printf("%*d", fmtlen - 3, mins);
/netbsd-6-1-5-RELEASE/bin/sh/
H A Deval.c1210 clock_t mins; local
1216 mins = ticks / tpm;
1217 snprintf(seconds, l, "%.4f", (ticks - mins * tpm) * 60.0 / tpm );
1221 mins++;
1223 return mins;
1230 return mins;
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.objnam.c543 goto mins;
558 mins:
/netbsd-6-1-5-RELEASE/usr.sbin/ndp/
H A Dndp.c1505 int days, hours, mins, secs; local
1513 mins = (total / 60) % 60;
1530 if (!first || mins) {
1532 n = snprintf(p, (size_t)(ep - p), "%dm", mins);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket-print.c210 int mins, hours, days, years; local
216 mins = (int)(t / 60);
217 hours = mins / 60;
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/src/
H A Dcdf.c1027 int days, hours, mins, secs; local
1032 mins = (int)(ts % 60);
1050 len += snprintf(buf + len, bufsiz - len, "%.2d:", mins);

Completed in 324 milliseconds