Searched defs:timeptr (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/icu/icu4c/source/tools/tzcode/ |
H A D | asctime.c | 72 asctime_r(register const struct tm *timeptr, char *buf) in asctime_r() 129 asctime(register const struct tm *timeptr) in asctime()
|
H A D | zdump.c | 868 dumptime(register const struct tm *timeptr) in dumptime()
|
/aosp_15_r20/external/cronet/third_party/icu/source/tools/tzcode/ |
H A D | asctime.c | 72 asctime_r(register const struct tm *timeptr, char *buf) in asctime_r() 129 asctime(register const struct tm *timeptr) in asctime()
|
H A D | zdump.c | 867 dumptime(register const struct tm *timeptr) in dumptime()
|
/aosp_15_r20/bionic/libc/upstream-freebsd/lib/libc/locale/ |
H A D | wcsftime.c | 59 const wchar_t * __restrict format, const struct tm * __restrict timeptr, in wcsftime_l() 121 const wchar_t * __restrict format, const struct tm * __restrict timeptr) in wcsftime()
|
/aosp_15_r20/bionic/libc/tzcode/ |
H A D | asctime.c | 64 asctime_r(struct tm const *restrict timeptr, char *restrict buf) in asctime_r() 114 asctime(register const struct tm *timeptr) in asctime()
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/localtime/ |
H A D | 1-1.c | 20 struct tm *timeptr; in main() local
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | fx_system.cpp | 133 const struct tm* timeptr) { in FXSYS_wcsftime()
|
/aosp_15_r20/external/llvm-libc/src/time/ |
H A D | time_utils.h | 106 LIBC_INLINE char *asctime(const struct tm *timeptr, char *buffer, in asctime()
|
/aosp_15_r20/system/logging/logd/ |
H A D | LogAudit.cpp | 271 char* timeptr = strstr(str, audit_str); in logPrint() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | timemodule.c | 634 _asctime(struct tm *timeptr) in _asctime()
|
/aosp_15_r20/external/tcpdump/ |
H A D | util-print.c | 417 const struct tm *timeptr) in nd_format_time()
|
/aosp_15_r20/external/fmtlib/test/ |
H A D | xchar-test.cc | 228 std::wstring system_wcsftime(const std::wstring& format, const std::tm* timeptr, in system_wcsftime()
|
H A D | chrono-test.cc | 60 std::string system_strftime(const std::string& format, const std::tm* timeptr, in system_strftime()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | timemodule.c | 940 _asctime(struct tm *timeptr)
|