| localtime.c | 361 /* Initialize *S to a value based on UTOFF, ISDST, and DESIGIDX.  */ 363 init_ttinfo(struct ttinfo *s, int_fast32_t utoff, bool isdst,
 367   s->tt_isdst = isdst;
 431 tzgetname(const timezone_t sp, int isdst)
 437 		if (ttisp->tt_isdst == isdst)
 447 tzgetgmtoff(const timezone_t sp, int isdst)
 454 		if (ttisp->tt_isdst == isdst) {
 766 			unsigned char isdst, desigidx;  local in function:tzloadbody
 771 			isdst = *p++;
 772 			if (! (isdst < 2)
 1433  register bool isdst;  local in function:tzparse
 [all...]
 |