Home
last modified time | relevance | path

Searched refs:dstflag (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/lib/ucrt/time/
H A Dloctotime.cpp24 int const dstflag in common_loctotime_t() argument
76 if (dstflag == 1) in common_loctotime_t()
86 if (dstflag == -1 && daylight != 0 && _isindst(&tm_value)) in common_loctotime_t()
100 int const dstflag in __loctotime32_t() argument
103 return common_loctotime_t<__time32_t>(yr, mo, dy, hr, mn, sc, dstflag); in __loctotime32_t()
113 int const dstflag in __loctotime64_t() argument
116 return common_loctotime_t<__time64_t>(yr, mo, dy, hr, mn, sc, dstflag); in __loctotime64_t()
H A Dftime.cpp80 tp->dstflag = static_cast<short>(dstflag_cache); in common_ftime_s()
/reactos/sdk/include/crt/sys/
H A Dtimeb.h28 short dstflag; member
35 short dstflag; member
43 short dstflag; member
52 short dstflag; member
/reactos/sdk/include/ucrt/sys/
H A Dtimeb.h28 short dstflag; member
36 short dstflag; member
45 short dstflag; member
/reactos/sdk/lib/crt/time/
H A Dftime.c35 ptimeb->dstflag = (ret == TIME_ZONE_ID_DAYLIGHT) ? 1 : 0; in _ftime_s()
/reactos/modules/rostests/winetests/msvcrt/
H A Dheaders.c120 CHECK_FIELD(__timeb32, dstflag); in test_structs()
125 CHECK_FIELD(__timeb64, dstflag); in test_structs()
H A Dmsvcrt.h290 short dstflag; member
297 short dstflag; member