Home
last modified time | relevance | path

Searched refs:tzp (Results 1 – 9 of 9) sorted by relevance

/external/curl/lib/
Dx509asn1.c441 const char * tzp; in GTime2str() local
470 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 …]
/external/libyuv/files/unit_test/
Dunit_test.h88 struct timezone tzp; in get_time() local
89 gettimeofday(&t, &tzp); in get_time()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DSimpleDateFormatTest.java30 private static final TimeZone tzp = TimeZone.getTimeZone("PST"); field in SimpleDateFormatTest
54 Calendar cal = Calendar.getInstance(tzp); in testParseStringCalendarParsePosition()
/external/ImageMagick/PerlMagick/t/reference/write/composite/
DPlus.miff41tzp�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…
DAdd.miff89tzp�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…
/external/fio/os/windows/
Dposix.c232 int gettimeofday(struct timeval *restrict tp, void *restrict tzp) in gettimeofday() argument
239 (void)tzp; in gettimeofday()
/external/libxml2/
DtestSAX.c80 my_gettimeofday(struct timeval *tvp, void *tzp) in my_gettimeofday() argument
Dxmllint.c416 my_gettimeofday(struct timeval *tvp, void *tzp) in my_gettimeofday() argument
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def624 /// int gettimeofday(struct timeval *tp, void *tzp);