Home
last modified time | relevance | path

Searched refs:asctime (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/python/Lib/test/
Dtest_time.py149 time.asctime(time.localtime(self.t)))
288 time.asctime(time.gmtime(self.t))
292 asc = time.asctime((bigyear, 6, 1) + (0,) * 6)
294 self.assertRaises(OverflowError, time.asctime,
296 self.assertRaises(OverflowError, time.asctime,
298 self.assertRaises(TypeError, time.asctime, 0)
299 self.assertRaises(TypeError, time.asctime, ())
300 self.assertRaises(TypeError, time.asctime, (0,) * 10)
303 self._bounds_checking(time.asctime)
586 return time.asctime((y,) + (0,) * 8).split()[-1]
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
D8-1-buildonly.c20 dummyvar = asctime; in dummyfcn()
/third_party/musl/src/time/
Dasctime.c3 char *asctime(const struct tm *tm) in asctime() function
Dctime.c7 return asctime(tm); in ctime()
/third_party/musl/porting/liteos_m/kernel/src/time/
Dasctime.c3 char *asctime(const struct tm *tm) in asctime() function
Dctime.c7 return asctime(tm); in ctime()
/third_party/musl/porting/liteos_a/kernel/src/time/
Dasctime.c3 char *asctime(const struct tm *tm) in asctime() function
Dctime.c7 return asctime(tm); in ctime()
/third_party/musl/porting/uniproton/kernel/src/time/
Dasctime.c3 char *asctime(const struct tm *tm) in asctime() function
Dctime.c7 return asctime(tm); in ctime()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/asctime/
Dcoverage.txt1 This file defines the coverage for the asctime() function testing.
D1-1.c50 real = asctime(&time_ptr); in main()
/third_party/tzdata/
Dnewctime.3.txt4 asctime, ctime, difftime, gmtime, localtime, mktime - convert date and
18 char *asctime(struct tm const *tm);
74 The asctime function converts a time value contained in a "tm"
154 The return values of asctime, ctime, gmtime, and localtime point to
162 The asctime, asctime_r, ctime, and ctime_r functions behave strangely
DMakefile485 TZDOBJS= zdump.o localtime.o asctime.o strftime.o
486 DATEOBJS= date.o localtime.o strftime.o asctime.o
487 LIBSRCS= localtime.c asctime.c difftime.c strftime.c
488 LIBOBJS= localtime.o asctime.o difftime.o strftime.o
526 TZS_DEPS= $(PRIMARY_YDATA) asctime.c localtime.c \
537 africa antarctica asctime.c asia australasia \
1108 asctime.o: private.h tzfile.h
Dprivate.h428 # undef asctime
429 # define asctime tz_asctime macro
499 char *asctime(struct tm const *);
Dasctime.c119 asctime(register const struct tm *timeptr) in asctime() function
/third_party/skia/experimental/bazel_test/
Dbazel_test.cpp11 std::cout << std::asctime(std::localtime(&result)); in print_localtime()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/localtime/
D1-1.c27 printf("date: %s, ", (asctime(localtime((&current_time))))); in main()
/third_party/boost/libs/chrono/example/
Dchrono_unit_test.cpp28 << std::asctime(std::gmtime(&sys_time)) << std::endl; in main()
/third_party/musl/libc-test/src/functionalext/time/
Dasctime.c45 char *returnStr = asctime(timeptr); in asctime_0100()
/third_party/boost/boost/compatibility/cpp_c_headers/
Dctime15 using ::asctime;
/third_party/boost/libs/compatibility/
Dgenerate_cpp_c_headers.py239 now = time.asctime(time.localtime(time.time())) + ' ' + str(time.tzname)
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dasctime.c129 asctime(register const struct tm *timeptr) in asctime() function
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dasctime.c129 asctime(register const struct tm *timeptr) in asctime() function
/third_party/icu/icu4c/source/tools/tzcode/
Dasctime.c129 asctime(register const struct tm *timeptr) in asctime() function

1234