Lines Matching defs:st
271 SYSTEMTIME st;
280 FileTimeToSystemTime(&localft, &st)) {
281 GetDateFormat(LOCALE_USER_DEFAULT, 0, &st, "dd-MMM-yyyy",
284 TIME_FORCE24HOURFORMAT, &st, NULL, TimeBuf, 50);
287 st.wMilliseconds);
296 SYSTEMTIME st;
306 if (FileTimeToSystemTime(&t->absolute, &st)) {
307 GetDateFormat(LOCALE_USER_DEFAULT, 0, &st,
311 &st, "hh':'mm':'ss", TimeBuf, 50);
340 SYSTEMTIME st;
350 if (FileTimeToSystemTime(&t->absolute, &st)) {
351 GetDateFormat(LOCALE_NEUTRAL, 0, &st, "yyyy-MM-dd",
355 &st, "hh':'mm':'ss", TimeBuf, 50);
364 SYSTEMTIME st;
374 if (FileTimeToSystemTime(&t->absolute, &st)) {
375 GetDateFormat(LOCALE_NEUTRAL, 0, &st, "yyyy-MM-dd",
379 &st, "hh':'mm':'ss", TimeBuf, 50);
381 st.wMilliseconds);