OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:months
(Results
1 - 2
of
2
) sorted by relevancy
/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
);
/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;
Completed in 13 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025