OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SECSPERREPEAT
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/time/
private.h
1064
#define
SECSPERREPEAT
((int_fast64_t) DAYSPERREPEAT * SECSPERDAY)
1065
#define AVGSECSPERYEAR (
SECSPERREPEAT
/ YEARSPERREPEAT)
localtime.c
1718
years = (time_t)(seconds /
SECSPERREPEAT
1723
newt = (time_t)(t + seconds +
SECSPERREPEAT
);
1725
newt = (time_t)(t - seconds -
SECSPERREPEAT
);
zdump.c
768
intmax_t sec =
SECSPERREPEAT
, result = cycles * sec;
Completed in 15 milliseconds
Indexes created Wed Nov 05 01:09:58 GMT 2025