OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tdays
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/time/
localtime.c
1930
register time_t
tdays
;
local in function:timesub
1956
tdays
= (time_t)(*timep / SECSPERDAY);
1962
+ floor((
tdays
+ dayoff) / DAYSPERREPEAT) * YEARSPERREPEAT),
1966
dayrem = (int)(
tdays
% DAYSPERREPEAT);
1971
+
tdays
/ DAYSPERREPEAT)
1973
/* idays = (
tdays
+ dayoff) mod DAYSPERREPEAT, sans overflow. */
1974
idays = (int)(
tdays
% DAYSPERREPEAT);
Completed in 86 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025