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

  /bionic/libc/tzcode/
asctime.c 9 ** whereas the output of asctime is supposed to be constant.
125 asctime(register const struct tm *timeptr) function
  /external/icu/icu4c/source/tools/tzcode/
asctime.c 9 ** whereas the output of asctime is supposed to be constant.
129 asctime(register const struct tm *timeptr) function
  /external/bison/darwin-lib/
time.h 540 # undef asctime macro
541 _GL_WARN_ON_USE (asctime, "asctime can overrun buffers in some cases - "
546 _GL_WARN_ON_USE (asctime, "asctime_r can overrun buffers in some cases - "
551 _GL_WARN_ON_USE (asctime, "ctime can overrun buffers in some cases - "
556 _GL_WARN_ON_USE (asctime, "ctime_r can overrun buffers in some cases - "
  /external/bison/linux-lib/
time.h 540 # undef asctime macro
541 _GL_WARN_ON_USE (asctime, "asctime can overrun buffers in some cases - "
546 _GL_WARN_ON_USE (asctime, "asctime_r can overrun buffers in some cases - "
551 _GL_WARN_ON_USE (asctime, "ctime can overrun buffers in some cases - "
556 _GL_WARN_ON_USE (asctime, "ctime_r can overrun buffers in some cases - "
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
Time.c 599 /** The asctime function converts the broken-down time in the structure pointed
604 char *asctime(const struct tm *timeptr)
622 @return The asctime function returns a pointer to the string.
625 asctime(const struct tm *timeptr) function
656 return asctime(localtime(timer));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 494 #define asctime(...) (pthread_testcancel(), asctime(__VA_ARGS__)) macro
    [all...]

Completed in 168 milliseconds