Lines Matching defs:tzp
441 const char * tzp;
470 tzp = fracp;
475 tzp++;
476 while(tzp < end && *tzp >= '0' && *tzp <= '9');
478 for(fracl = tzp - fracp - 1; fracl && fracp[fracl - 1] == '0'; fracl--)
483 if(tzp >= end)
485 else if(*tzp == 'Z') {
486 tzp = " GMT";
487 end = tzp + 4;
491 tzp++;
494 tzl = end - tzp;
499 sep, tzl, tzp);
504 const char * tzp;
511 for(tzp = beg; tzp < end && *tzp >= '0' && *tzp <= '9'; tzp++)
515 switch (tzp - sec) {
525 if(tzp >= end)
527 if(*tzp == 'Z') {
528 tzp = "GMT";
529 end = tzp + 3;
532 tzp++;
534 tzl = end - tzp;
538 tzl, tzp);