Home
last modified time | relevance | path

Searched refs:szList (Results 1 – 13 of 13) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/lib/
H A DStandard.cpp535 if (!szList || !sTarget) return false; in SGetModule()
564 SNewSegment(szList); in SAddModule()
565 SAppend(szModule,szList); in SAddModule()
577 SAddModule(szList,szModule,fCaseSensitive); in SAddModules()
591 iLen = SCharPos(';',szList+iPos); in SRemoveModule()
594 SDelete(szList,iLen,iPos); in SRemoveModule()
611 int SModuleCount(const char *szList) in SModuleCount() argument
613 if (!szList) return 0; in SModuleCount()
616 while (*szList) in SModuleCount()
618 switch (*szList) in SModuleCount()
[all …]
H A DStandard.h127 bool SGetModule(const char *szList, int iIndex, char *sTarget, int iSize=-1);
128 bool SIsModule(const char *szList, const char *szString, int *ipIndex=nullptr, bool fCaseSensitive=…
129 bool SAddModule(char *szList, const char *szModule, bool fCaseSensitive=false);
130 bool SAddModules(char *szList, const char *szModules, bool fCaseSensitive=false);
131 bool SRemoveModule(char *szList, const char *szModule, bool fCaseSensitive=false);
132 bool SRemoveModules(char *szList, const char *szModules, bool fCaseSensitive=false);
133 int SModuleCount(const char *szList);
/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-iTunes-VizKit/source/Tools/
H A DVisualErrorHandling.cpp101 char* szList[1]; in writeLog() local
102 szList[0] = const_cast<char*>(infoStr); in writeLog()
105 ReportEvent(hSource, EVENTLOG_INFORMATION_TYPE, 0, 0, NULL, 1, 0, (LPCSTR*)szList, NULL); in writeLog()
119 wchar_t* szList[1]; in writeLogW() local
120 szList[0] = const_cast<wchar_t*>(infoStr); in writeLogW()
123 ReportEventW(hSource, EVENTLOG_INFORMATION_TYPE, 0, 0, NULL, 1, 0, (LPCWSTR*)szList, NULL); in writeLogW()
138 char* szList[1]; in writeDebugLog() local
139 szList[0] = const_cast<char*>(infoStr); in writeDebugLog()
142 ReportEvent(hSource, EVENTLOG_INFORMATION_TYPE, 0, 0, NULL, 1, 0, (LPCSTR*)szList, NULL); in writeDebugLog()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DListViewForm.cs124 Size szList = m_lvMain.Size; in OnFormLoad()
128 m_lvMain.Size = new Size(szList.Width, szList.Height + in OnFormLoad()
/dports/databases/libiodbc/iODBC-3.52.15/iodbcinst/
H A Dmisc.h82 const char *_iodbcdm_check_for_string (const char *szList,
H A Dmisc.c362 _iodbcdm_check_for_string(const char *szList, const char *szString, int bContains) in _iodbcdm_check_for_string() argument
364 const char *currP = szList; in _iodbcdm_check_for_string()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/common/
H A DtypeStringTest.c410 const char **szList = strLstPtr(list); in testRun() local
416 TEST_RESULT_PTR(szList[listIdx], NULL, "check null item"); in testRun()
420 …TEST_RESULT_Z_STR(szList[listIdx], strNewFmt("STR%02u", listIdx), strZ(strNewFmt("check item %u", … in testRun()
424 TEST_RESULT_PTR(szList[strLstSize(list)], NULL, "check null terminator"); in testRun()
/dports/games/openclonk/openclonk-release-8.1-src/src/landscape/
H A DC4Scenario.cpp464 void C4SDefinitions::SetModules(const char *szList, const char *szRelativeToPath, const char *szRel… in SetModules() argument
469 if (!SModuleCount(szList)) in SetModules()
480 SGetModule(szList,cnt,Definition[cnt],_MAX_PATH); in SetModules()
H A DC4Scenario.h95 …void SetModules(const char *szList, const char *szRelativeToPath=nullptr, const char *szRelativeTo…
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Dlog.c902 szList[1]; in LogMagickEventList() local
910 szList[0]=message; in LogMagickEventList()
911 ReportEvent(hSource,nteventtype,0,LOGGING_ERROR_CODE,NULL,1,0,szList,NULL); in LogMagickEventList()
/dports/multimedia/assimp/assimp-5.1.3/tools/assimp_view/
H A DMessageProc.cpp845 char szList[MAXLEN + 100]; in OpenAsset() local
846 strcpy(szList,"ASSIMP assets"); in OpenAsset()
847 char* szCur = szList + 14; in OpenAsset()
862 sFilename1.nMaxFile = sizeof(szList); in OpenAsset()
863 sFilename1.lpstrFilter = szList; in OpenAsset()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/tools/assimp_view/
H A DMessageProc.cpp957 char szList[MAXLEN + 100]; in OpenAsset() local
958 strcpy(szList,"ASSIMP assets"); in OpenAsset()
959 char* szCur = szList + 14; in OpenAsset()
969 g_hDlg,GetModuleHandle(NULL), szList, NULL, 0, 1, in OpenAsset()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/sparser/
H A DKviIrcServerParser_numericHandlers.cpp2210 QString szList = msg->connection()->decodeText(msg->allParams()); in parseNumericList() local
2211 msg->console()->output(KVI_OUT_LIST, __tr2qs("List: %Q"), &szList); in parseNumericList()
2252 QString szList = msg->connection()->decodeText(msg->allParams()); in parseNumericLinks() local
2253 msg->console()->output(KVI_OUT_LINKS, __tr2qs("Link: %Q"), &szList); in parseNumericLinks()