Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dx509asn1.c462 const char *tzp; in GTime2str() local
492 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 …]
/third_party/libcoap/src/
Dcoap_time.c37 gettimeofday(struct timeval *tp, TIME_ZONE_INFORMATION *tzp) { in gettimeofday() argument
38 (void)tzp; in gettimeofday()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
Dminimal-http-client-multi.c239 int gettimeofday(struct timeval * tp, struct timezone * tzp) in gettimeofday() argument
/third_party/libxml2/
DtestSAX.c80 my_gettimeofday(struct timeval *tvp, void *tzp) in my_gettimeofday() argument
Dxmllint.c401 my_gettimeofday(struct timeval *tvp, void *tzp) in my_gettimeofday() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def898 /// int gettimeofday(struct timeval *tp, void *tzp);