/bionic/libc/tzcode/ |
asctime.c | 72 asctime_r(register const struct tm *timeptr, char *buf) function 131 return asctime_r(timeptr, buf_asctime);
|
private.h | 72 #define asctime_r _incompatible_asctime_r macro 242 ** Some time.h implementations don't declare asctime_r. 247 #ifndef asctime_r 248 extern char * asctime_r(struct tm const *, char *); 382 #undef asctime_r macro 384 char *asctime_r(struct tm const *, char *);
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
asctime.c | 78 asctime_r(timeptr, buf) function 137 return asctime_r(timeptr, buf_asctime);
|
private.h | 76 #define asctime_r _incompatible_asctime_r macro 162 ** Some time.h implementations don't declare asctime_r. 167 #ifndef asctime_r 168 extern char * asctime_r(struct tm const *, char *); 268 #undef asctime_r macro 270 char *asctime_r(struct tm const *, char *);
|
/external/icu/icu4c/source/tools/tzcode/ |
asctime.c | 78 asctime_r(timeptr, buf) function 137 return asctime_r(timeptr, buf_asctime);
|
private.h | 76 #define asctime_r _incompatible_asctime_r macro 162 ** Some time.h implementations don't declare asctime_r. 167 #ifndef asctime_r 168 extern char * asctime_r(struct tm const *, char *); 268 #undef asctime_r macro 270 char *asctime_r(struct tm const *, char *);
|
/external/bison/darwin-lib/ |
time.h | 371 # undef asctime_r macro 545 # undef asctime_r macro 546 _GL_WARN_ON_USE (asctime, "asctime_r can overrun buffers in some cases - "
|
/external/bison/linux-lib/ |
time.h | 371 # undef asctime_r macro 545 # undef asctime_r macro 546 _GL_WARN_ON_USE (asctime, "asctime_r can overrun buffers in some cases - "
|