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

  /external/clearsilver/util/
missing.c 68 struct tm *localtime_r (const time_t *timep, struct tm *ttm) function
  /external/srec/srec/EventLog/src/
EventLogImpl.c 41 #define localtime_r(clock, result) ((result)->tm_sec = 0, localtime(clock)) macro
239 ct = localtime_r(&timestamp.secs, &ct_r);
478 ct = localtime_r(&timestamp.secs, &ct_r);
  /bionic/libc/tzcode/
localtime.c 1425 localtime_r(timep, tmp) function
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 1336 localtime_r(timep, tmp) function
    [all...]

Completed in 355 milliseconds