Searched refs:dstflag (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/compat/time32/ |
H A D | ftime32.c | 9 short timezone, dstflag; member 23 tp->dstflag = tb.dstflag; in __ftime32()
|
/third_party/python/Misc/ |
H A D | coverity_model.c | 131 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 D | ftime.c | 10 tp->timezone = tp->dstflag = 0; in ftime()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | timeb.h | 16 short timezone, dstflag; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | timeb.h | 16 short timezone, dstflag; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | timeb.h | 16 short timezone, dstflag; member
|
/third_party/musl/include/sys/ |
H A D | timeb.h | 16 short timezone, dstflag; member
|
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
H A D | time_timezone_test.cpp | 21 tp.timezone = tp.dstflag; in HWTEST_F()
|
/third_party/python/Modules/ |
H A D | _datetimemodule.c | 1766 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 D | datetime.py | 156 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 24 milliseconds