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

  /external/bison/darwin-lib/
time.h 372 # undef ctime_r macro
555 # undef ctime_r macro
556 _GL_WARN_ON_USE (asctime, "ctime_r can overrun buffers in some cases - "
  /external/bison/linux-lib/
time.h 372 # undef ctime_r macro
555 # undef ctime_r macro
556 _GL_WARN_ON_USE (asctime, "ctime_r can overrun buffers in some cases - "
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 192 #ifndef ctime_r
193 #define ctime_r(_Time,_Str) ({ char *___tmp_tm = ctime((_Time)); \ macro
214 #ifndef ctime_r
215 #define ctime_r(_Time,_Str) (ctime ((_Time)) ? (strcpy((_Str),ctime ((_Time))),(_Str)) : 0) macro
  /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 67 #define ctime_r _incompatible_ctime_r macro
323 # undef ctime_r macro
324 # define ctime_r tz_ctime_r macro
371 char *ctime_r(time_t const *, char *);
553 #undef ctime_r macro
555 char *ctime_r(time_t const *, char *);
localtime.c 1747 ctime_r(const time_t *timep, char *buf) function
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 624 milliseconds