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

Lines Matching refs:ZCONST

94 static ZCONST char  gmt[] = "GMT";
95 static ZCONST int mon_lengths[2][MONSPERYEAR] = {
100 static ZCONST int yr_days[2][MONSPERYEAR+1] = {
105 static ZCONST int year_lengths[2] = {
114 static time_t transtime OF((ZCONST time_t janfirst, ZCONST int year,
115 ZCONST struct rule * ZCONST rulep,
116 ZCONST long offset));
117 static void generate_transitions OF((register struct state * ZCONST sp,
118 ZCONST struct rule * ZCONST start,
119 ZCONST struct rule * ZCONST end));
120 static ZCONST char *getzname OF((ZCONST char *strp));
121 static ZCONST char *getnum OF((ZCONST char *strp, int * ZCONST nump,
122 ZCONST int min, ZCONST int max));
123 static ZCONST char *getsecs OF((ZCONST char *strp, long * ZCONST secsp));
124 static ZCONST char *getoffset OF((ZCONST char *strp, long * ZCONST offsetp));
125 static ZCONST char *getrule OF((ZCONST char *strp, struct rule * ZCONST rulep));
126 static int Parse_TZ OF((ZCONST char *name, register struct state * ZCONST sp));
130 ZCONST time_t janfirst;
131 ZCONST int year;
132 ZCONST struct rule * ZCONST rulep;
133 ZCONST long offset;
221 register struct state * ZCONST sp;
222 ZCONST struct rule * ZCONST start;
223 ZCONST struct rule * ZCONST end;
259 static ZCONST char *getzname(strp)
260 ZCONST char *strp;
270 static ZCONST char *getnum(strp, nump, min, max)
271 ZCONST char *strp;
272 int * ZCONST nump;
273 ZCONST int min;
274 ZCONST int max;
294 static ZCONST char *getsecs(strp, secsp)
295 ZCONST char *strp;
296 long * ZCONST secsp;
328 static ZCONST char *getoffset(strp, offsetp)
329 ZCONST char *strp;
330 long * ZCONST offsetp;
347 static ZCONST char *getrule(strp, rulep)
348 ZCONST char *strp;
349 struct rule * ZCONST rulep;
396 ZCONST char *name;
397 register struct state * ZCONST sp;
399 ZCONST char * stdname;
400 ZCONST char * dstname;
531 ZCONST time_t *when;
559 ZCONST time_t *when;