Searched refs:tzp (Results 1 – 6 of 6) sorted by relevance
462 const char *tzp; in GTime2str() local492 tzp = fracp; in GTime2str()497 tzp++; in GTime2str()498 while(tzp < end && *tzp >= '0' && *tzp <= '9'); in GTime2str()500 for(fracl = tzp - fracp - 1; fracl && fracp[fracl - 1] == '0'; fracl--) in GTime2str()505 if(tzp >= end) in GTime2str()507 else if(*tzp == 'Z') { in GTime2str()508 tzp = " GMT"; in GTime2str()509 end = tzp + 4; in GTime2str()513 tzp++; in GTime2str()[all …]
37 gettimeofday(struct timeval *tp, TIME_ZONE_INFORMATION *tzp) { in gettimeofday() argument38 (void)tzp; in gettimeofday()
239 int gettimeofday(struct timeval * tp, struct timezone * tzp) in gettimeofday() argument
80 my_gettimeofday(struct timeval *tvp, void *tzp) in my_gettimeofday() argument
401 my_gettimeofday(struct timeval *tvp, void *tzp) in my_gettimeofday() argument
898 /// int gettimeofday(struct timeval *tp, void *tzp);