Searched refs:tzp (Results 1 – 9 of 9) sorted by relevance
441 const char * tzp; in GTime2str() local470 tzp = fracp; in GTime2str()475 tzp++; in GTime2str()476 while(tzp < end && *tzp >= '0' && *tzp <= '9'); in GTime2str()478 for(fracl = tzp - fracp - 1; fracl && fracp[fracl - 1] == '0'; fracl--) in GTime2str()483 if(tzp >= end) in GTime2str()485 else if(*tzp == 'Z') { in GTime2str()486 tzp = " GMT"; in GTime2str()487 end = tzp + 4; in GTime2str()491 tzp++; in GTime2str()[all …]
88 struct timezone tzp; in get_time() local89 gettimeofday(&t, &tzp); in get_time()
30 private static final TimeZone tzp = TimeZone.getTimeZone("PST"); field in SimpleDateFormatTest54 Calendar cal = Calendar.getInstance(tzp); in testParseStringCalendarParsePosition()
41 …tzp�syo�rvo�pup�qvp�puo�osn�ovo�lwp�p{p�u�p�u�m�y�q���~�������������o{q�CCC�CCC�CCC�CCC�CCC�CCC�CC…
89 …tzp�syo�rvo�pup�qvp�puo�osn�ovo�lwp�p{p�u�p�u�m�y�q���~�������������o{q�CCC�CCC�CCC�CCC�CCC�CCC�CC…
232 int gettimeofday(struct timeval *restrict tp, void *restrict tzp) in gettimeofday() argument239 (void)tzp; in gettimeofday()
80 my_gettimeofday(struct timeval *tvp, void *tzp) in my_gettimeofday() argument
416 my_gettimeofday(struct timeval *tvp, void *tzp) in my_gettimeofday() argument
624 /// int gettimeofday(struct timeval *tp, void *tzp);