/src/lib/libc/time/ |
localtime.c | 361 /* Initialize *S to a value based on UTOFF, ISDST, and DESIGIDX. */ 364 desigidx_type desigidx) 368 s->tt_desigidx = desigidx; 766 unsigned char isdst, desigidx; local in function:tzloadbody 775 desigidx = *p++; 776 if (! (desigidx < sp->charcnt)) 778 ttisp->tt_desigidx = desigidx;
|
localtime.c | 361 /* Initialize *S to a value based on UTOFF, ISDST, and DESIGIDX. */ 364 desigidx_type desigidx) 368 s->tt_desigidx = desigidx; 766 unsigned char isdst, desigidx; local in function:tzloadbody 775 desigidx = *p++; 776 if (! (desigidx < sp->charcnt)) 778 ttisp->tt_desigidx = desigidx;
|
zic.c | 457 static unsigned char desigidx[TZ_MAX_TYPES]; variable in typeref:typename:unsigned char[] 2471 || (desigidx[attypes[toi - 1].type] 2472 != desigidx[attypes[fromi].type])) 2664 &chars[desigidx[mrudst]], 2675 &chars[desigidx[mrustd]], 2703 if (indmap[desigidx[i]] >= 0) 2705 thisabbr = &chars[desigidx[i]]; 2713 indmap[desigidx[i]] = j; 2776 putc(indmap[desigidx[h]], fp); 3560 if (utoff == utoffs[i] && isdst == isdsts[i] && j == desigidx[i [all...] |
zic.c | 457 static unsigned char desigidx[TZ_MAX_TYPES]; variable in typeref:typename:unsigned char[] 2471 || (desigidx[attypes[toi - 1].type] 2472 != desigidx[attypes[fromi].type])) 2664 &chars[desigidx[mrudst]], 2675 &chars[desigidx[mrustd]], 2703 if (indmap[desigidx[i]] >= 0) 2705 thisabbr = &chars[desigidx[i]]; 2713 indmap[desigidx[i]] = j; 2776 putc(indmap[desigidx[h]], fp); 3560 if (utoff == utoffs[i] && isdst == isdsts[i] && j == desigidx[i [all...] |