• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/

Lines Matching refs:ZCONST

92 static ZCONST char  gmt[] = "GMT";
93 static ZCONST int mon_lengths[2][MONSPERYEAR] = {
98 static ZCONST int yr_days[2][MONSPERYEAR+1] = {
103 static ZCONST int year_lengths[2] = {
112 static time_t transtime OF((ZCONST time_t janfirst, ZCONST int year,
113 ZCONST struct rule * ZCONST rulep,
114 ZCONST long offset));
115 static void generate_transitions OF((register struct state * ZCONST sp,
116 ZCONST struct rule * ZCONST start,
117 ZCONST struct rule * ZCONST end));
118 static ZCONST char *getzname OF((ZCONST char *strp));
119 static ZCONST char *getnum OF((ZCONST char *strp, int * ZCONST nump,
120 ZCONST int min, ZCONST int max));
121 static ZCONST char *getsecs OF((ZCONST char *strp, long * ZCONST secsp));
122 static ZCONST char *getoffset OF((ZCONST char *strp, long * ZCONST offsetp));
123 static ZCONST char *getrule OF((ZCONST char *strp, struct rule * ZCONST rulep));
124 static int Parse_TZ OF((ZCONST char *name, register struct state * ZCONST sp));
128 ZCONST time_t janfirst;
129 ZCONST int year;
130 ZCONST struct rule * ZCONST rulep;
131 ZCONST long offset;
219 register struct state * ZCONST sp;
220 ZCONST struct rule * ZCONST start;
221 ZCONST struct rule * ZCONST end;
257 static ZCONST char *getzname(strp)
258 ZCONST char *strp;
268 static ZCONST char *getnum(strp, nump, min, max)
269 ZCONST char *strp;
270 int * ZCONST nump;
271 ZCONST int min;
272 ZCONST int max;
292 static ZCONST char *getsecs(strp, secsp)
293 ZCONST char *strp;
294 long * ZCONST secsp;
326 static ZCONST char *getoffset(strp, offsetp)
327 ZCONST char *strp;
328 long * ZCONST offsetp;
345 static ZCONST char *getrule(strp, rulep)
346 ZCONST char *strp;
347 struct rule * ZCONST rulep;
394 ZCONST char *name;
395 register struct state * ZCONST sp;
397 ZCONST char * stdname;
398 ZCONST char * dstname;
529 ZCONST time_t *when;
557 ZCONST time_t *when;