HomeSort by relevance Sort by last modified time
    Searched refs:localtime_r (Results 51 - 75 of 75) sorted by null

1 23

  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 485 localtime_r((time_t*)&tv.tv_sec, &tm);
885 localtime_r((time_t*)&tv_start.tv_sec, &tm);
887 localtime_r((time_t*)&tv_end.tv_sec, &tm);
    [all...]
  /external/iptables/utils/
nfnl_osf.c 122 localtime_r((time_t *)&tv.tv_sec, &tm);
  /system/core/liblog/
fake_log_device.c 375 ptm = localtime_r(&when, &tmBuf);
logprint.c 730 ptm = localtime_r(&(entry->tv_sec), &tmBuf);
  /external/chromium/base/third_party/nspr/
prtime.cc 78 /* Implements the Unix localtime_r() function for windows */
80 static void localtime_r(const time_t* secs, struct tm* time) { function
    [all...]
  /bionic/libc/tzcode/
localtime.c 1437 localtime_r(timep, tmp) function
    [all...]
  /bionic/libc/bionic/
time64.c 38 localtime64_r() is a 64-bit equivalent of localtime_r().
58 /* Not everyone has gm/localtime_r(), provide a replacement */
60 # define LOCALTIME_R(clock, result) localtime_r(clock, result)
62 # define LOCALTIME_R(clock, result) fake_localtime_r(clock, result)
431 /* Simulate localtime_r() to the best of our ability */
664 LOCALTIME_R(&safe_time, &safe_date);
688 if( LOCALTIME_R(&safe_time, &safe_date) == NULL ) {
689 TRACE1("localtime_r(%d) returned NULL\n", (int)safe_time);
  /build/tools/zipalign/
ZipEntry.cpp 372 ptm = localtime_r(&even, &tmResult);
  /external/chromium/base/
logging.cc 670 localtime_r(&t, &local_time);
  /frameworks/base/tools/aapt/
ZipEntry.cpp 372 ptm = localtime_r(&even, &tmResult);
  /system/core/debuggerd/
tombstone.c 535 ptm = localtime_r(&sec, &tmBuf);
  /external/icu4c/common/
putil.c 946 localtime_r to figure out the default timezone.
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 1336 localtime_r(timep, tmp) function
    [all...]
  /development/tools/emulator/system/gps/
gps_qemu.c 203 localtime_r( &now, &tm_local );
  /sdk/emulator/gps/
gps_qemu.c 203 localtime_r( &now, &tm_local );
  /system/core/adb/
adb.c 730 localtime_r(&t, &now);
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c 329 localtime_r((time_t*)&tv.tv_sec, &tm);
    [all...]
  /external/bluetooth/glib/gio/
glocalfile.c     [all...]
  /system/core/libcutils/
tztime.c     [all...]
  /external/qemu/
block.c     [all...]
  /external/qemu/block/
vvfat.c 530 localtime_r(&time,t);
    [all...]
  /frameworks/base/services/input/
InputDispatcher.cpp     [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 869 milliseconds

1 23