Home
last modified time | relevance | path

Searched refs:dstflag (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/compat/time32/
H A Dftime32.c9 short timezone, dstflag; member
23 tp->dstflag = tb.dstflag; in __ftime32()
/third_party/python/Misc/
H A Dcoverity_model.c131 build_struct_time(int y, int m, int d, int hh, int mm, int ss, int dstflag) in build_struct_time() argument
141 __coverity_tainted_data_sanitize__(dstflag); in build_struct_time()
/third_party/musl/src/time/
H A Dftime.c10 tp->timezone = tp->dstflag = 0; in ftime()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dtimeb.h16 short timezone, dstflag; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dtimeb.h16 short timezone, dstflag; member
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtimeb.h16 short timezone, dstflag; member
/third_party/musl/include/sys/
H A Dtimeb.h16 short timezone, dstflag; member
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dtime_timezone_test.cpp21 tp.timezone = tp.dstflag; in HWTEST_F()
/third_party/python/Modules/
H A D_datetimemodule.c1766 build_struct_time(int y, int m, int d, int hh, int mm, int ss, int dstflag) in build_struct_time() argument
1784 dstflag); in build_struct_time()
6305 int dstflag = -1; in datetime_timetuple() local
6315 dstflag = delta_bool((PyDateTime_Delta *)dst); in datetime_timetuple()
6324 dstflag); in datetime_timetuple()
/third_party/python/Lib/
H A Ddatetime.py156 def _build_struct_time(y, m, d, hh, mm, ss, dstflag):
159 return _time.struct_time((y, m, d, hh, mm, ss, wday, dnum, dstflag))

Completed in 15 milliseconds