/reactos/dll/cpl/timedate/ |
H A D | internettime.c | 237 TIME_NOSECONDS, in UpdateNTPStatus()
|
/reactos/base/applications/regedit/ |
H A D | txtproc.c | 241 GetTimeFormatW(LOCALE_USER_DEFAULT, TIME_NOSECONDS, &stLastWrite, NULL, sz2, _countof(sz2)); in txt_export_class_and_last_write()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | locale.c | 481 ret = GetTimeFormatA(lcid, NUO|TIME_NOSECONDS, &curtime, NULL, buffer, COUNTOF(buffer)); in test_GetTimeFormatA() 487 ret = GetTimeFormatA(lcid, TIME_NOSECONDS, &curtime, input, buffer, COUNTOF(buffer)); in test_GetTimeFormatA() 492 ret = GetTimeFormatA(lcid, TIME_NOSECONDS, &curtime, input, buffer, COUNTOF(buffer)); in test_GetTimeFormatA() 498 ret = GetTimeFormatA(lcid, TIME_NOSECONDS, &curtime, input, buffer, COUNTOF(buffer)); in test_GetTimeFormatA() 680 ret = pGetTimeFormatEx(localeW, NUO|TIME_NOSECONDS, &curtime, NULL, buffer, COUNTOF(buffer)); in test_GetTimeFormatEx() 685 ret = pGetTimeFormatEx(localeW, TIME_NOSECONDS, &curtime, input, buffer, COUNTOF(buffer)); in test_GetTimeFormatEx() 690 ret = pGetTimeFormatEx(localeW, TIME_NOSECONDS, &curtime, input, buffer, COUNTOF(buffer)); in test_GetTimeFormatEx() 695 ret = pGetTimeFormatEx(localeW, TIME_NOSECONDS, &curtime, input, buffer, COUNTOF(buffer)); in test_GetTimeFormatEx() 3876 ret = EnumTimeFormatsW(enum_datetime_procW, lcid, TIME_NOSECONDS); in test_EnumTimeFormatsW() 3889 ret = EnumTimeFormatsA(enum_datetime_procA, lcid, TIME_NOSECONDS); in test_EnumTimeFormatsW() [all …]
|
/reactos/base/applications/network/net/ |
H A D | cmdUser.c | 145 TIME_NOSECONDS, in PrintDateTime() 170 TIME_NOSECONDS, in PrintLocalTime()
|
/reactos/modules/rostests/winetests/shlwapi/ |
H A D | ordinal.c | 1736 ret = GetTimeFormatA(LOCALE_USER_DEFAULT, TIME_NOSECONDS, &st, NULL, buff2, sizeof(buff2)); in test_SHFormatDateTimeA() 1781 ret = GetTimeFormatA(LOCALE_USER_DEFAULT, TIME_NOSECONDS, &st, NULL, buff3, sizeof(buff3)); in test_SHFormatDateTimeA() 1812 ret = GetTimeFormatA(LOCALE_USER_DEFAULT, TIME_NOSECONDS, &st, NULL, buff3, sizeof(buff3)); in test_SHFormatDateTimeA() 1894 ret = GetTimeFormatW(LOCALE_USER_DEFAULT, TIME_NOSECONDS, &st, NULL, buff2, ARRAY_SIZE(buff2)); in test_SHFormatDateTimeW() 1945 ret = GetTimeFormatW(LOCALE_USER_DEFAULT, TIME_NOSECONDS, &st, NULL, buff3, ARRAY_SIZE(buff3)); in test_SHFormatDateTimeW() 2000 ret = GetTimeFormatW(LOCALE_USER_DEFAULT, TIME_NOSECONDS, &st, NULL, buff3, ARRAY_SIZE(buff3)); in test_SHFormatDateTimeW()
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | traynotify.cpp | 1276 …if (!GetTimeFormat(LOCALE_USER_DEFAULT, TIME_NOSECONDS, &st, NULL, buffer, sizeof(buffer)/sizeof(T… in Create() 1335 …if (GetTimeFormat(LOCALE_USER_DEFAULT, TIME_NOSECONDS, NULL, NULL, buffer, sizeof(buffer)/sizeof(T… in FormatTime()
|
/reactos/dll/shellext/fontext/ |
H A D | CFontExt.cpp | 190 …GetTimeFormatA(LOCALE_USER_DEFAULT, TIME_NOSECONDS, &time, NULL, &psd->str.cStr[ret], MAX_PATH - r… in GetDetailsOf()
|
/reactos/dll/win32/kernel32/winnls/string/ |
H A D | lcformat.c | 402 TIME_NOMINUTESORSECONDS|TIME_NOSECONDS| \ 744 if (dwFlags & (TIME_NOSECONDS|TIME_NOMINUTESORSECONDS)) in NLS_GetDateTimeFormatW() 2095 case TIME_NOSECONDS: in NLS_EnumTimeFormats()
|
/reactos/base/applications/cmdutils/at/ |
H A D | at.c | 434 TIME_NOSECONDS, in JobTimeToTimeString()
|
/reactos/base/shell/explorer/ |
H A D | trayclock.cpp | 337 g_TaskbarSettings.bShowSeconds ? ClockWndFormats[i].dwFormatFlags : TIME_NOSECONDS, in UpdateWnd()
|
/reactos/base/applications/cmdutils/xcopy/ |
H A D | xcopy.c | 844 GetTimeFormatW(0, TIME_NOSECONDS, &st, in XCOPY_ParseCommandLine()
|
/reactos/sdk/include/psdk/ |
H A D | winnls.h | 280 #define TIME_NOSECONDS 2 macro
|
/reactos/dll/win32/shell32/folders/ |
H A D | CFSFolder.cpp | 2110 GetTimeFormatW(LOCALE_USER_DEFAULT, TIME_NOSECONDS, &time, NULL, &Buf[ret], cchBuf - ret); in FormatDateTime()
|
/reactos/dll/win32/shlwapi/ |
H A D | ordinal.c | 5296 DWORD time = fmt_flags & FDTF_LONGTIME ? 0 : TIME_NOSECONDS; in SHFormatDateTimeW()
|