Home
last modified time | relevance | path

Searched refs:szSection (Results 1 – 25 of 27) sorted by relevance

12

/dports/security/beid/eid-mw-5.0.8/cardcomm/pkcs11/src/common/
H A Ddatafile.h199 t_Str szComment = t_Str(L""), t_Str szSection =
205 t_Str szComment = t_Str(L""), t_Str szSection =
211 t_Str szComment = t_Str(L""), t_Str szSection =
216 t_Str szSection = t_Str(L""));
225 bool DeleteSection(t_Str szSection);
238 bool CreateSection(t_Str szSection, t_Str szComment =
242 bool CreateSection(t_Str szSection, t_Str szComment,
259 t_Section *GetSection(t_Str szSection);
262 t_Section * GetSectionInt(t_Str szSection);
266 t_Str(L""), t_Str szSection = t_Str(L""));
[all …]
H A Ddatafile.cpp486 t_Str szSection) in SetKeyComment() argument
543 t_Str szSection) in SetValue() argument
611 t_Str szSection) in SetFloat() argument
618 szSection); in SetFloat()
624 t_Str szSection) in SetInt() argument
631 szSection); in SetInt()
638 t_Str szSection) in SetLong() argument
645 szSection); in SetLong()
652 t_Str szSection) in SetBool() argument
792 t_Str szSection) in CreateKey() argument
[all …]
H A Dconfiguration.cpp223 const std::wstring & szSection) in GetString() argument
225 return GetStringInt(csName, szSection, true); in GetString()
255 const std::wstring & szSection) in GetString() argument
257 return GetStringInt(location, csName, szSection, true); in GetString()
/dports/emulators/jzintv/jzintv-20200712-src/src/imasm/
H A Dregistry.cpp37 RegHelp::OpenKey(char *szSection) in OpenKey() argument
40 szSection, in OpenKey()
66 int RegHelp::AddString(char *szSection, char *szBuff) in AddString() argument
74 szSection, in AddString()
87 int RegHelp::AddDword(char *szSection, DWORD dwVal) in AddDword() argument
95 szSection, in AddDword()
108 int RegHelp::GetString(char *szSection, char *szBuff, unsigned long ulSize) in GetString() argument
118 szSection, in GetString()
131 int RegHelp::GetDword(char *szSection, DWORD *dwVal) in GetDword() argument
141 szSection, in GetDword()
H A Dregistry.h10 int OpenKey(char *szSection);
12 int AddString(char *szSection, char *szBuff);
13 int AddDword(char *szSection, DWORD dwVal);
14 int GetString(char *szSection, char *szBuff, unsigned long ulSize);
15 int GetDword(char *szSection, DWORD *dwVal);
/dports/news/husky/husky-1.9.20191207/hpucode/src/
H A Dscanmsg.c131 char *szSection = NULL; in scan4UUE() local
135 szSection = strstr(text, "section "); in scan4UUE()
136 while(szSection) in scan4UUE()
138 if(sscanf(szSection,"section %d of %d of file %s",&section, &amount, name) == 3) in scan4UUE()
143 else if(sscanf(szSection,"section %d of uuencode %f of file %s",&section,&ff,name) == 3) in scan4UUE()
153 szSection = strstr(szSection+1, "section "); in scan4UUE()
159 szSection = strstr(szSection+1, "section "); in scan4UUE()
164 szBegin = strstr(szSection, "begin "); in scan4UUE()
173 _addPart(szSection, section, amount, OS_independed_basename(name), NULL,atype,text); in scan4UUE()
176 szSection = strstr(szSection+1, "section "); in scan4UUE()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/hpucode/src/
H A Dscanmsg.c131 char *szSection = NULL; in scan4UUE() local
135 szSection = strstr(text, "section "); in scan4UUE()
136 while(szSection) in scan4UUE()
138 if(sscanf(szSection,"section %d of %d of file %s",&section, &amount, name) == 3) in scan4UUE()
143 else if(sscanf(szSection,"section %d of uuencode %f of file %s",&section,&ff,name) == 3) in scan4UUE()
153 szSection = strstr(szSection+1, "section "); in scan4UUE()
159 szSection = strstr(szSection+1, "section "); in scan4UUE()
164 szBegin = strstr(szSection, "begin "); in scan4UUE()
173 _addPart(szSection, section, amount, OS_independed_basename(name), NULL,atype,text); in scan4UUE()
176 szSection = strstr(szSection+1, "section "); in scan4UUE()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/hpucode/src/
H A Dscanmsg.c131 char *szSection = NULL; in scan4UUE() local
135 szSection = strstr(text, "section "); in scan4UUE()
136 while(szSection) in scan4UUE()
138 if(sscanf(szSection,"section %d of %d of file %s",&section, &amount, name) == 3) in scan4UUE()
143 else if(sscanf(szSection,"section %d of uuencode %f of file %s",&section,&ff,name) == 3) in scan4UUE()
153 szSection = strstr(szSection+1, "section "); in scan4UUE()
159 szSection = strstr(szSection+1, "section "); in scan4UUE()
164 szBegin = strstr(szSection, "begin "); in scan4UUE()
173 _addPart(szSection, section, amount, OS_independed_basename(name), NULL,atype,text); in scan4UUE()
176 szSection = strstr(szSection+1, "section "); in scan4UUE()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/hpucode/src/
H A Dscanmsg.c131 char *szSection = NULL; in scan4UUE() local
135 szSection = strstr(text, "section "); in scan4UUE()
136 while(szSection) in scan4UUE()
138 if(sscanf(szSection,"section %d of %d of file %s",&section, &amount, name) == 3) in scan4UUE()
143 else if(sscanf(szSection,"section %d of uuencode %f of file %s",&section,&ff,name) == 3) in scan4UUE()
153 szSection = strstr(szSection+1, "section "); in scan4UUE()
159 szSection = strstr(szSection+1, "section "); in scan4UUE()
164 szBegin = strstr(szSection, "begin "); in scan4UUE()
173 _addPart(szSection, section, amount, OS_independed_basename(name), NULL,atype,text); in scan4UUE()
176 szSection = strstr(szSection+1, "section "); in scan4UUE()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/hpucode/src/
H A Dscanmsg.c131 char *szSection = NULL; in scan4UUE() local
135 szSection = strstr(text, "section "); in scan4UUE()
136 while(szSection) in scan4UUE()
138 if(sscanf(szSection,"section %d of %d of file %s",&section, &amount, name) == 3) in scan4UUE()
143 else if(sscanf(szSection,"section %d of uuencode %f of file %s",&section,&ff,name) == 3) in scan4UUE()
153 szSection = strstr(szSection+1, "section "); in scan4UUE()
159 szSection = strstr(szSection+1, "section "); in scan4UUE()
164 szBegin = strstr(szSection, "begin "); in scan4UUE()
173 _addPart(szSection, section, amount, OS_independed_basename(name), NULL,atype,text); in scan4UUE()
176 szSection = strstr(szSection+1, "section "); in scan4UUE()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/hpucode/src/
H A Dscanmsg.c131 char *szSection = NULL; in scan4UUE() local
135 szSection = strstr(text, "section "); in scan4UUE()
136 while(szSection) in scan4UUE()
138 if(sscanf(szSection,"section %d of %d of file %s",&section, &amount, name) == 3) in scan4UUE()
143 else if(sscanf(szSection,"section %d of uuencode %f of file %s",&section,&ff,name) == 3) in scan4UUE()
153 szSection = strstr(szSection+1, "section "); in scan4UUE()
159 szSection = strstr(szSection+1, "section "); in scan4UUE()
164 szBegin = strstr(szSection, "begin "); in scan4UUE()
173 _addPart(szSection, section, amount, OS_independed_basename(name), NULL,atype,text); in scan4UUE()
176 szSection = strstr(szSection+1, "section "); in scan4UUE()
/dports/news/husky-htick/husky-htick-1.9.20191207/hpucode/src/
H A Dscanmsg.c131 char *szSection = NULL; in scan4UUE() local
135 szSection = strstr(text, "section "); in scan4UUE()
136 while(szSection) in scan4UUE()
138 if(sscanf(szSection,"section %d of %d of file %s",&section, &amount, name) == 3) in scan4UUE()
143 else if(sscanf(szSection,"section %d of uuencode %f of file %s",&section,&ff,name) == 3) in scan4UUE()
153 szSection = strstr(szSection+1, "section "); in scan4UUE()
159 szSection = strstr(szSection+1, "section "); in scan4UUE()
164 szBegin = strstr(szSection, "begin "); in scan4UUE()
173 _addPart(szSection, section, amount, OS_independed_basename(name), NULL,atype,text); in scan4UUE()
176 szSection = strstr(szSection+1, "section "); in scan4UUE()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/hpucode/src/
H A Dscanmsg.c131 char *szSection = NULL; in scan4UUE() local
135 szSection = strstr(text, "section "); in scan4UUE()
136 while(szSection) in scan4UUE()
138 if(sscanf(szSection,"section %d of %d of file %s",&section, &amount, name) == 3) in scan4UUE()
143 else if(sscanf(szSection,"section %d of uuencode %f of file %s",&section,&ff,name) == 3) in scan4UUE()
153 szSection = strstr(szSection+1, "section "); in scan4UUE()
159 szSection = strstr(szSection+1, "section "); in scan4UUE()
164 szBegin = strstr(szSection, "begin "); in scan4UUE()
173 _addPart(szSection, section, amount, OS_independed_basename(name), NULL,atype,text); in scan4UUE()
176 szSection = strstr(szSection+1, "section "); in scan4UUE()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Ddwinst.cpp35 char szSection[] = "////////////////////////////////\n"; variable
828 fputs(szSection, lf); in MakeLog()
835 fputs(szSection, lf); in MakeLog()
846 fputs(szSection, lf); in MakeLog()
857 fputs(szSection, lf); in MakeLog()
868 fputs(szSection, lf); in MakeLog()
879 fputs(szSection, lf); in MakeLog()
888 fputs(szSection, lf); in MakeLog()
H A Ddwuninst.cpp50 char szSection[] = "////////////////////////////////"; variable
95 return (strncmp(szLine, szSection, strlen(szSection)) == 0); in IsSection()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Ddwinst.cpp30 char szSection[] = "////////////////////////////////\n"; variable
834 fputs(szSection, lf); in MakeLog()
841 fputs(szSection, lf); in MakeLog()
852 fputs(szSection, lf); in MakeLog()
863 fputs(szSection, lf); in MakeLog()
874 fputs(szSection, lf); in MakeLog()
885 fputs(szSection, lf); in MakeLog()
894 fputs(szSection, lf); in MakeLog()
H A Ddwuninst.cpp46 char szSection[] = "////////////////////////////////"; variable
104 return (strncmp(szLine, szSection, strlen(szSection)) == 0); in IsSection()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Ddwinst.cpp35 char szSection[] = "////////////////////////////////\n"; variable
828 fputs(szSection, lf); in MakeLog()
835 fputs(szSection, lf); in MakeLog()
846 fputs(szSection, lf); in MakeLog()
857 fputs(szSection, lf); in MakeLog()
868 fputs(szSection, lf); in MakeLog()
879 fputs(szSection, lf); in MakeLog()
888 fputs(szSection, lf); in MakeLog()
H A Ddwuninst.cpp50 char szSection[] = "////////////////////////////////"; variable
95 return (strncmp(szLine, szSection, strlen(szSection)) == 0); in IsSection()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Ddwinst.cpp30 char szSection[] = "////////////////////////////////\n"; variable
834 fputs(szSection, lf); in MakeLog()
841 fputs(szSection, lf); in MakeLog()
852 fputs(szSection, lf); in MakeLog()
863 fputs(szSection, lf); in MakeLog()
874 fputs(szSection, lf); in MakeLog()
885 fputs(szSection, lf); in MakeLog()
894 fputs(szSection, lf); in MakeLog()
H A Ddwuninst.cpp46 char szSection[] = "////////////////////////////////"; variable
104 return (strncmp(szLine, szSection, strlen(szSection)) == 0); in IsSection()
/dports/devel/datadraw/datadraw3.1.1/util/
H A Dutnt.c100 bool utWriteProfileString(char *szSection, char *szKeyName, in utWriteProfileString() argument
105 ret = (bool) WriteProfileString(szSection, szKeyName, szValue); in utWriteProfileString()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviMainWindow.h139 void saveWindowProperties(KviWindow * wnd, const QString & szSection);
H A DKviMainWindow.cpp348 void KviMainWindow::saveWindowProperties(KviWindow * wnd, const QString & szSection) in saveWindowProperties() argument
350 g_pWinPropertiesConfig->setGroup(szSection); in saveWindowProperties()
396 g_pWinPropertiesConfig->setGroup(szSection); in saveWindowProperties()
/dports/games/openclonk/openclonk-release-8.1-src/src/game/
H A DC4Game.h220 bool LoadScenarioSection(const char *szSection, DWORD dwFlags);

12