Searched refs:tm_info (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/ |
D | string.cc | 58 struct tm* tm_info = localtime(reinterpret_cast<time_t*>(&tm.tv_sec)); in gpr_format_timespec() local 59 strftime(time_buffer, sizeof(time_buffer), "%Y-%m-%dT%H:%M:%S", tm_info); in gpr_format_timespec()
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | string.cc | 62 struct tm* tm_info = localtime((const time_t*)&tm.tv_sec); in gpr_format_timespec() local 63 strftime(time_buffer, sizeof(time_buffer), "%Y-%m-%dT%H:%M:%S", tm_info); in gpr_format_timespec()
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_stats.cpp | 499 struct tm *tm_info = localtime(&timer); in getTime() local 501 strftime(buffer, buflen, "%Y-%m-%d_%H%M%S", tm_info); in getTime() 503 strftime(buffer, buflen, "%Y-%m-%d %H%M%S", tm_info); in getTime()
|