H A D | vartest.c | 1974 #define DT2UD(dt,flags,r,d,m,y,h,mn,s,ms,dw,dy) test_UdateFromDate(__LINE__,dt,flags,r,d,m,y,h,mn,s… argument 2021 ud.st.wMinute = mn; in test_DateFromUDate() 2030 #define UD2T(d,m,y,h,mn,s,ms,dw,dy,flags,r,dt) test_DateFromUDate(__LINE__,d,m,y,h,mn,s,ms,dw,dy,fl… argument 2098 st.wMinute = mn; in test_st2dt() 2106 #define ST2DT(d,m,y,h,mn,s,ms,r,dt) test_st2dt(__LINE__,d,m,y,h,mn,s,ms,r,dt) argument 2142 #define DT2ST(dt,r,d,m,y,h,mn,s,ms) test_dt2st(__LINE__,dt,r,d,m,y,h,mn,s,ms) argument 2163 dosTime = MKDOSTIME(h, mn, s); in test_dos2dt() 2168 #define DOS2DT(d,m,y,h,mn,s,r,dt) test_dos2dt(__LINE__,d,m,y,h,mn,s,r,dt) argument 2237 WORD h, WORD mn, WORD s) in test_dt2dos() argument 2244 expDosTime = MKDOSTIME(h,mn,s); in test_dt2dos() [all …]
|