Home | Sort by: relevance | last modified time | path |
/src/usr.bin/quota/ | |
printquota.c | 102 time_t years, months, weeks, days, hours, minutes; local in function:timeprt 113 months = (seconds + MONTH / 2) / MONTH; 121 (void)snprintf(buf, len, "%" PRId64 "months", months); |
printquota.c | 102 time_t years, months, weeks, days, hours, minutes; local in function:timeprt 113 months = (seconds + MONTH / 2) / MONTH; 121 (void)snprintf(buf, len, "%" PRId64 "months", months); |
/src/usr.bin/calendar/ | |
calendar.c | 111 static const char *months[] = { variable in typeref:typename:const char * [] 651 for (p = months; *p; ++p) 653 return (int)(p - months) + 1; |
calendar.c | 111 static const char *months[] = { variable in typeref:typename:const char * [] 651 for (p = months; *p; ++p) 653 return (int)(p - months) + 1; |