HomeSort by relevance Sort by last modified time
    Searched defs:timeptr (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/localtime/
1-1.c 20 struct tm *timeptr; local
23 timeptr = NULL;
24 timeptr = localtime(&current_time);
26 if (timeptr != NULL) {
  /system/core/logd/
LogAudit.cpp 278 char* timeptr = strstr(str, audit_str); local
279 if (timeptr &&
280 ((cp = now.strptime(timeptr + sizeof(audit_str) - 1, "%s.%q"))) &&
282 memcpy(timeptr + sizeof(audit_str) - 1, "0.0", 3);
283 memmove(timeptr + sizeof(audit_str) - 1 + 3, cp, strlen(cp) + 1);

Completed in 88 milliseconds