Searched refs:tzp (Results 1 – 2 of 2) sorted by relevance
513 tzp = fracp; in GTime2str()518 tzp = fracp; in GTime2str()519 while(tzp < end && ISDIGIT(*tzp)) in GTime2str()520 tzp++; in GTime2str()533 tzp = ""; in GTime2str()538 tzp = "GMT"; in GTime2str()541 else if((*tzp == '+') || (*tzp == '-')) { in GTime2str()579 for(tzp = beg; tzp < end && *tzp >= '0' && *tzp <= '9'; tzp++) in UTime2str()594 if(tzp >= end) in UTime2str()597 tzp = "GMT"; in UTime2str()[all …]
57 int my_gettimeofday(struct timeval *tp, void *tzp) in my_gettimeofday() argument59 (void)tzp; in my_gettimeofday()
Completed in 12 milliseconds