Home
last modified time | relevance | path

Searched defs:dstflag (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtimeb.h16 short timezone, dstflag; member
/third_party/musl/include/sys/
Dtimeb.h16 short timezone, dstflag; member
/third_party/musl/ndk_musl_include/sys/
Dtimeb.h16 short timezone, dstflag; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtimeb.h16 short timezone, dstflag; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtimeb.h16 short timezone, dstflag; member
/third_party/musl/compat/time32/
Dftime32.c9 short timezone, dstflag; member
/third_party/python/Misc/
Dcoverity_model.c131 build_struct_time(int y, int m, int d, int hh, int mm, int ss, int dstflag) in build_struct_time()
/third_party/python/Lib/
Ddatetime.py156 def _build_struct_time(y, m, d, hh, mm, ss, dstflag): argument
/third_party/python/Modules/
D_datetimemodule.c1669 build_struct_time(int y, int m, int d, int hh, int mm, int ss, int dstflag) in build_struct_time()
6101 int dstflag = -1; in datetime_timetuple() local