/src/lib/libc/nameser/ |
ns_ttl.c | 62 int secs, mins, hours, days, weeks, x; local in function:ns_format_ttl 69 weeks = (int)src; src = 0; 72 if (weeks) { 73 T(fmt1(weeks, 'W', &dst, &dstlen)); 88 if (secs || !(weeks || days || hours || mins)) {
|
ns_ttl.c | 62 int secs, mins, hours, days, weeks, x; local in function:ns_format_ttl 69 weeks = (int)src; src = 0; 72 if (weeks) { 73 T(fmt1(weeks, 'W', &dst, &dstlen)); 88 if (secs || !(weeks || days || hours || mins)) {
|
/src/usr.bin/quota/ |
printquota.c | 102 time_t years, months, weeks, days, hours, minutes; local in function:timeprt 114 weeks = (seconds + WEEK / 2) / WEEK; 120 if (weeks > 9) { 125 (void)snprintf(buf, len, "%" PRId64 "weeks", weeks);
|
printquota.c | 102 time_t years, months, weeks, days, hours, minutes; local in function:timeprt 114 weeks = (seconds + WEEK / 2) / WEEK; 120 if (weeks > 9) { 125 (void)snprintf(buf, len, "%" PRId64 "weeks", weeks);
|