Lines Matching refs:tzp
482 const char *tzp;
512 tzp = fracp;
517 tzp++;
518 while(tzp < end && *tzp >= '0' && *tzp <= '9');
520 for(fracl = tzp - fracp - 1; fracl && fracp[fracl - 1] == '0'; fracl--)
525 if(tzp >= end)
527 else if(*tzp == 'Z') {
528 tzp = " GMT";
529 end = tzp + 4;
533 tzp++;
536 tzl = end - tzp;
542 sep, (int)tzl, tzp);
553 const char *tzp;
557 for(tzp = beg; tzp < end && *tzp >= '0' && *tzp <= '9'; tzp++)
561 switch(tzp - sec) {
572 if(tzp >= end)
574 if(*tzp == 'Z') {
575 tzp = "GMT";
576 end = tzp + 3;
579 tzp++;
581 tzl = end - tzp;
585 (int)tzl, tzp);