Home
last modified time | relevance | path

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

/external/curl/lib/
Dx509asn1.c448 const char *tzp; in GTime2str() local
477 tzp = fracp; in GTime2str()
482 tzp++; in GTime2str()
483 while(tzp < end && *tzp >= '0' && *tzp <= '9'); in GTime2str()
485 for(fracl = tzp - fracp - 1; fracl && fracp[fracl - 1] == '0'; fracl--) in GTime2str()
490 if(tzp >= end) in GTime2str()
492 else if(*tzp == 'Z') { in GTime2str()
493 tzp = " GMT"; in GTime2str()
494 end = tzp + 4; in GTime2str()
498 tzp++; in GTime2str()
[all …]
/external/libyuv/files/unit_test/
Dunit_test.h91 struct timezone tzp; in get_time() local
92 gettimeofday(&t, &tzp); in get_time()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DSimpleDateFormatTest.java32 private static final TimeZone tzp = TimeZone.getTimeZone("PST"); field in SimpleDateFormatTest
56 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.c252 int gettimeofday(struct timeval *restrict tp, void *restrict tzp) in gettimeofday() argument
259 (void)tzp; in gettimeofday()
/external/libusb/libusb/
Dcore.c2292 int usbi_gettimeofday(struct timeval *tp, void *tzp) in usbi_gettimeofday() argument
2298 UNUSED(tzp); in usbi_gettimeofday()
Dlibusbi.h546 int usbi_gettimeofday(struct timeval *tp, void *tzp);
/external/libusb/include/libusb/
Dlibusbi.h546 int usbi_gettimeofday(struct timeval *tp, void *tzp);
/external/libxml2/
DtestSAX.c80 my_gettimeofday(struct timeval *tvp, void *tzp) in my_gettimeofday() argument
Dxmllint.c400 my_gettimeofday(struct timeval *tvp, void *tzp) in my_gettimeofday() argument
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def629 /// int gettimeofday(struct timeval *tp, void *tzp);