Home
last modified time | relevance | path

Searched refs:asctime (Results 1 - 25 of 40) sorted by relevance

12

/third_party/tzdata/
H A DMakefile564 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 Dasctime.c0 /* 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 Dprivate.h605 # 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 Dtest_time.py153 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 Dasctime.c3 char *asctime(const struct tm *tm) in asctime() function
H A Dctime.c7 return asctime(tm); in ctime()
/third_party/musl/porting/liteos_m/kernel/src/time/
H A Dasctime.c3 char *asctime(const struct tm *tm) in asctime() function
H A Dctime.c7 return asctime(tm); in ctime()
/third_party/musl/src/time/
H A Dasctime.c3 char *asctime(const struct tm *tm) in asctime() function
H A Dctime.c7 return asctime(tm); in ctime()
/third_party/musl/porting/uniproton/kernel/src/time/
H A Dasctime.c3 char *asctime(const struct tm *tm) in asctime() function
H A Dctime.c7 return asctime(tm); in ctime()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
H A D8-1-buildonly.c9 char *asctime(const struct tm *);
20 dummyvar = asctime; in dummyfcn()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/localtime/
H A D1-1.c27 printf("date: %s, ", (asctime(localtime((&current_time))))); in main()
/third_party/skia/experimental/bazel_test/
H A Dbazel_test.cpp11 std::cout << std::asctime(std::localtime(&result)); in print_localtime()
/third_party/musl/libc-test/src/functionalext/time/
H A Dasctime.c45 char *returnStr = asctime(timeptr); in asctime_0100()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/asctime/
H A D1-1.c8 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 Dasctime.c9 ** 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 Dasctime.c9 ** 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 Dtime.h60 char *asctime (const struct tm *);
/third_party/musl/porting/liteos_m/user/include/
H A Dtime.h59 char *asctime (const struct tm *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtime.h60 char *asctime (const struct tm *);
/third_party/musl/libc-test/src/api/
H A Dtime.c46 {char*(*p)(const struct tm*) = asctime;} in f()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dtime.h64 char *asctime (const struct tm *);
/third_party/musl/include/
H A Dtime.h61 char *asctime (const struct tm *);

Completed in 9 milliseconds

12