Home
last modified time | relevance | path

Searched refs:tzp (Results 1 - 4 of 4) sorted by relevance

/third_party/curl/lib/vtls/
H A Dx509asn1.c482 const char *tzp; in GTime2str() local
512 tzp = fracp; in GTime2str()
517 tzp++; in GTime2str()
518 while(tzp < end && *tzp >= '0' && *tzp <= '9'); in GTime2str()
520 for(fracl = tzp - fracp - 1; fracl && fracp[fracl - 1] == '0'; fracl--) in GTime2str()
525 if(tzp >= end) in GTime2str()
527 else if(*tzp == 'Z') { in GTime2str()
528 tzp in GTime2str()
553 const char *tzp; UTime2str() local
[all...]
/third_party/libcoap/src/
H A Dcoap_time.c42 gettimeofday(struct timeval *tp, TIME_ZONE_INFORMATION *tzp) { in gettimeofday() argument
43 (void)tzp; in gettimeofday()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
H A Dminimal-http-client-multi.c458 int gettimeofday(struct timeval * tp, struct timezone * tzp) in gettimeofday() argument
/third_party/rust/crates/libc/src/
H A Dpsp.rs2803 pub fn sceKernelLibcGettimeofday(tp: *mut timeval, tzp: *mut timezone) -> i32; in sceKernelLibcGettimeofday()

Completed in 10 milliseconds