OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TZ_MAX_LEAPS
(Results
1 - 3
of
3
) sorted by relevancy
/src/include/
tzfile.h
120
#ifndef
TZ_MAX_LEAPS
123
# define
TZ_MAX_LEAPS
50 /* Maximum number of leap second corrections */
124
#endif /* !defined
TZ_MAX_LEAPS
*/
/src/lib/libc/time/
zic.c
461
static zic_t trans[
TZ_MAX_LEAPS
];
462
static zic_t corr[
TZ_MAX_LEAPS
];
463
static char roll[
TZ_MAX_LEAPS
];
3586
if (
TZ_MAX_LEAPS
<= leapcnt) {
localtime.c
263
struct lsinfo lsis[
TZ_MAX_LEAPS
];
703
if (! (0 <= leapcnt && leapcnt <
TZ_MAX_LEAPS
Completed in 16 milliseconds
Indexes created Mon Oct 27 15:09:58 GMT 2025