Home
last modified time | relevance | path

Searched refs:_tprintf (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/security/openvpn/openvpn-2.5.6/src/openvpnserv/
H A Dservice.c76 _tprintf(TEXT("OpenSCManager failed - %s\n"), GetLastErrorText()); in CmdInstallServices()
119 _tprintf(TEXT("OpenSCManager failed - %s\n"), GetLastErrorText()); in CmdStartService()
128 _tprintf(TEXT("Service Started\n")); in CmdStartService()
140 _tprintf(TEXT("OpenService failed - %s\n"), GetLastErrorText()); in CmdStartService()
177 _tprintf(TEXT("Stopping %s."), ovpn_svc->display_name); in CmdRemoveServices()
184 _tprintf(TEXT(".")); in CmdRemoveServices()
206 _tprintf(TEXT("%s removed.\n"), ovpn_svc->display_name); in CmdRemoveServices()
285 _tprintf(TEXT("\nService run-time parameters:\n")); in _tmain()
286 _tprintf(TEXT("-instance <name> <id>\n") in _tmain()
301 _tprintf(TEXT("\nStartServiceCtrlDispatcher being called.\n")); in _tmain()
[all …]
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpnserv/
H A Dservice.c76 _tprintf(TEXT("OpenSCManager failed - %s\n"), GetLastErrorText()); in CmdInstallServices()
119 _tprintf(TEXT("OpenSCManager failed - %s\n"), GetLastErrorText()); in CmdStartService()
128 _tprintf(TEXT("Service Started\n")); in CmdStartService()
140 _tprintf(TEXT("OpenService failed - %s\n"), GetLastErrorText()); in CmdStartService()
177 _tprintf(TEXT("Stopping %s."), ovpn_svc->display_name); in CmdRemoveServices()
184 _tprintf(TEXT(".")); in CmdRemoveServices()
206 _tprintf(TEXT("%s removed.\n"), ovpn_svc->display_name); in CmdRemoveServices()
285 _tprintf(TEXT("\nService run-time parameters:\n")); in _tmain()
286 _tprintf(TEXT("-instance <name> <id>\n") in _tmain()
301 _tprintf(TEXT("\nStartServiceCtrlDispatcher being called.\n")); in _tmain()
[all …]
/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/c/
H A Dtestsuite.c31 _tprintf(TEXT("Wrapper testsuite help.\n")); in showHelp()
32 _tprintf(TEXT("%s <COMMAND>\n"), app); in showHelp()
33 _tprintf(TEXT("\n")); in showHelp()
34 _tprintf(TEXT("Commands:\n")); in showHelp()
37 _tprintf(TEXT(" See CUnitAutomated-Results.xml for results.\n")); in showHelp()
38 _tprintf(TEXT(" --console : Interactive mode.\n")); in showHelp()
39 _tprintf(TEXT(" --help : This help.\n")); in showHelp()
40 _tprintf(TEXT("\n")); in showHelp()
55 _tprintf(TEXT("Out of Memory in Main\n")); in main()
61 _tprintf(TEXT("Encoding problem with arguments in Main\n")); in main()
[all …]
H A Dwrapper_hashmap.c127 _tprintf(TEXT("Out of memory (%s)\n"), TEXT("NHM1")); in newHashMap()
136 _tprintf(TEXT("Out of memory (%s)\n"), TEXT("NHM2")); in newHashMap()
145 _tprintf(TEXT("Out of memory (%s)\n"), TEXT("NHM3")); in newHashMap()
205 _tprintf(TEXT("Out of memory (%s)\n"), TEXT("HMP1")); in hashMapPutKVVV()
211 _tprintf(TEXT("Out of memory (%s)\n"), TEXT("HMP2")); in hashMapPutKVVV()
235 _tprintf(TEXT("Out of memory (%s)\n"), TEXT("HMP3")); in hashMapPutKVVV()
272 _tprintf(TEXT("Out of memory (%s)\n"), TEXT("HMP4")); in hashMapPutKVVV()
478 _tprintf(TEXT("HashMap: %p\n"), hashMap); in dumpHashMapStats()
479 _tprintf(TEXT(" size: %d\n"), hashMap->size); in dumpHashMapStats()
480 _tprintf(TEXT(" bucketCount: %d\n"), hashMap->bucketCount); in dumpHashMapStats()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/third_party/simpleini/
H A Dtestsi.cpp36 # define _tprintf printf macro
64 _tprintf(_T("\n-- Values of standard::foo are:\n")); in Test()
68 _tprintf(_T(" -> '%s'\n"), pszVal); in Test()
101 _tprintf(_T("Key: %s\n"), pItem); in Test()
124 _tprintf(_T("\n-- Dumping all sections\n")); in Test()
134 _tprintf(_T("[%s]\n"), pszSection); in Test()
145 _tprintf(_T("%s=%s\n"), pItem, pszVal); in Test()
162 _tprintf(_T("Loading file: %s\n"), a_pszFile); in TestStreams()
195 _tprintf(_T("Loading file: %s\n"), a_pszFile); in TestFile()
206 _tprintf(_T("\n-- Saving file to: testsi-out.ini\n")); in TestFile()
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/path/test/
H A DTestPathCchAppend.c28 _tprintf(_T("PathCchAppend status: 0x%08") _T(PRIX32) _T("\n"), status); in TestPathCchAppend()
34 _tprintf(_T("Path Mismatch: Actual: %s, Expected: %s\n"), Path, testPathOut); in TestPathCchAppend()
46 _tprintf(_T("PathCchAppend status: 0x%08") _T(PRIX32) _T("\n"), status); in TestPathCchAppend()
52 _tprintf(_T("Path Mismatch: Actual: %s, Expected: %s\n"), Path, testPathOut); in TestPathCchAppend()
64 _tprintf(_T("PathCchAppend status: 0x%08") _T(PRIX32) _T("\n"), status); in TestPathCchAppend()
70 _tprintf(_T("Path Mismatch: Actual: %s, Expected: %s\n"), Path, testPathOut); in TestPathCchAppend()
82 _tprintf(_T("PathCchAppend status: 0x%08") _T(PRIX32) _T("\n"), status); in TestPathCchAppend()
88 _tprintf(_T("Path Mismatch: Actual: %s, Expected: %s\n"), Path, testPathOut); in TestPathCchAppend()
96 _tprintf(_T("PathCchAppend with NULL path unexpectedly returned status: 0x%08") _T( in TestPathCchAppend()
107 _tprintf(_T("PathCchAppend with NULL pszMore unexpectedly returned status: 0x%08") _T( in TestPathCchAppend()
[all …]
H A DTestPathCchAddExtension.c26 _tprintf(_T("PathCchAddExtension status: 0x%08") _T(PRIX32) _T("\n"), status); in TestPathCchAddExtension()
32 _tprintf(_T("Path Mismatch: Actual: %s, Expected: %s\n"), Path, testPathExtension); in TestPathCchAddExtension()
44 _tprintf(_T("PathCchAddExtension status: 0x%08") _T(PRIX32) _T("\n"), status); in TestPathCchAddExtension()
50 _tprintf(_T("Path Mismatch: Actual: %s, Expected: %s\n"), Path, testPathExtension); in TestPathCchAddExtension()
62 _tprintf(_T("PathCchAddExtension status: 0x%08") _T(PRIX32) _T("\n"), status); in TestPathCchAddExtension()
68 _tprintf(_T("Path Mismatch: Actual: %s, Expected: %s\n"), Path, testPathExtension); in TestPathCchAddExtension()
80 _tprintf(_T("PathCchAddExtension status: 0x%08") _T(PRIX32) _T("\n"), status); in TestPathCchAddExtension()
86 _tprintf(_T("Path Mismatch: Actual: %s, Expected: %s\n"), Path, testPathExtension); in TestPathCchAddExtension()
95 _tprintf(_T("PathCchAddExtension with null buffer returned status: 0x%08") _T( in TestPathCchAddExtension()
106 _tprintf(_T("PathCchAddExtension with null extension returned status: 0x%08") _T( in TestPathCchAddExtension()
[all …]
H A DTestPathCchStripPrefix.c39 _tprintf(_T("PathCchStripPrefix status: 0x%08") _T(PRIX32) _T("\n"), status); in TestPathCchStripPrefix()
45 _tprintf(_T("Path Mismatch: Actual: %s, Expected: %s\n"), Path, in TestPathCchStripPrefix()
58 _tprintf(_T("PathCchStripPrefix status: 0x%08") _T(PRIX32) _T("\n"), status); in TestPathCchStripPrefix()
64 _tprintf(_T("Path Mismatch: Actual: %s, Expected: %s\n"), Path, in TestPathCchStripPrefix()
73 _tprintf( in TestPathCchStripPrefix()
89 _tprintf(_T("PathCchStripPrefix with invalid cchPath value %d unexpectedly succeeded ") in TestPathCchStripPrefix()
103 _tprintf(_T("PathCchStripPrefix with minimum valid strippable path length unexpectedly ") in TestPathCchStripPrefix()
110 _tprintf(_T("Path Mismatch: Actual: %s, Expected: %s\n"), Path, in TestPathCchStripPrefix()
120 _tprintf( in TestPathCchStripPrefix()
H A DTestPathAllocCombine.c26 _tprintf(_T("PathAllocCombine status: 0x%08") _T(PRIX32) _T("\n"), status); in TestPathAllocCombine()
32 _tprintf(_T("Path Mismatch 1: Actual: %s, Expected: %s\n"), PathOut, testPathOut); in TestPathAllocCombine()
44 _tprintf(_T("PathAllocCombine status: 0x%08") _T(PRIX32) _T("\n"), status); in TestPathAllocCombine()
50 _tprintf(_T("Path Mismatch 2: Actual: %s, Expected: %s\n"), PathOut, in TestPathAllocCombine()
63 _tprintf(_T("PathAllocCombine status: 0x%08") _T(PRIX32) _T("\n"), status); in TestPathAllocCombine()
69 _tprintf(_T("Path Mismatch 3: Actual: %s, Expected: %s\n"), PathOut, in TestPathAllocCombine()
82 _tprintf(_T("PathAllocCombine status: 0x%08") _T(PRIX32) _T("\n"), status); in TestPathAllocCombine()
88 _tprintf(_T("Path Mismatch 4: Actual: %s, Expected: %s\n"), PathOut, testPathOut); in TestPathAllocCombine()
H A DTestPathCchAddBackslash.c30 _tprintf(_T("PathCchAddBackslash status: 0x%08") _T(PRIX32) _T("\n"), status); in TestPathCchAddBackslash()
36 _tprintf(_T("Path Mismatch: Actual: %s, Expected: %s\n"), Path, testPathBackslash); in TestPathCchAddBackslash()
48 _tprintf(_T("PathCchAddBackslash status: 0x%08") _T(PRIX32) _T("\n"), status); in TestPathCchAddBackslash()
54 _tprintf(_T("Path Mismatch: Actual: %s, Expected: %s\n"), Path, testPathBackslash); in TestPathCchAddBackslash()
64 _tprintf(_T("PathCchAddBackslash unexpectedly succeded with null buffer. Status: 0x%08") _T( in TestPathCchAddBackslash()
78 _tprintf(_T("PathCchAddBackslash unexpectedly succeded with insufficient buffer size. ") in TestPathCchAddBackslash()
92 _tprintf(_T("PathCchAddBackslash failed with status: 0x%08") _T(PRIX32) _T("\n"), status); in TestPathCchAddBackslash()
H A DTestPathCchAddBackslashEx.c32 _tprintf(_T("PathCchAddBackslash status: 0x%08") _T(PRIX32) _T("\n"), status); in TestPathCchAddBackslashEx()
38 _tprintf(_T("Path Mismatch: Actual: %s, Expected: %s\n"), Path, testPathBackslash); in TestPathCchAddBackslashEx()
50 _tprintf(_T("PathCchAddBackslash status: 0x%08") _T(PRIX32) _T("\n"), status); in TestPathCchAddBackslashEx()
56 _tprintf(_T("Path Mismatch: Actual: %s, Expected: %s\n"), Path, testPathBackslash); in TestPathCchAddBackslashEx()
66 _tprintf( in TestPathCchAddBackslashEx()
81 _tprintf(_T("PathCchAddBackslashEx unexpectedly succeded with insufficient buffer size. ") in TestPathCchAddBackslashEx()
95 _tprintf(_T("PathCchAddBackslashEx failed with status: 0x%08") _T(PRIX32) _T("\n"), status); in TestPathCchAddBackslashEx()
/dports/lang/rexx-regina/regina-rexx-3.9.3/ntservice/
H A Dservice.c250 _tprintf(TEXT("%s stopped.\n"), TEXT(SZSERVICEDISPLAYNAME) ); in service_ctrl()
431 _tprintf(TEXT("%s installed.\n"), TEXT(SZSERVICEDISPLAYNAME) ); in CmdInstallService()
475 _tprintf(TEXT("Starting %s..."), TEXT(SZSERVICEDISPLAYNAME)); in CmdStartService()
484 _tprintf(TEXT(".")); in CmdStartService()
491 _tprintf(TEXT("started.\n") ); in CmdStartService()
545 _tprintf(TEXT("Stopping %s..."), TEXT(SZSERVICEDISPLAYNAME)); in CmdRemoveService()
552 _tprintf(TEXT(".")); in CmdRemoveService()
560 _tprintf(TEXT("stopped.\n")); in CmdRemoveService()
562 _tprintf(TEXT("failed to stop.\n") ); in CmdRemoveService()
568 _tprintf(TEXT("%s removed.\n"), TEXT(SZSERVICEDISPLAYNAME) ); in CmdRemoveService()
[all …]
/dports/benchmarks/iperf/iperf-2.1.4/src/
H A Dservice.c309 _tprintf(TEXT("%s already installed.\n"), TEXT(SZSERVICEDISPLAYNAME) ); in CmdInstallService()
320 _tprintf(TEXT("%s started.\n"), TEXT(SZSERVICEDISPLAYNAME) ); in CmdInstallService()
325 _tprintf(TEXT("CreateService failed - %s\n"), GetLastErrorText(szErr, 256)); in CmdInstallService()
330 _tprintf(TEXT("OpenSCManager failed - %s\n"), GetLastErrorText(szErr,256)); in CmdInstallService()
368 _tprintf(TEXT("Stopping %s."), TEXT(SZSERVICEDISPLAYNAME)); in CmdRemoveService()
373 _tprintf(TEXT(".")); in CmdRemoveService()
380 _tprintf(TEXT("\n%s stopped.\n"), TEXT(SZSERVICEDISPLAYNAME) ); in CmdRemoveService()
388 _tprintf(TEXT("%s removed.\n"), TEXT(SZSERVICEDISPLAYNAME) ); in CmdRemoveService()
398 _tprintf(TEXT("OpenSCManager failed - %s\n"), GetLastErrorText(szErr,256)); in CmdRemoveService()
441 _tprintf(TEXT("%s started.\n"), TEXT(SZSERVICEDISPLAYNAME) ); in CmdStartService()
[all …]
/dports/net/mpich2/mpich2-1.5/src/pm/smpd/
H A Dsmpd_service.c372 _tprintf(TEXT("%s installed.\n"), TEXT(SMPD_SERVICE_DISPLAY_NAME) ); in smpd_install_service()
388 _tprintf(TEXT("OpenSCManager failed:\n%s\n"), smpd_get_last_error_text(szErr,256)); in smpd_install_service()
425 _tprintf(TEXT("Stopping %s."), TEXT(SMPD_SERVICE_DISPLAY_NAME)); in smpd_remove_service()
433 _tprintf(TEXT(".")); in smpd_remove_service()
443 _tprintf(TEXT("\n%s stopped.\n"), TEXT(SMPD_SERVICE_DISPLAY_NAME) ); in smpd_remove_service()
460 _tprintf(TEXT("%s removed.\n"), TEXT(SMPD_SERVICE_DISPLAY_NAME) ); in smpd_remove_service()
476 _tprintf(TEXT("OpenService failed:\n%s\n"), smpd_get_last_error_text(szErr,256)); in smpd_remove_service()
524 _tprintf(TEXT("Stopping %s."), TEXT(SMPD_SERVICE_DISPLAY_NAME)); in smpd_stop_service()
532 _tprintf(TEXT(".")); in smpd_stop_service()
542 _tprintf(TEXT("\n%s stopped.\n"), TEXT(SMPD_SERVICE_DISPLAY_NAME) ); in smpd_stop_service()
[all …]
H A Dsmpd_adreg.cpp239 _tprintf(TEXT("ADsGetObject('%s') failed\n"), szAdsPath); in ScpCreate()
757 _tprintf(TEXT("ScpCreate failed: %d\n"), dwStatus); in smpd_setup_scp()
888 _tprintf(TEXT("ScpRemove failed: %d\n"), dwStatus); in smpd_remove_scp()
1131 _tprintf(TEXT("Cannot get DACL: 0x%x\n"), hr); in AllowAccessToScpProperties()
1151 _tprintf(TEXT("Cannot create ACEs: 0x%x\n"), hr); in AllowAccessToScpProperties()
1187 _tprintf(TEXT("Unable to put ACE type: 0x%x\n"), hr); in AllowAccessToScpProperties()
1193 _tprintf(TEXT("Unable to put ACE type: 0x%x\n"), hr); in AllowAccessToScpProperties()
1200 _tprintf(TEXT("Unable to put ACE flags: 0x%x\n"), hr); in AllowAccessToScpProperties()
1205 _tprintf(TEXT("Unable to put ACE flags: 0x%x\n"), hr); in AllowAccessToScpProperties()
1246 _tprintf(TEXT("Cannot add first ACE: 0x%x\n"), hr); in AllowAccessToScpProperties()
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/dsparse/test/
H A DTestDsMakeSpn.c23 _tprintf(_T("DsMakeSpn: expected ERROR_INVALID_PARAMETER\n")); in TestDsMakeSpn()
32 _tprintf(_T("DsMakeSpn: expected ERROR_BUFFER_OVERFLOW\n")); in TestDsMakeSpn()
38 _tprintf(_T("DsMakeSpn: SpnLength mismatch: Actual: %") _T(PRIu32) _T(", Expected: 37\n"), in TestDsMakeSpn()
48 _tprintf(_T("DsMakeSpn: Unable to allocate memroy\n")); in TestDsMakeSpn()
56 _tprintf(_T("DsMakeSpn: expected ERROR_SUCCESS\n")); in TestDsMakeSpn()
62 _tprintf(_T("DsMakeSpn: SPN mismatch: Actual: %s, Expected: %s\n"), Spn, testSpn); in TestDsMakeSpn()
66 _tprintf(_T("DsMakeSpn: %s\n"), Spn); in TestDsMakeSpn()
H A DTestDsCrackNames.c21 _tprintf(_T("DsBind: expected ERROR_SUCCESS: 0x%08")_T(PRIX32)_T("\n"), status); in TestDsCrackNames()
30 _tprintf(_T("DsCrackNames: expected ERROR_SUCCESS\n")); in TestDsCrackNames()
34 _tprintf(_T("DsCrackNames: pResult->cItems: %")_T(PRIu32)_T("\n"), pResult->cItems); in TestDsCrackNames()
36_tprintf(_T("DsCrackNames: pResult->rItems[0]: Domain: %s Name: %s Status: 0x%08")_T(PRIX32)_T("\n… in TestDsCrackNames()
43 _tprintf(_T("DsUnBind: expected ERROR_SUCCESS\n")); in TestDsCrackNames()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/file/test/
H A DTestFileFindNextFile.c28 _tprintf(_T("Unable to allocate memory")); in TestFileFindNextFile()
52 _tprintf(_T("Finding file: %s\n"), FilePath); in TestFileFindNextFile()
57 _tprintf(_T("FindFirstFile failure: %s\n"), FilePath); in TestFileFindNextFile()
61 _tprintf(_T("FindFirstFile: %s"), FindData.cFileName); in TestFileFindNextFile()
70 _tprintf(_T("FindFirstFile failure: Expected: %s, Actual: %s\n"), testDirectory2File1, in TestFileFindNextFile()
79 _tprintf(_T("FindNextFile failure: Expected: TRUE, Actual: %") _T(PRId32) _T("\n"), status); in TestFileFindNextFile()
86 _tprintf(_T("FindNextFile failure: Expected: %s, Actual: %s\n"), testDirectory2File2, in TestFileFindNextFile()
95 _tprintf(_T("FindNextFile failure: Expected: FALSE, Actual: %") _T(PRId32) _T("\n"), in TestFileFindNextFile()
/dports/emulators/hercules/hercules-3.13/
H A Dbootstrap.c144 _tprintf( _T("\n\n") ), in main()
145 _tprintf( _T(" ***************\n") ), in main()
146 _tprintf( _T(" * OOPS! *\n") ), in main()
147 _tprintf( _T(" ***************\n") ), in main()
148 _tprintf( _T("\n") ), in main()
149 _tprintf( _T(" Hercules has crashed!\n") ), in main()
150 _tprintf( _T("\n") ), in main()
152 _tprintf( _T("\n") ), in main()
269 _tprintf( _T("Creating crash dump \"%ls\"...\n"), g_wszDumpPath ); in CreateMiniDump()
270 _tprintf( _T("Please wait; this may take a few minutes...\n") ); in CreateMiniDump()
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/pipe/test/
H A DTestPipeCreatePipe.c24 _tprintf(_T("CreatePipe failed\n")); in TestPipeCreatePipe()
33 _tprintf(_T("WriteFile failed\n")); in TestPipeCreatePipe()
39 _tprintf(_T("WriteFile: unexpected number of bytes written: Actual: %") _T( in TestPipeCreatePipe()
50 _tprintf(_T("ReadFile failed\n")); in TestPipeCreatePipe()
56 _tprintf(_T("ReadFile: unexpected number of bytes read: Actual: %") _T( in TestPipeCreatePipe()
64 _tprintf(_T("ReadFile: read buffer is different from write buffer\n")); in TestPipeCreatePipe()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/comm/test/
H A DTestCommDevice.c34 _tprintf(_T("DefineCommDevice failure: device name: %s, expected result: %s, result: %s\n"), in test_CommDevice()
43 _tprintf(_T("IsCommDevice failure: device name: %s, expected result: %s, result: %s\n"), in test_CommDevice()
54 _tprintf(_T("QueryCommDevice failure: didn't find the device name: %s\n"), in test_CommDevice()
61 _tprintf( in test_CommDevice()
70 _tprintf(_T("QueryCommDevice failure: device name: %s, the second NULL character is ") in test_CommDevice()
80 _tprintf(_T("QueryCommDevice failure: device name: %s, expected result: <none>, ") in test_CommDevice()
/dports/java/java-subversion/subversion-1.14.1/tools/dev/benchmarks/RepoPerf/
H A DTimeWin.cpp32 _tprintf(_T("Execute a command, redirect its stdout to NUL and print\n")); in usage()
33 _tprintf(_T("execution times ELAPSED\\tUSER\\tKERNEL in seconds.\n")); in usage()
34 _tprintf(_T("\n")); in usage()
35 _tprintf(_T("Usage: TimeWin.EXE COMMAND [PARAMETERS]\n")); in usage()
99 _tprintf(_T("%1.3f\t%1.3f\t%1.3f\n"), in _tmain()
108 _tprintf(_T("?.???\t?.???f\t?.???\n"), in _tmain()
/dports/devel/py-subversion/subversion-1.14.1/tools/dev/benchmarks/RepoPerf/
H A DTimeWin.cpp32 _tprintf(_T("Execute a command, redirect its stdout to NUL and print\n")); in usage()
33 _tprintf(_T("execution times ELAPSED\\tUSER\\tKERNEL in seconds.\n")); in usage()
34 _tprintf(_T("\n")); in usage()
35 _tprintf(_T("Usage: TimeWin.EXE COMMAND [PARAMETERS]\n")); in usage()
99 _tprintf(_T("%1.3f\t%1.3f\t%1.3f\n"), in _tmain()
108 _tprintf(_T("?.???\t?.???f\t?.???\n"), in _tmain()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/dev/benchmarks/RepoPerf/
H A DTimeWin.cpp32 _tprintf(_T("Execute a command, redirect its stdout to NUL and print\n")); in usage()
33 _tprintf(_T("execution times ELAPSED\\tUSER\\tKERNEL in seconds.\n")); in usage()
34 _tprintf(_T("\n")); in usage()
35 _tprintf(_T("Usage: TimeWin.EXE COMMAND [PARAMETERS]\n")); in usage()
99 _tprintf(_T("%1.3f\t%1.3f\t%1.3f\n"), in _tmain()
108 _tprintf(_T("?.???\t?.???f\t?.???\n"), in _tmain()
/dports/devel/p5-subversion/subversion-1.14.1/tools/dev/benchmarks/RepoPerf/
H A DTimeWin.cpp32 _tprintf(_T("Execute a command, redirect its stdout to NUL and print\n")); in usage()
33 _tprintf(_T("execution times ELAPSED\\tUSER\\tKERNEL in seconds.\n")); in usage()
34 _tprintf(_T("\n")); in usage()
35 _tprintf(_T("Usage: TimeWin.EXE COMMAND [PARAMETERS]\n")); in usage()
99 _tprintf(_T("%1.3f\t%1.3f\t%1.3f\n"), in _tmain()
108 _tprintf(_T("?.???\t?.???f\t?.???\n"), in _tmain()

1234567