/third_party/tzdata/ |
H A D | Makefile | 564 TZDOBJS= zdump.o localtime.o asctime.o strftime.o 565 DATEOBJS= date.o localtime.o strftime.o asctime.o 566 LIBSRCS= localtime.c asctime.c difftime.c strftime.c 567 LIBOBJS= localtime.o asctime.o difftime.o strftime.o 606 TZS_DEPS= $(YDATA) asctime.c localtime.c \ 618 africa antarctica asctime.c asia australasia \ 1337 asctime.o: private.h tzfile.h
|
H A D | asctime.c | 0 /* asctime and asctime_r a la POSIX and ISO C, except pad years before 1000. */ 11 ** whereas the output of asctime is supposed to be constant. 114 asctime(register const struct tm *timeptr) in asctime() function
|
H A D | private.h | 605 # undef asctime macro 606 # define asctime tz_asctime macro 681 DEPRECATED_IN_C23 char *asctime(struct tm const *);
|
/third_party/python/Lib/test/ |
H A D | test_time.py | 153 time.asctime(time.localtime(self.t))) 299 time.asctime(time.gmtime(self.t)) 303 asc = time.asctime((bigyear, 6, 1) + (0,) * 6) 305 self.assertRaises(OverflowError, time.asctime, 307 self.assertRaises(OverflowError, time.asctime, 309 self.assertRaises(TypeError, time.asctime, 0) 310 self.assertRaises(TypeError, time.asctime, ()) 311 self.assertRaises(TypeError, time.asctime, (0,) * 10) 314 self._bounds_checking(time.asctime) 610 return time.asctime(( [all...] |
/third_party/musl/porting/liteos_a/kernel/src/time/ |
H A D | asctime.c | 3 char *asctime(const struct tm *tm) in asctime() function
|
H A D | ctime.c | 7 return asctime(tm); in ctime()
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
H A D | asctime.c | 3 char *asctime(const struct tm *tm) in asctime() function
|
H A D | ctime.c | 7 return asctime(tm); in ctime()
|
/third_party/musl/src/time/ |
H A D | asctime.c | 3 char *asctime(const struct tm *tm) in asctime() function
|
H A D | ctime.c | 7 return asctime(tm); in ctime()
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
H A D | asctime.c | 3 char *asctime(const struct tm *tm) in asctime() function
|
H A D | ctime.c | 7 return asctime(tm); in ctime()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
H A D | 8-1-buildonly.c | 9 char *asctime(const struct tm *); 20 dummyvar = asctime; in dummyfcn()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/localtime/ |
H A D | 1-1.c | 27 printf("date: %s, ", (asctime(localtime((¤t_time))))); in main()
|
/third_party/skia/experimental/bazel_test/ |
H A D | bazel_test.cpp | 11 std::cout << std::asctime(std::localtime(&result)); in print_localtime()
|
/third_party/musl/libc-test/src/functionalext/time/ |
H A D | asctime.c | 45 char *returnStr = asctime(timeptr); in asctime_0100()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/asctime/ |
H A D | 1-1.c | 8 The asctime() function shall convert the broken-down time in the structure pointed to by timeptr into a string in the form: Sun Sep 16 01:03:52 1973\n\0 50 real = asctime(&time_ptr); in main() 62 perror("asctime did not return the correct value\n"); in main()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | asctime.c | 9 ** whereas the output of asctime is supposed to be constant. 129 asctime(register const struct tm *timeptr) in asctime() function
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | asctime.c | 9 ** whereas the output of asctime is supposed to be constant. 129 asctime(register const struct tm *timeptr) in asctime() function
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | time.h | 60 char *asctime (const struct tm *);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | time.h | 59 char *asctime (const struct tm *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | time.h | 60 char *asctime (const struct tm *);
|
/third_party/musl/libc-test/src/api/ |
H A D | time.c | 46 {char*(*p)(const struct tm*) = asctime;} in f()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | time.h | 64 char *asctime (const struct tm *);
|
/third_party/musl/include/ |
H A D | time.h | 61 char *asctime (const struct tm *);
|