/reactos/base/applications/dxdiag/ |
H A D | system.c | 188 WCHAR szTime[200]; in InitializeSystemPage() local 202 szTime[0] = L'\0'; in InitializeSystemPage() 210 szTime[_countof(szTime)-1] = L'\0'; in InitializeSystemPage() 233 szTime[_countof(szTime)-1] = L'\0'; in InitializeSystemPage() 240 szTime[_countof(szTime)-1] = L'\0'; in InitializeSystemPage() 250 szTime[_countof(szTime)-1] = L'\0'; in InitializeSystemPage() 267 szTime, _countof(szTime), FALSE); in InitializeSystemPage() 270 szTime[_countof(szTime)-1] = L'\0'; in InitializeSystemPage() 279 szTime, _countof(szTime), FALSE); in InitializeSystemPage() 290 szTime, _countof(szTime), TRUE); in InitializeSystemPage() [all …]
|
H A D | display.c | 15 GetFileModifyTime(LPCWSTR pFullPath, WCHAR * szTime, int szTimeSize) in GetFileModifyTime() argument 39 …Length = GetDateFormatW(LOCALE_USER_DEFAULT, DATE_SHORTDATE, &LocalTime, NULL, szTime, szTimeSize); in GetFileModifyTime() 40 szTime[Length-1] = L' '; in GetFileModifyTime() 41 …return GetTimeFormatW(LOCALE_USER_DEFAULT, TIME_FORCE24HOURFORMAT, &LocalTime, NULL, &szTime[Lengt… in GetFileModifyTime()
|
H A D | precomp.h | 69 BOOL GetFileModifyTime(LPCWSTR pFullPath, WCHAR * szTime, int szTimeSize);
|
/reactos/base/shell/cmd/ |
H A D | time.c | 138 TCHAR szTime[40]; in cmd_time() local 159 FormatTime(szTime, &st); in cmd_time() 160 ConOutPrintf(_T("%s\n"), szTime); in cmd_time() 180 ConInString(szTime, ARRAYSIZE(szTime)); in cmd_time() 182 TRACE("\'%s\'\n", debugstr_aw(szTime)); in cmd_time() 184 while (*szTime && szTime[_tcslen(szTime) - 1] < _T(' ')) in cmd_time() 185 szTime[_tcslen(szTime) - 1] = _T('\0'); in cmd_time() 187 if (ParseTime(szTime)) in cmd_time()
|
H A D | locale.c | 72 static TCHAR szTime[12]; in GetTimeString() local 75 _stprintf(szTime, _T("%2d%c%02d%c%02d%c%02d"), in GetTimeString() 78 return szTime; in GetTimeString()
|
H A D | dir.c | 883 TCHAR szTime[20]; in DirPrintNewList() local 918 DirPrintFileDateTime(szDate, szTime, &ptrFiles[i]->stFindInfo, lpFlags); in DirPrintNewList() 923 szTime, in DirPrintNewList() 1053 TCHAR szDate[30],szTime[30]; /* Used to format time and date */ in DirPrintOldList() local 1091 DirPrintFileDateTime(szDate,szTime,&ptrFiles[i]->stFindInfo,lpFlags); in DirPrintOldList() 1100 szTime); /* The time of file/dir */ in DirPrintOldList()
|
/reactos/base/applications/network/telnet/src/ |
H A D | tnerror.cpp | 207 char* szTime = ctime(&dwTime); in LogErrorConsole() local 208 szTime[19] = 0; in LogErrorConsole() 212 buf = new char [ 3 + strlen(szTime) - 11 + strlen(szErrorString) + 5 ]; in LogErrorConsole() 213 sprintf( buf,"E %s %s", szTime + 11, szErrorString); in LogErrorConsole() 240 char* szTime = ctime(&dwTime); in LogWarningConsole() local 241 szTime[19] = 0; in LogWarningConsole() 246 sprintf(buf ,"W %s %s", szTime + 11, szWarningString); in LogWarningConsole() 266 char* szTime = ctime(&dwTime); in LogInfoConsole() local 267 szTime[19] = 0; in LogInfoConsole() 271 buf = new char [ 3 + strlen(szTime) - 11 + strlen(szInfoString) + 5 ]; in LogInfoConsole() [all …]
|
/reactos/base/applications/cmdutils/where/ |
H A D | where.c | 86 WCHAR szPath[MAX_PATH + 2], szDate[32], szTime[32]; in WherePrintPath() local 105 GetTimeFormatW(LOCALE_USER_DEFAULT, 0, &st, NULL, szTime, _countof(szTime)); in WherePrintPath() 114 ConResPrintf(StdOut, IDS_FILE_INFO, FileSize.QuadPart, szDate, szTime, szPath); in WherePrintPath()
|
/reactos/base/applications/mscutils/eventvwr/ |
H A D | evtdetctl.c | 54 WCHAR szTime[MAX_PATH]; in DisplayEvent() local 72 ListView_GetItemText(hwndListView, iItem, 2, szTime, ARRAYSIZE(szTime)); in DisplayEvent() 80 SetDlgItemTextW(hDlg, IDC_EVENTTIMESTATIC, szTime); in DisplayEvent() 275 WCHAR szTime[MAX_PATH]; in CopyEventEntry() local 296 size += GetDlgItemTextW(hWnd, IDC_EVENTTIMESTATIC, szTime, ARRAYSIZE(szTime)); in CopyEventEntry() 320 szDate, szTime, szUser, szComputer, evtDesc); in CopyEventEntry()
|
/reactos/base/applications/games/solitaire/ |
H A D | solitaire.cpp | 20 TCHAR szTime[64]; variable 165 _stprintf(szTempText, szTime, dwTime); in UpdateStatusBar() 217 LoadString(hInst, IDS_SOL_TIME, szTime, sizeof(szTime) / sizeof(TCHAR)); in _tWinMain()
|
/reactos/base/applications/mplay32/ |
H A D | mplay32.c | 170 TCHAR szTime[MAX_MCISTR]; in UpdateTimeDisplay() local 197 StringCbPrintf(szTime, sizeof(szTime), _T("%02lu:%02lu:%02lu"), h, m, s); in UpdateTimeDisplay() 204 StringCbPrintf(szTime, sizeof(szTime), _T("%lu"), mciStatus.dwReturn); in UpdateTimeDisplay() 209 SetWindowText(hwnd, szTime); in UpdateTimeDisplay()
|