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_TYPES
(Results
1 - 3
of
3
) sorted by relevancy
/src/include/
tzfile.h
109
#ifndef
TZ_MAX_TYPES
111
# define
TZ_MAX_TYPES
256 /* Limited by what (unsigned char)'s can hold */
112
#endif /* !defined
TZ_MAX_TYPES
*/
/src/lib/libc/time/
localtime.c
259
struct ttinfo ttis[
TZ_MAX_TYPES
];
704
&& 0 <= typecnt && typecnt <
TZ_MAX_TYPES
707
&& 0 <= ttisstdcnt && ttisstdcnt <
TZ_MAX_TYPES
708
&& 0 <= ttisutcnt && ttisutcnt <
TZ_MAX_TYPES
))
855
sp->typecnt + 2 <=
TZ_MAX_TYPES
) {
2436
char seen[
TZ_MAX_TYPES
];
2437
unsigned char types[
TZ_MAX_TYPES
];
zic.c
455
static zic_t utoffs[
TZ_MAX_TYPES
];
456
static char isdsts[
TZ_MAX_TYPES
];
457
static unsigned char desigidx[
TZ_MAX_TYPES
];
458
static bool ttisstds[
TZ_MAX_TYPES
];
459
static bool ttisuts[
TZ_MAX_TYPES
];
2552
char omittype[
TZ_MAX_TYPES
];
2553
int typemap[
TZ_MAX_TYPES
];
3568
if (typecnt >=
TZ_MAX_TYPES
) {
Completed in 17 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025