Home
last modified time | relevance | path

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

/aosp12/bionic/libc/tzcode/
H A Dasctime.c72 asctime_r(register const struct tm *timeptr, char *buf) in asctime_r()
125 asctime(register const struct tm *timeptr) in asctime()
/aosp12/system/logging/logd/
H A DLogAudit.cpp246 char* timeptr = strstr(str, audit_str); in logPrint() local