Searched refs:tzo (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemastypes.c68 unsigned int tz_flag :1; /* is tzo explicitely set? */
69 signed int tzo :12; /* -1440 <= tzo <= 1440; member in struct:_xmlSchemaValDate
1118 #define VALID_TZO(tzo) ((tzo > -840) && (tzo < 840))
1140 VALID_SEC(dt->sec) && VALID_TZO(dt->tzo))
1167 if (dt->value.date.tzo != 0) \
1169 "%+05d\n",dt->value.date.tzo); \
1376 if ((!VALID_SEC(dt->sec)) || (!VALID_TZO(dt->tzo)))
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemastypes.c68 unsigned int tz_flag :1; /* is tzo explicitely set? */
69 signed int tzo :12; /* -1440 <= tzo <= 1440; member in struct:_xmlSchemaValDate
1118 #define VALID_TZO(tzo) ((tzo > -840) && (tzo < 840))
1140 VALID_SEC(dt->sec) && VALID_TZO(dt->tzo))
1167 if (dt->value.date.tzo != 0) \
1169 "%+05d\n",dt->value.date.tzo); \
1376 if ((!VALID_SEC(dt->sec)) || (!VALID_TZO(dt->tzo)))
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemastypes.c68 unsigned int tz_flag :1; /* is tzo explicitely set? */
69 signed int tzo :12; /* -1440 <= tzo <= 1440; member in struct:_xmlSchemaValDate
1118 #define VALID_TZO(tzo) ((tzo > -840) && (tzo < 840))
1140 VALID_SEC(dt->sec) && VALID_TZO(dt->tzo))
1167 if (dt->value.date.tzo != 0) \
1169 "%+05d\n",dt->value.date.tzo); \
1376 if ((!VALID_SEC(dt->sec)) || (!VALID_TZO(dt->tzo)))
[all...]

Completed in 63 milliseconds