OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:year_secs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
time.c
47
#define
year_secs
(y) ((is_leap(y) ? 366 : 365) * 86400)
macro
56
secs =
year_secs
(tm.tm_year + 1900);
59
while ((secs =
year_secs
(tm.tm_year + 1900)) <= t) {
/src/external/mpl/dhcp/bind/dist/lib/dns/
time.c
48
#define
year_secs
(y) ((is_leap(y) ? 366 : 365) * 86400)
macro
57
secs =
year_secs
(tm.tm_year + 1900);
60
while ((secs =
year_secs
(tm.tm_year + 1900)) <= t) {
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026