Home
last modified time | relevance | path

Searched refs:_sntprintf (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/dports/emulators/ukncbtl/ukncbtl-qt-812cde85/emubase/
H A DDisasm.cpp45 _sntprintf(strSrc, 24, format, word, pszReg); in ConvertSrcToString()
49 _sntprintf(strSrc, 24, format, pszReg); in ConvertSrcToString()
58 _sntprintf(strSrc, 24, format, word); in ConvertSrcToString()
64 _sntprintf(strSrc, 24, format, (uint16_t)(addr + word + 2)); in ConvertSrcToString()
68 _sntprintf(strSrc, 24, format, pszReg); in ConvertSrcToString()
88 _sntprintf(strDst, 24, format, code, pszReg); in ConvertDstToString()
92 _sntprintf(strDst, 24, format, pszReg); in ConvertDstToString()
100 _sntprintf(strDst, 24, format, code); in ConvertDstToString()
109 _sntprintf(strDst, 24, format, pszReg); in ConvertDstToString()
257 _sntprintf(strDst, 24, _T("%06o"), (uint8_t)(instr & 0xff)); in DisassembleInstruction()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientsetup/win/
H A DCACCConfigMd5sum.cpp103_sntprintf(szMessage,sizeof(szMessage),_T("Added trailing slash to install dir"),strLocation.c_str… in OnExecution()
111_sntprintf(szMessage,sizeof(szMessage),_T("Added trailing slash to data dir"),strLocation.c_str()); in OnExecution()
120_sntprintf(szMessage,sizeof(szMessage),_T("fopen: Error Message '%s': '%s'"),strerror(errno),strLo… in OnExecution()
125_sntprintf(szMessage,sizeof(szMessage),_T("fopen: Error Message '%s': '%s'"),strerror(errno),strLo… in OnExecution()
129 _sntprintf(szMessage,sizeof(szMessage),_T("fopen: File found at: '%s'"),strLocation.c_str()); in OnExecution()
133 _sntprintf(szMessage,sizeof(szMessage),_T("fopen: File found at: '%s'"),strLocation.c_str()); in OnExecution()
143 _sntprintf(szMessage,sizeof(szMessage),_T("File is more than 8kb: '%s'"),strLocation); in OnExecution()
150 _sntprintf(szMessage,sizeof(szMessage),_T("Error reading file at: '%s'"),strLocation); in OnExecution()
159 _sntprintf(szMessage,sizeof(szMessage),_T("File contents: '%s'"),contents); in OnExecution()
168_sntprintf(szMessage,sizeof(szMessage),_T("CCConfig was a version from previous install. Deleted"… in OnExecution()
[all …]
H A DCAValidateInstall.cpp145 _sntprintf( in ValidateExecutable()
183 _sntprintf(szVersionInfo, sizeof(szVersionInfo), _T("%d.%d.%d.%d"), in ValidateExecutable()
197 uiVarSize = _sntprintf(szProductVersion, sizeof(szProductVersion), _T("%s"), lpVar); in ValidateExecutable()
203 _sntprintf( in ValidateExecutable()
/dports/security/ftimes/ftimes-3.11.0/tools/rtimes/
H A Drtimes.c829 _sntprintf(ptcError, MESSAGE_SIZE, _T("%s"), strerror(errno)); in RTimesNeuterEncodeData()
1161 _sntprintf(gsTodoList[0].atcHive, 256, _T("HKEY_CLASSES_ROOT")); in RTimesProcessArguments()
1162 _sntprintf(gsTodoList[0].atcKey, 256, _T("")); in RTimesProcessArguments()
1168 _sntprintf(gsTodoList[0].atcHive, 256, _T("HKEY_LOCAL_MACHINE")); in RTimesProcessArguments()
1169 _sntprintf(gsTodoList[0].atcKey, 256, _T("")); in RTimesProcessArguments()
1175 _sntprintf(gsTodoList[0].atcHive, 256, _T("HKEY_USERS")); in RTimesProcessArguments()
1176 _sntprintf(gsTodoList[0].atcKey, 256, _T("")); in RTimesProcessArguments()
1182 _sntprintf(gsTodoList[0].atcHive, 256, _T("HKEY_CURRENT_USER")); in RTimesProcessArguments()
1183 _sntprintf(gsTodoList[0].atcKey, 256, _T("")); in RTimesProcessArguments()
1190 _sntprintf(gsTodoList[0].atcKey, 256, _T("")); in RTimesProcessArguments()
[all …]
H A Doptions.c307_sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsNewOptionsContext(): calloc(): %s"), strerror(errno)… in OptionsNewOptionsContext()
321_sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsNewOptionsContext(): calloc(): %s"), strerror(errno)… in OptionsNewOptionsContext()
418_sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsProcessOptions(): The %s option may not be specified… in OptionsProcessOptions()
440 _sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsProcessOptions(): %s"), atcLocalError); in OptionsProcessOptions()
463_sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsProcessOptions(): option=[%s]: Unknown option."), pt… in OptionsProcessOptions()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/win32/
H A Ddebugger.c616 _sntprintf( buffer, 5, "%3s ", register_name[i] ); in ui_debugger_update()
623 _sntprintf( &buffer[6], 76, format_8_bit(), I ); in ui_debugger_update()
632 _sntprintf( buffer, 80, TEXT( "T-states %5d" ), tstates ); in ui_debugger_update()
654 _sntprintf( &buffer[length], 1024-length, format_string, in ui_debugger_update()
661 _sntprintf( &buffer[length], 1024-length, format_string, in ui_debugger_update()
668 _sntprintf( &buffer[length], 1024-length, format_string, in ui_debugger_update()
756 _sntprintf( buffer, 40, format_16_bit(), in update_memory_map()
823 _sntprintf( breakpoint_text[1], 40, "%s", in update_breakpoints()
846 _sntprintf( breakpoint_text[2], 40, format_string, in update_breakpoints()
861 _sntprintf( breakpoint_text[4], 40, "%s", in update_breakpoints()
[all …]
H A Dwin32joystick.c301 _sntprintf( info->button[i].name, 80, "Button %lu", in setup_info()
318 _sntprintf( info->button[i].name, 80, "Button %lu", in setup_info()
325 _sntprintf( info->button[0].name, 80, "Button for UP" ); in setup_info()
327 _sntprintf( info->button[1].name, 80, "Button for DOWN" ); in setup_info()
329 _sntprintf( info->button[2].name, 80, "Button for LEFT" ); in setup_info()
331 _sntprintf( info->button[3].name, 80, "Button for RIGHT" ); in setup_info()
333 _sntprintf( info->button[4].name, 80, "Button for FIRE" ); in setup_info()
396 _sntprintf( buffer, 40, "%s", text ); in set_key_text()
/dports/emulators/fuse/fuse-1.6.0/ui/win32/
H A Ddebugger.c638 _sntprintf( buffer, 5, "%3s ", register_name[i] ); in ui_debugger_update()
645 _sntprintf( &buffer[6], 76, format_8_bit(), I ); in ui_debugger_update()
654 _sntprintf( buffer, 80, TEXT( "Halted %d" ), z80.halted ); in ui_debugger_update()
657 _sntprintf( buffer, 80, TEXT( "T-states %5d" ), tstates ); in ui_debugger_update()
679 _sntprintf( &buffer[length], 1024-length, format_string, in ui_debugger_update()
686 _sntprintf( &buffer[length], 1024-length, format_string, in ui_debugger_update()
781 _sntprintf( buffer, 40, format_16_bit(), in update_memory_map()
848 _sntprintf( breakpoint_text[1], 40, "%s", in update_breakpoints()
871 _sntprintf( breakpoint_text[2], 40, format_string, in update_breakpoints()
886 _sntprintf( breakpoint_text[4], 40, "%s", in update_breakpoints()
[all …]
H A Dwin32joystick.c320 _sntprintf( info->button[i].name, 80, "Button %lu", in setup_info()
342 _sntprintf( info->button[i].name, 80, "Button %lu", in setup_info()
349 _sntprintf( info->button[0].name, 80, "Button for UP" ); in setup_info()
351 _sntprintf( info->button[1].name, 80, "Button for DOWN" ); in setup_info()
353 _sntprintf( info->button[2].name, 80, "Button for LEFT" ); in setup_info()
355 _sntprintf( info->button[3].name, 80, "Button for RIGHT" ); in setup_info()
357 _sntprintf( info->button[4].name, 80, "Button for FIRE" ); in setup_info()
420 _sntprintf( buffer, 40, "%s", text ); in set_key_text()
/dports/textproc/clucene/clucene-core-2.3.3.4/src/contribs/contribs-lib-test/
H A DTestHighlight.cpp150_sntprintf(msg, 1024, _T("Failed to find correct number of highlights %d found"), hl_formatter.num… in testGetFuzzyFragments()
159_sntprintf(msg, 1024, _T("Failed to find correct number of highlights %d found"), hl_formatter.num… in testGetWildCardFragments()
168_sntprintf(msg, 1024, _T("Failed to find correct number of highlights %d found"), hl_formatter.num… in testGetBestFragmentsSimpleQuery()
177_sntprintf(msg, 1024, _T("Failed to find correct number of highlights %d found"), hl_formatter.num… in testGetMidWildCardFragments()
186_sntprintf(msg, 1024, _T("Failed to find correct number of highlights %d found"), hl_formatter.num… in testGetBestFragmentsPhrase()
195_sntprintf(msg, 1024, _T("Failed to find correct number of highlights %d found"), hl_formatter.num… in testGetBestFragmentsMultiTerm()
204_sntprintf(msg, 1024, _T("Failed to find correct number of highlights %d found"), hl_formatter.num… in testGetBestFragmentsWithOr()
210 _sntprintf(qry, 200, _T("%s:[Kannedy TO Kznnedy]"), hl_FIELD_NAME); //bug?needs lower case in testGetRangeFragments()
216_sntprintf(msg, 1024, _T("Failed to find correct number of highlights %d found"), hl_formatter.num… in testGetRangeFragments()
/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/c/
H A Dlogger.c319 _sntprintf(pos, 4, TEXT("%02x "), c); in log_dumpHex()
328 _sntprintf(pos, 4, TEXT("\\0 ")); in log_dumpHex()
332 _sntprintf(pos, 4, TEXT("%c "), c); in log_dumpHex()
334 _sntprintf(pos, 4, TEXT(". ")); in log_dumpHex()
3366 _sntprintf( header, 16, TEXT("wrapperm") );
3368 _sntprintf( header, 16, TEXT("wrapper") );
3371 _sntprintf( header, 16, TEXT("wrapper") );
3376 _sntprintf( header, 16, TEXT("wrapperp") );
3380 _sntprintf( header, 16, TEXT("jvm ver.") );
3862 _sntprintf(rollNum, 11, TEXT("%d"), i);
[all …]
H A Dtest_hashmap.c95 _sntprintf(tailStr, 32, TEXT("-%d"), tail); in tsHASH_buildRandomStringWithTail()
194_sntprintf(tsHASH_workBuffer, TSHASH_WORK_BUFFER_LEN, TEXT("hashMapGetKWVW(map, \"%s\") returned \… in tsHASH_hashMapCommon()
198_sntprintf(tsHASH_workBuffer, TSHASH_WORK_BUFFER_LEN, TEXT("hashMapGetKWVW(map, \"%s\") returned \… in tsHASH_hashMapCommon()
202_sntprintf(tsHASH_workBuffer, TSHASH_WORK_BUFFER_LEN, TEXT("hashMapGetKWVW(map, \"%s\") returned N… in tsHASH_hashMapCommon()
211_sntprintf(tsHASH_workBuffer, TSHASH_WORK_BUFFER_LEN, TEXT("hashMapGetKWVW(map, \"$\") returned \"… in tsHASH_hashMapCommon()
215_sntprintf(tsHASH_workBuffer, TSHASH_WORK_BUFFER_LEN, TEXT("hashMapGetKWVW(map, \"$\") returned NU… in tsHASH_hashMapCommon()
H A Dloggerjni.c64_sntprintf(lastErrorTextBufferW, LAST_ERROR_TEXT_BUFFER_SIZE, TEXT("Failed to format system error … in getLastErrorText()
66_sntprintf(lastErrorTextBufferW, LAST_ERROR_TEXT_BUFFER_SIZE, TEXT("System error message is too la… in getLastErrorText()
69_sntprintf(lastErrorTextBufferW, LAST_ERROR_TEXT_BUFFER_SIZE, TEXT("%s (0x%x)"), lpszTemp, errorNu… in getLastErrorText()
82_sntprintf(lastErrorTextBufferW, LAST_ERROR_TEXT_BUFFER_SIZE, TEXT("System error message could not… in getLastErrorText()
84_sntprintf(lastErrorTextBufferW, LAST_ERROR_TEXT_BUFFER_SIZE, TEXT("System error message too large… in getLastErrorText()
H A Dproperty.c235 _sntprintf(generateValueBuffer, 256, TEXT("%04d%02d%02d%02d"), in generateTimeValue()
239 _sntprintf(generateValueBuffer, 256, TEXT("%04d%02d%02d"), in generateTimeValue()
242 _sntprintf(generateValueBuffer, 256, TEXT("{INVALID}")); in generateTimeValue()
267 _sntprintf(generateValueBuffer, 256, TEXT("{INVALID}")); in generateRandValue()
842 _sntprintf(envBuf, len, TEXT("%s="), name); in setEnvInner()
858 _sntprintf(envBuf, len, TEXT("%s="), name); in setEnvInner()
979 _sntprintf(nameCopy, len, TEXT("%s"), name); in setEnv()
2016 _sntprintf(buffer, 16, TEXT("%d"), defaultValue); in getIntProperty()
2436 temp = _sntprintf(pos, 3, TEXT(" ")); in buildPropertyDumpBuffer()
2490 temp = _sntprintf(pos, reqSize - len, TEXT("*")); in buildPropertyDumpBuffer()
[all …]
H A Dtest_filter.c51_sntprintf(tsFLTR_workBuffer, TSFLTR_WORK_BUFFER_LEN, TEXT("wrapperGetMinimumTextLengthForPattern(… in tsFLTR_subTestWrapperWildcardMatch()
55_sntprintf(tsFLTR_workBuffer, TSFLTR_WORK_BUFFER_LEN, TEXT("wrapperGetMinimumTextLengthForPattern(… in tsFLTR_subTestWrapperWildcardMatch()
61_sntprintf(tsFLTR_workBuffer, TSFLTR_WORK_BUFFER_LEN, TEXT("wrapperWildcardMatch(\"%s\", \"%s\", %… in tsFLTR_subTestWrapperWildcardMatch()
66_sntprintf(tsFLTR_workBuffer, TSFLTR_WORK_BUFFER_LEN, TEXT("wrapperWildcardMatch(\"%s\", \"%s\", %… in tsFLTR_subTestWrapperWildcardMatch()
H A Dwrapper.c279 _sntprintf(confDirTemp, 2, TEXT("%c"), pathSep); in wrapperAddDefaultProperties()
331 _sntprintf(buffer, 3, TEXT("en")); in wrapperAddDefaultProperties()
333 _sntprintf(buffer, 11, TEXT("%d"), wrapperData->wrapperPID); in wrapperAddDefaultProperties()
501 _sntprintf(pair, len + 1, TEXT("%s"), sourcePair);
4236 _sntprintf(propertyName, 32, TEXT(""));
4815 _sntprintf(pBuffer, 4, TEXT("%02x "), s[i] & 0xff);
6339 _sntprintf(msgBuffer, 10, TEXT("%d"), actionSourceCode);
6956 _sntprintf(cpPath, 512, TEXT("%s"), prop);
6964 _sntprintf(cpPath, 512, TEXT("%s.exe"), prop);
7478 _sntprintf(prop, 256, TEXT("%s.required"), parameterName);
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/clucene/src/CLucene/search/
H A DTermQuery.cpp102 _sntprintf(tmp,size,_T("weight(%s)"),_this->getQueryName()); in toString()
133 _sntprintf(buf,LUCENE_SEARCH_EXPLANATION_DESC_LEN, in explain()
138 _sntprintf(buf,LUCENE_SEARCH_EXPLANATION_DESC_LEN, in explain()
145 _sntprintf(buf,LUCENE_SEARCH_EXPLANATION_DESC_LEN, in explain()
170 _sntprintf(buf,LUCENE_SEARCH_EXPLANATION_DESC_LEN, in explain()
188 _sntprintf(buf,LUCENE_SEARCH_EXPLANATION_DESC_LEN, in explain()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dscrn.cpp264 _sntprintf(szTemp, 128, _T("%.32hs "), nick); in kChatCallback()
322 _sntprintf(szConsoleString, 64, _T("")); in CreateDatfileWindows()
324 if (bType == DAT_PCENGINE_ONLY) _sntprintf(szConsoleString, 64, _T(", PC-Engine only")); in CreateDatfileWindows()
325 if (bType == DAT_TG16_ONLY) _sntprintf(szConsoleString, 64, _T(", TurboGrafx16 only")); in CreateDatfileWindows()
326 if (bType == DAT_SGX_ONLY) _sntprintf(szConsoleString, 64, _T(", SuprGrafx only")); in CreateDatfileWindows()
330 if (bType == DAT_GAMEGEAR_ONLY) _sntprintf(szConsoleString, 64, _T(", Game Gear only")); in CreateDatfileWindows()
331 if (bType == DAT_MSX_ONLY) _sntprintf(szConsoleString, 64, _T(", MSX 1 Games only")); in CreateDatfileWindows()
333 if (bType == DAT_NES_ONLY) _sntprintf(szConsoleString, 64, _T(", NES Games only")); in CreateDatfileWindows()
334 if (bType == DAT_FDS_ONLY) _sntprintf(szConsoleString, 64, _T(", FDS Games only")); in CreateDatfileWindows()
339 _sntprintf(szProgramString, 25, _T("ClrMame Pro XML")); in CreateDatfileWindows()
[all …]
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/search/
H A DTermQuery.cpp127 _sntprintf(tmp,size,_T("weight(%S)"),parentQuery->getObjectName()); in toString()
160 _sntprintf(buf,LUCENE_SEARCH_EXPLANATION_DESC_LEN, in explain()
165 _sntprintf(buf,LUCENE_SEARCH_EXPLANATION_DESC_LEN, in explain()
172 _sntprintf(buf,LUCENE_SEARCH_EXPLANATION_DESC_LEN, in explain()
198 _sntprintf(buf,LUCENE_SEARCH_EXPLANATION_DESC_LEN, in explain()
215 _sntprintf(buf,LUCENE_SEARCH_EXPLANATION_DESC_LEN, in explain()
/dports/sysutils/webjob/webjob-1.9.0/src/
H A Doptions.c207_sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsNewOptionsContext(): calloc(): %s"), strerror(errno)… in OptionsNewOptionsContext()
289_sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsProcessOptions(): The %s option may not be specified… in OptionsProcessOptions()
309 _sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsProcessOptions(): %s"), atcLocalError); in OptionsProcessOptions()
330_sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsProcessOptions(): option=[%s]: Unknown option."), pt… in OptionsProcessOptions()
/dports/sysutils/webjob/webjob-1.9.0/tools/webjob-dsvtool/
H A Doptions.c207_sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsNewOptionsContext(): calloc(): %s"), strerror(errno)… in OptionsNewOptionsContext()
289_sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsProcessOptions(): The %s option may not be specified… in OptionsProcessOptions()
309 _sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsProcessOptions(): %s"), atcLocalError); in OptionsProcessOptions()
330_sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsProcessOptions(): option=[%s]: Unknown option."), pt… in OptionsProcessOptions()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dscrn.cpp235 _sntprintf(szTemp1, 256, FBALoadStringEx(hAppInst, IDS_NETPLAY_START_YOU, true), player); in gameCallback()
258 _sntprintf(szTemp, 128, _T("%.32hs "), nick); in kChatCallback()
318 _sntprintf(szConsoleString, 64, _T("")); in CreateDatfileWindows()
319 if (bType == DAT_MEGADRIVE_ONLY) _sntprintf(szConsoleString, 64, _T(", Megadrive only")); in CreateDatfileWindows()
320 if (bType == DAT_PCENGINE_ONLY) _sntprintf(szConsoleString, 64, _T(", PC-Engine only")); in CreateDatfileWindows()
321 if (bType == DAT_TG16_ONLY) _sntprintf(szConsoleString, 64, _T(", TurboGrafx16 only")); in CreateDatfileWindows()
322 if (bType == DAT_SGX_ONLY) _sntprintf(szConsoleString, 64, _T(", SuprGrafx only")); in CreateDatfileWindows()
326 if (bType == DAT_GAMEGEAR_ONLY) _sntprintf(szConsoleString, 64, _T(", Game Gear only")); in CreateDatfileWindows()
327 if (bType == DAT_MSX_ONLY) _sntprintf(szConsoleString, 64, _T(", MSX 1 Games only")); in CreateDatfileWindows()
331 _sntprintf(szProgramString, 25, _T("ClrMame Pro XML")); in CreateDatfileWindows()
[all …]
/dports/security/ftimes/ftimes-3.11.0/src/
H A Doptions.c307_sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsNewOptionsContext(): calloc(): %s"), strerror(errno)… in OptionsNewOptionsContext()
321_sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsNewOptionsContext(): calloc(): %s"), strerror(errno)… in OptionsNewOptionsContext()
418_sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsProcessOptions(): The %s option may not be specified… in OptionsProcessOptions()
440 _sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsProcessOptions(): %s"), atcLocalError); in OptionsProcessOptions()
463_sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsProcessOptions(): option=[%s]: Unknown option."), pt… in OptionsProcessOptions()
/dports/security/ftimes/ftimes-3.11.0/tools/ftimes-xpa/
H A Doptions.c307_sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsNewOptionsContext(): calloc(): %s"), strerror(errno)… in OptionsNewOptionsContext()
321_sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsNewOptionsContext(): calloc(): %s"), strerror(errno)… in OptionsNewOptionsContext()
418_sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsProcessOptions(): The %s option may not be specified… in OptionsProcessOptions()
440 _sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsProcessOptions(): %s"), atcLocalError); in OptionsProcessOptions()
463_sntprintf(ptcError, MESSAGE_SIZE, _T("OptionsProcessOptions(): option=[%s]: Unknown option."), pt… in OptionsProcessOptions()
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dtchar.h40 #define _sntprintf snwprintf macro
54 #define _sntprintf snprintf macro

12345678910>>...13