| /netbsd-src/lib/libc/nameser/ |
| H A D | ns_ttl.c | 62 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 D | ns_ttl.c | 56 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 D | ttl.c | 78 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 D | ttl.c | 78 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 D | w.c | 465 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 D | print.c | 861 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 D | arp.c | 880 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 D | ndp.c | 926 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 D | adosfs.h | 58 u_int32_t mins; member
|
| H A D | advfsops.c | 425 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 D | COMPUTEX7750 | 47 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
| H A D | T_SH7706LSR | 20 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
| H A D | AP_MS104_SH4 | 26 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
| H A D | T_SH7706LAN | 20 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
| /netbsd-src/games/hack/ |
| H A D | hack.objnam.c | 543 goto mins; in readobjnam() 558 mins: in readobjnam()
|
| /netbsd-src/sys/arch/macppc/conf/ |
| H A D | POWERMAC | 14 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
| /netbsd-src/sys/arch/shark/conf/ |
| H A D | OFWGENCFG | 20 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
| /netbsd-src/sys/arch/sandpoint/conf/ |
| H A D | SANDPOINT | 114 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
| /netbsd-src/sys/arch/evbarm/conf/ |
| H A D | NAPPI | 16 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
| H A D | IMX31LITE | 16 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
| H A D | IXM1200 | 16 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
| H A D | VIPER | 17 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
| H A D | packet-print.c | 210 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 D | INSTALL | 34 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
| /netbsd-src/sys/arch/bebox/conf/ |
| H A D | INSTALL | 81 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|