Home
last modified time | relevance | path

Searched refs:mins (Results 1 – 25 of 150) sorted by relevance

123456

/netbsd-src/lib/libc/nameser/
H A Dns_ttl.c62 int secs, mins, hours, days, weeks, x; in ns_format_ttl() local
66 mins = (int)(src % 60); src /= 60; in ns_format_ttl()
84 if (mins) { in ns_format_ttl()
85 T(fmt1(mins, 'M', &dst, &dstlen)); in ns_format_ttl()
88 if (secs || !(weeks || days || hours || mins)) { in ns_format_ttl()
/netbsd-src/external/bsd/libbind/dist/nameser/
H A Dns_ttl.c56 int secs, mins, hours, days, weeks, x; in ns_format_ttl() local
60 mins = src % 60; src /= 60; in ns_format_ttl()
78 if (mins) { in ns_format_ttl()
79 T(fmt1(mins, 'M', &dst, &dstlen)); in ns_format_ttl()
82 if (secs || !(weeks || days || hours || mins)) { in ns_format_ttl()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dttl.c78 unsigned secs, mins, hours, days, weeks, x; in dns_ttl_totext() local
82 mins = src % 60; in dns_ttl_totext()
105 if (mins != 0) { in dns_ttl_totext()
106 RETERR(ttlfmt(mins, "minute", verbose, (x > 0), target)); in dns_ttl_totext()
109 if (secs != 0 || (weeks == 0 && days == 0 && hours == 0 && mins == 0)) { in dns_ttl_totext()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dttl.c78 unsigned int secs, mins, hours, days, weeks, x; in dns_ttl_totext() local
82 mins = src % 60; in dns_ttl_totext()
105 if (mins != 0) { in dns_ttl_totext()
106 RETERR(ttlfmt(mins, "minute", verbose, (x > 0), target)); in dns_ttl_totext()
109 if (secs != 0 || (weeks == 0 && days == 0 && hours == 0 && mins == 0)) { in dns_ttl_totext()
/netbsd-src/usr.bin/w/
H A Dw.c465 int days, hrs, mins; in pr_header() local
493 mins = uptime / SECSPERMIN; in pr_header()
498 if (hrs > 0 && mins > 0) in pr_header()
499 (void)printf(" %2d:%02d,", hrs, mins); in pr_header()
504 if (mins > 0) in pr_header()
506 mins, mins > 1 ? "s" : ""); in pr_header()
/netbsd-src/bin/ps/
H A Dprint.c861 int32_t origseconds, secs, mins, hours, days; in elapsed() local
882 mins = secs / SECSPERMIN; in elapsed()
884 hours = mins / MINSPERHOUR; in elapsed()
885 mins %= MINSPERHOUR; in elapsed()
905 fmtlen = iwidth(mins) + 3; in elapsed()
938 (void)printf(":%.*d", fmtlen - 4, mins); in elapsed()
939 } else if (mins > 0) { in elapsed()
940 (void)printf("%*d", fmtlen - 3, mins); in elapsed()
/netbsd-src/usr.sbin/arp/
H A Darp.c880 int days, hours, mins, secs; in sec2str() local
888 mins = (total / 60) % 60; in sec2str()
905 if (!first || mins) { in sec2str()
907 n = snprintf(p, (size_t)(ep - p), "%dm", mins); in sec2str()
/netbsd-src/usr.sbin/ndp/
H A Dndp.c926 int days, hours, mins, secs; in sec2str() local
934 mins = (total / 60) % 60; in sec2str()
951 if (!first || mins) { in sec2str()
953 n = snprintf(p, (size_t)(ep - p), "%dm", mins); in sec2str()
/netbsd-src/sys/fs/adosfs/
H A Dadosfs.h58 u_int32_t mins; member
H A Dadvfsops.c425 ap->mtimev.mins = adoswordn(bp, ap->nwords - 9); in adosfs_loadvnode()
428 ap->created.mins = adoswordn(bp, ap->nwords - 6); in adosfs_loadvnode()
576 ap->mtime.mins = adoswordn(bp, ap->nwords - 22); in adosfs_loadvnode()
/netbsd-src/sys/arch/evbsh3/conf/
H A DCOMPUTEX775047 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
H A DT_SH7706LSR20 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
H A DAP_MS104_SH426 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
H A DT_SH7706LAN20 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
/netbsd-src/games/hack/
H A Dhack.objnam.c543 goto mins; in readobjnam()
558 mins: in readobjnam()
/netbsd-src/sys/arch/macppc/conf/
H A DPOWERMAC14 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
/netbsd-src/sys/arch/shark/conf/
H A DOFWGENCFG20 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
/netbsd-src/sys/arch/sandpoint/conf/
H A DSANDPOINT114 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
/netbsd-src/sys/arch/evbarm/conf/
H A DNAPPI16 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
H A DIMX31LITE16 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
H A DIXM120016 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
H A DVIPER17 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket-print.c210 int mins, hours, days, years; in print_duration() local
216 mins = (int)(t / 60); in print_duration()
217 hours = mins / 60; in print_duration()
/netbsd-src/sys/arch/mac68k/conf/
H A DINSTALL34 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
/netbsd-src/sys/arch/bebox/conf/
H A DINSTALL81 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT

123456