Home
last modified time | relevance | path

Searched defs:timeptr (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/icu/icu4c/source/tools/tzcode/
H A Dasctime.c72 asctime_r(register const struct tm *timeptr, char *buf) in asctime_r()
129 asctime(register const struct tm *timeptr) in asctime()
H A Dzdump.c868 dumptime(register const struct tm *timeptr) in dumptime()
/aosp_15_r20/external/cronet/third_party/icu/source/tools/tzcode/
H A Dasctime.c72 asctime_r(register const struct tm *timeptr, char *buf) in asctime_r()
129 asctime(register const struct tm *timeptr) in asctime()
H A Dzdump.c867 dumptime(register const struct tm *timeptr) in dumptime()
/aosp_15_r20/bionic/libc/upstream-freebsd/lib/libc/locale/
H A Dwcsftime.c59 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 Dasctime.c64 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 D1-1.c20 struct tm *timeptr; in main() local
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_system.cpp133 const struct tm* timeptr) { in FXSYS_wcsftime()
/aosp_15_r20/external/llvm-libc/src/time/
H A Dtime_utils.h106 LIBC_INLINE char *asctime(const struct tm *timeptr, char *buffer, in asctime()
/aosp_15_r20/system/logging/logd/
H A DLogAudit.cpp271 char* timeptr = strstr(str, audit_str); in logPrint() local
/aosp_15_r20/external/python/cpython2/Modules/
Dtimemodule.c634 _asctime(struct tm *timeptr) in _asctime()
/aosp_15_r20/external/tcpdump/
H A Dutil-print.c417 const struct tm *timeptr) in nd_format_time()
/aosp_15_r20/external/fmtlib/test/
H A Dxchar-test.cc228 std::wstring system_wcsftime(const std::wstring& format, const std::tm* timeptr, in system_wcsftime()
H A Dchrono-test.cc60 std::string system_strftime(const std::string& format, const std::tm* timeptr, in system_strftime()
/aosp_15_r20/external/python/cpython3/Modules/
Dtimemodule.c940 _asctime(struct tm *timeptr)