#include "private.h"#include "locale.h"#include "tzfile.h"#include "sys/stat.h"#include "ctype.h"Go to the source code of this file.
Classes | |
| struct | rule |
| struct | zone |
| struct | link |
| struct | lookup |
| struct | attype |
Defines | |
| #define | ZIC_MAX_ABBR_LEN_WO_WARN 6 |
| #define | MKDIR_UMASK 0755 |
| #define | isascii(x) 1 |
| #define | DC_DOM 0 /* 1..31 */ |
| #define | DC_DOWGEQ 1 /* 1..31 */ |
| #define | DC_DOWLEQ 2 /* 1..31 */ |
| #define | LC_RULE 0 |
| #define | LC_ZONE 1 |
| #define | LC_LINK 2 |
| #define | LC_LEAP 3 |
| #define | ZF_NAME 1 |
| #define | ZF_GMTOFF 2 |
| #define | ZF_RULE 3 |
| #define | ZF_FORMAT 4 |
| #define | ZF_TILYEAR 5 |
| #define | ZF_TILMONTH 6 |
| #define | ZF_TILDAY 7 |
| #define | ZF_TILTIME 8 |
| #define | ZONE_MINFIELDS 5 |
| #define | ZONE_MAXFIELDS 9 |
| #define | ZFC_GMTOFF 0 |
| #define | ZFC_RULE 1 |
| #define | ZFC_FORMAT 2 |
| #define | ZFC_TILYEAR 3 |
| #define | ZFC_TILMONTH 4 |
| #define | ZFC_TILDAY 5 |
| #define | ZFC_TILTIME 6 |
| #define | ZONEC_MINFIELDS 3 |
| #define | ZONEC_MAXFIELDS 7 |
| #define | RF_NAME 1 |
| #define | RF_LOYEAR 2 |
| #define | RF_HIYEAR 3 |
| #define | RF_COMMAND 4 |
| #define | RF_MONTH 5 |
| #define | RF_DAY 6 |
| #define | RF_TOD 7 |
| #define | RF_STDOFF 8 |
| #define | RF_ABBRVAR 9 |
| #define | RULE_FIELDS 10 |
| #define | LF_FROM 1 |
| #define | LF_TO 2 |
| #define | LINK_FIELDS 3 |
| #define | LP_YEAR 1 |
| #define | LP_MONTH 2 |
| #define | LP_DAY 3 |
| #define | LP_TIME 4 |
| #define | LP_CORR 5 |
| #define | LP_ROLL 6 |
| #define | LEAP_FIELDS 7 |
| #define | YR_MINIMUM 0 |
| #define | YR_MAXIMUM 1 |
| #define | YR_ONLY 2 |
| #define | emalloc(size) memcheck(imalloc(size)) |
| #define | erealloc(ptr, size) memcheck(irealloc((ptr), (size))) |
| #define | ecpyalloc(ptr) memcheck(icpyalloc(ptr)) |
| #define | ecatalloc(oldp, newp) memcheck(icatalloc((oldp), (newp))) |
| #define | INT_MAX ((int) (((unsigned)~0)>>1)) |
| #define | INT_MIN ((int) ~(((unsigned)~0)>>1)) |
| #define | MAX_BITS_IN_FILE 32 |
| #define | TIME_T_BITS_IN_FILE |
| #define | DO(field) |
| #define | LDAYSPERWEEK ((long) DAYSPERWEEK) |
Typedefs | |
| typedef int | zic_t |
Functions | |
| int getopt | P ((int argc, char *const argv[], const char *options)) |
| int link | P ((const char *fromname, const char *toname)) |
| int | main (int argc, char *argv[]) |
Variables | |
| char * | optarg |
| int | optind |
| #define DO | ( | field | ) |
| #define ecatalloc | ( | oldp, | |||
| newp | ) | memcheck(icatalloc((oldp), (newp))) |
| #define erealloc | ( | ptr, | |||
| size | ) | memcheck(irealloc((ptr), (size))) |
| #define LDAYSPERWEEK ((long) DAYSPERWEEK) |
| #define TIME_T_BITS_IN_FILE |
Value:
((TYPE_BIT(zic_t) < MAX_BITS_IN_FILE) ? \ TYPE_BIT(zic_t) : MAX_BITS_IN_FILE)
| int link P | ( | (const char *fromname, const char *toname) | ) |
| int getopt P | ( | (int argc, char *const argv[], const char *options) | ) |
1.5.8