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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 275 __forceinline char *__cdecl ctime_r(const time_t *_Time, char *_Str) { function
  /external/icu/icu4c/source/tools/tzcode/
private.h 71 #define ctime_r _incompatible_ctime_r macro
260 # undef ctime_r macro
261 # define ctime_r tz_ctime_r macro
282 char *ctime_r(time_t const *, char *);
394 #undef ctime_r macro
396 char *ctime_r(time_t const *, char *);
localtime.c 1557 ctime_r(const time_t *const timep, char *buf) function
    [all...]
  /bionic/libc/tzcode/
private.h 75 #define ctime_r _incompatible_ctime_r macro
334 # undef ctime_r macro
335 # define ctime_r tz_ctime_r macro
382 char *ctime_r(time_t const *, char *);
560 #undef ctime_r macro
562 char *ctime_r(time_t const *, char *);
localtime.c 1724 ctime_r(const time_t *timep, char *buf) function
    [all...]
  /external/fio/os/windows/
posix.c 239 char* ctime_r(const time_t *t, char *buf) function

Completed in 87 milliseconds