HomeSort by relevance Sort by last modified time
    Searched full:asctime_r (Results 1 - 25 of 397) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
9-1-buildonly.c 10 char *asctime_r(const struct tm *, char *);
21 dummyvar = asctime_r;
assertions.xml 53 char *asctime_r(const struct tm *restrict, char *restrict);
  /external/icu/icu4c/source/tools/tzcode/
private.h 70 #define asctime_r _incompatible_asctime_r macro
239 ** Some time.h implementations don't declare asctime_r.
244 #ifndef asctime_r
245 extern char * asctime_r(struct tm const *, char *);
393 #undef asctime_r macro
395 char *asctime_r(struct tm const *, char *);
asctime.c 72 asctime_r(register const struct tm *timeptr, char *buf) function
131 return asctime_r(timeptr, buf_asctime);
  /external/swiftshader/third_party/LLVM/lib/Support/Unix/
TimeValue.inc 30 asctime_r(localtime(&ourTime), buffer);
32 ::asctime_r(::localtime(&ourTime), buffer);
  /bionic/libc/tzcode/
private.h 74 #define asctime_r _incompatible_asctime_r macro
80 /* Fix asctime_r on Solaris 10. */
393 #if !HAVE_DECL_ASCTIME_R && !defined asctime_r
394 extern char *asctime_r(struct tm const *restrict, char *restrict);
559 #undef asctime_r macro
561 char *asctime_r(struct tm const *, char *);
asctime.c 72 asctime_r(register const struct tm *timeptr, char *buf) function
127 return asctime_r(timeptr, buf_asctime);
  /bionic/libc/include/
time.h 66 char* asctime_r(const struct tm* __tm, char* __buf);
  /bionic/tests/headers/posix/
time_h.c 77 FUNCTION(asctime_r, char* (*f)(const struct tm*, char*));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xos_r.h 899 * extern int asctime_r(const struct tm *timeptr, char *buffer, int buflen);
913 # define _XAsctime(t,p) (asctime_r((t),(p),sizeof((p))) ? NULL : (p))
921 * extern char *asctime_r(const struct tm *tm,char *buf, int buflen);
935 # define _XAsctime(t,p) asctime_r((t),(p),sizeof((p)))
942 * extern char *asctime_r(const struct tm *timeptr, char *buffer);
956 # define _XAsctime(t,p) asctime_r((t),(p))
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
time.h 181 char *asctime_r(const struct tm *, char *);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
time.h 266 extern char *asctime_r (__const struct tm *__restrict __tp,
269 /* Equivalent to `asctime_r (localtime_r (timer, *TMP*), buf)'. */
  /bionic/libc/tools/
posix-2013.txt 32 asctime_r
  /external/libchrome/base/time/
pr_time_unittest.cc 86 asctime_r(&local_time, time_buf);
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/lib/linux/
libclang_rt.asan-aarch64-android.a.syms     [all...]
libclang_rt.asan-arm-android.a.syms     [all...]
libclang_rt.asan-mips-android.a.syms     [all...]
libclang_rt.asan-mips64-android.a.syms     [all...]
libclang_rt.asan-x86_64-android.a.syms     [all...]
libclang_rt.tsan-aarch64-android.a.syms     [all...]
libclang_rt.tsan-mips64-android.a.syms     [all...]
libclang_rt.tsan-x86_64-android.a.syms     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/lib/linux/
libclang_rt.asan-aarch64-android.a.syms     [all...]
libclang_rt.asan-arm-android.a.syms     [all...]
libclang_rt.asan-mips-android.a.syms     [all...]

Completed in 1641 milliseconds

1 2 3 4 5 6 7 8 91011>>