Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dini.c32 char *pszEntry; member
127 UtilFree(ptiei->pszEntry);
231 char *pszEntry, *pszValue;
234 char *buf1=UtilStrDup(pszEntry==NULL ? ";" : pszEntry);
258 ptiei->pszEntry = buf1;
407 char *pszEntry;
412 if (pszEntry == NULL || strcmp(pszEntry, ";") == 0) return NULL;
419 if (!ptiei->bScanned && UtilStrICmp(pszEntry, ptiei->pszEntry) == 0) {
429 if (UtilStrICmp(pszEntry, ptiei->pszEntry) == 0) {
539 char *pszSection, *pszEntry; in TgIniGetProfileString()
[all …]
H A Dini.e68 * the way similar to the case where pszEntry is NULL).
73 char *pszEntry,
82 extern int tgGetProfileInt ARGS_DECL((char *pszSection, char *pszEntry,
94 char *pszEntry,
162 * pszEntry/pszValue in pszSection of pszFile.
168 char *pszEntry,
H A Dimport.c186 void InvalidFilterSpecMsg(pszEntry, pszValue, nExplain) in InvalidFilterSpecMsg() argument
187 char *pszEntry, *pszValue; in InvalidFilterSpecMsg()
193 TOOL_NAME, pszEntry, pszValue);
197 TOOL_NAME, pszEntry, pszValue);
201 TOOL_NAME, pszEntry, pszValue);
/dports/databases/unixODBC/unixODBC-2.3.9/odbcinst/
H A DSQLGetPrivateProfileString.c90 LPCSTR pszEntry, in _check_ini_cache() argument
166 if ( !pszEntry && ini_cache -> entry ) in _check_ini_cache()
168 if ( pszEntry && !ini_cache -> entry ) in _check_ini_cache()
170 if ( pszEntry && ini_cache -> entry && strcmp( pszEntry, ini_cache -> entry )) in _check_ini_cache()
210 LPCSTR pszEntry, in _save_ini_cache() argument
232 if ( pszEntry ) in _save_ini_cache()
286 LPCSTR pszEntry, in check_ini_cache() argument
306 LPCSTR pszEntry, in save_ini_cache() argument
343 LPCSTR pszEntry, in check_ini_cache() argument
354 LPCSTR pszEntry, in save_ini_cache() argument
[all …]
H A DSQLWritePrivateProfileString.c20 LPCSTR pszEntry, in SQLWritePrivateProfileString() argument
50 return _SQLWriteInstalledDrivers( pszSection, pszEntry, pszString ); in SQLWritePrivateProfileString()
75 if ( pszEntry == NULL ) in SQLWritePrivateProfileString()
83 if ( iniPropertySeek( hIni, (char *)pszSection, (char *)pszEntry, "" ) == INI_SUCCESS ) in SQLWritePrivateProfileString()
94 if ( iniPropertySeek( hIni, (char *)pszSection, (char *)pszEntry, "" ) == INI_SUCCESS ) in SQLWritePrivateProfileString()
100 iniPropertySeek( hIni, (char *)pszSection, (char *)pszEntry, "" ); in SQLWritePrivateProfileString()
101 iniPropertyUpdate( hIni, (char *)pszEntry, (char *)pszString ); in SQLWritePrivateProfileString()
107 iniPropertyInsert( hIni, (char *)pszEntry, (char *)pszString ); in SQLWritePrivateProfileString()
H A D_SQLWriteInstalledDrivers.c23 LPCSTR pszEntry, in _SQLWriteInstalledDrivers() argument
61 if ( pszEntry == NULL ) in _SQLWriteInstalledDrivers()
69 if ( iniPropertySeek( hIni, (char *)pszSection, (char *)pszEntry, "" ) == INI_SUCCESS ) in _SQLWriteInstalledDrivers()
81 if ( iniPropertySeek( hIni, (char *)pszSection, (char *)pszEntry, "" ) == INI_SUCCESS ) in _SQLWriteInstalledDrivers()
84 iniPropertyUpdate( hIni, (char *)pszEntry, (char *)pszString ); in _SQLWriteInstalledDrivers()
90 iniPropertyInsert( hIni, (char *)pszEntry, (char *)pszString ); in _SQLWriteInstalledDrivers()
H A D_SQLGetInstalledDrivers.c24 LPCSTR pszEntry, in _SQLGetInstalledDrivers() argument
119 else if ( pszEntry == NULL ) in _SQLGetInstalledDrivers()
156 if ( iniPropertySeek( hIni, (char *)pszSection, (char *)pszEntry, "" ) != INI_SUCCESS ) in _SQLGetInstalledDrivers()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/osl/
H A Dprofile.h75 const char* pszSection, const char* pszEntry,
83 const char* pszSection, const char* pszEntry,
90 const char* pszSection, const char* pszEntry,
99 const char* pszSection, const char* pszEntry,
107 const char* pszSection, const char* pszEntry,
115 const char* pszSection, const char* pszEntry,
126 const char *pszSection, const char *pszEntry) SAL_COLD;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/osl/
H A Dprofile.h71 const sal_Char* pszSection, const sal_Char* pszEntry,
79 const sal_Char* pszSection, const sal_Char* pszEntry,
86 const sal_Char* pszSection, const sal_Char* pszEntry,
95 const sal_Char* pszSection, const sal_Char* pszEntry,
103 const sal_Char* pszSection, const sal_Char* pszEntry,
111 const sal_Char* pszSection, const sal_Char* pszEntry,
122 const sal_Char *pszSection, const sal_Char *pszEntry) SAL_COLD;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/osl/w32/
H A Dprofile.cxx370 const char* pszSection, const char* pszEntry, in GetPrivateProfileStringWrapper() argument
382 if (pszEntry) in GetPrivateProfileStringWrapper()
384 …rtl_string2UString(&pEntry, pszEntry, strlen(pszEntry), osl_getThreadTextEncoding(), OSTRING_TO_OU… in GetPrivateProfileStringWrapper()
412 const char* pszSection, const char* pszEntry, in WritePrivateProfileStringWrapper() argument
419 if (pszEntry) in WritePrivateProfileStringWrapper()
421 …rtl_string2UString(&pEntry, pszEntry, strlen(pszEntry), osl_getThreadTextEncoding(), OSTRING_TO_OU… in WritePrivateProfileStringWrapper()
499 const char* pszSection, const char* pszEntry, in osl_readProfileBool() argument
588 strcpy(&Line[0], pszEntry); in osl_writeProfileString()
589 Line[0 + strlen(pszEntry)] = '='; in osl_writeProfileString()
590 strcpy(&Line[1 + strlen(pszEntry)], pszString); in osl_writeProfileString()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/osl/w32/
H A Dprofile.cxx366 const sal_Char* pszSection, const sal_Char* pszEntry, in GetPrivateProfileStringWrapper() argument
378 if (pszEntry) in GetPrivateProfileStringWrapper()
380 …rtl_string2UString(&pEntry, pszEntry, strlen(pszEntry), osl_getThreadTextEncoding(), OSTRING_TO_OU… in GetPrivateProfileStringWrapper()
408 const sal_Char* pszSection, const sal_Char* pszEntry, in WritePrivateProfileStringWrapper() argument
415 if (pszEntry) in WritePrivateProfileStringWrapper()
417 …rtl_string2UString(&pEntry, pszEntry, strlen(pszEntry), osl_getThreadTextEncoding(), OSTRING_TO_OU… in WritePrivateProfileStringWrapper()
584 strcpy(&Line[0], pszEntry); in osl_writeProfileString()
585 Line[0 + strlen(pszEntry)] = '='; in osl_writeProfileString()
586 strcpy(&Line[1 + strlen(pszEntry)], pszString); in osl_writeProfileString()
596 (! addEntry(pProfile, pSec, i, pStr, strlen(pszEntry)))) in osl_writeProfileString()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/osl/unx/
H A Dprofile.cxx356 const char* pszEntry, in osl_readProfileString() argument
436 const char* pszEntry, in osl_readProfileBool() argument
460 const char* pszEntry, in osl_readProfileIdent() argument
488 const char* pszEntry, in osl_writeProfileString() argument
555 strcpy(&Line[0], pszEntry); in osl_writeProfileString()
556 Line[0 + strlen(pszEntry)] = '='; in osl_writeProfileString()
557 strcpy(&Line[1 + strlen(pszEntry)], pszString); in osl_writeProfileString()
569 (! addEntry(pProfile, pSec, i, pStr, strlen(pszEntry)))) in osl_writeProfileString()
610 const char* pszEntry, in osl_writeProfileBool() argument
625 const char* pszEntry, in osl_writeProfileIdent() argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/osl/unx/
H A Dprofile.cxx352 const sal_Char* pszEntry, in osl_readProfileString() argument
432 const sal_Char* pszEntry, in osl_readProfileBool() argument
456 const sal_Char* pszEntry, in osl_readProfileIdent() argument
484 const sal_Char* pszEntry, in osl_writeProfileString() argument
551 strcpy(&Line[0], pszEntry); in osl_writeProfileString()
552 Line[0 + strlen(pszEntry)] = '='; in osl_writeProfileString()
553 strcpy(&Line[1 + strlen(pszEntry)], pszString); in osl_writeProfileString()
563 (! addEntry(pProfile, pSec, i, pStr, strlen(pszEntry)))) in osl_writeProfileString()
604 const sal_Char* pszEntry, in osl_writeProfileBool() argument
619 const sal_Char* pszEntry, in osl_writeProfileIdent() argument
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dras.h940 …DWORD WINAPI RasGetEapUserDataA(HANDLE hToken,LPCSTR pszPhonebook,LPCSTR pszEntry,BYTE *pbEapData,…
941 …DWORD WINAPI RasGetEapUserDataW(HANDLE hToken,LPCWSTR pszPhonebook,LPCWSTR pszEntry,BYTE *pbEapDat…
942 …DWORD WINAPI RasSetEapUserDataA(HANDLE hToken,LPCSTR pszPhonebook,LPCSTR pszEntry,BYTE *pbEapData,…
943 …DWORD WINAPI RasSetEapUserDataW(HANDLE hToken,LPCWSTR pszPhonebook,LPCWSTR pszEntry,BYTE *pbEapDat…
944 …DWORD WINAPI RasGetCustomAuthDataA(LPCSTR pszPhonebook,LPCSTR pszEntry,BYTE *pbCustomAuthData,DWOR…
945 …DWORD WINAPI RasGetCustomAuthDataW(LPCWSTR pszPhonebook,LPCWSTR pszEntry,BYTE *pbCustomAuthData,DW…
946 …DWORD WINAPI RasSetCustomAuthDataA(LPCSTR pszPhonebook,LPCSTR pszEntry,BYTE *pbCustomAuthData,DWOR…
947 …DWORD WINAPI RasSetCustomAuthDataW(LPCWSTR pszPhonebook,LPCWSTR pszEntry,BYTE *pbCustomAuthData,DW…
949 …DWORD WINAPI RasGetEapUserIdentityA(LPCSTR pszPhonebook,LPCSTR pszEntry,DWORD dwFlags,HWND hwnd,LP…
952 DWORD WINAPI RasDeleteSubEntryA(LPCSTR pszPhonebook,LPCSTR pszEntry,DWORD dwSubentryId);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dras.h940 …DWORD WINAPI RasGetEapUserDataA(HANDLE hToken,LPCSTR pszPhonebook,LPCSTR pszEntry,BYTE *pbEapData,…
941 …DWORD WINAPI RasGetEapUserDataW(HANDLE hToken,LPCWSTR pszPhonebook,LPCWSTR pszEntry,BYTE *pbEapDat…
942 …DWORD WINAPI RasSetEapUserDataA(HANDLE hToken,LPCSTR pszPhonebook,LPCSTR pszEntry,BYTE *pbEapData,…
943 …DWORD WINAPI RasSetEapUserDataW(HANDLE hToken,LPCWSTR pszPhonebook,LPCWSTR pszEntry,BYTE *pbEapDat…
944 …DWORD WINAPI RasGetCustomAuthDataA(LPCSTR pszPhonebook,LPCSTR pszEntry,BYTE *pbCustomAuthData,DWOR…
945 …DWORD WINAPI RasGetCustomAuthDataW(LPCWSTR pszPhonebook,LPCWSTR pszEntry,BYTE *pbCustomAuthData,DW…
946 …DWORD WINAPI RasSetCustomAuthDataA(LPCSTR pszPhonebook,LPCSTR pszEntry,BYTE *pbCustomAuthData,DWOR…
947 …DWORD WINAPI RasSetCustomAuthDataW(LPCWSTR pszPhonebook,LPCWSTR pszEntry,BYTE *pbCustomAuthData,DW…
949 …DWORD WINAPI RasGetEapUserIdentityA(LPCSTR pszPhonebook,LPCSTR pszEntry,DWORD dwFlags,HWND hwnd,LP…
952 DWORD WINAPI RasDeleteSubEntryA(LPCSTR pszPhonebook,LPCSTR pszEntry,DWORD dwSubentryId);
[all …]
/dports/databases/unixODBC/unixODBC-2.3.9/include/
H A Dodbcinstext.h139 LPCSTR pszEntry,
191 LPCSTR pszEntry,
198 LPCSTR pszEntry,
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/
H A Dconnectparams.c94 static int SQLGetPrivateProfileString(LPCSTR pszSection, LPCSTR pszEntry, LPCSTR pszDefault, LPSTR …
542 SQLGetPrivateProfileString(LPCSTR pszSection, LPCSTR pszEntry, LPCSTR pszDefault, LPSTR pRetBuffer,… in SQLGetPrivateProfileString() argument
549 pszSection, pszEntry, pszDefault, pRetBuffer, nRetBuffer, pszFileName); in SQLGetPrivateProfileString()
557 if (!pszEntry) { in SQLGetPrivateProfileString()
576 param.entry = pszEntry; in SQLGetPrivateProfileString()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/
H A Dconnectparams.c96 static int SQLGetPrivateProfileString(LPCSTR pszSection, LPCSTR pszEntry, LPCSTR pszDefault, LPSTR …
523 SQLGetPrivateProfileString(LPCSTR pszSection, LPCSTR pszEntry, LPCSTR pszDefault, LPSTR pRetBuffer,… in SQLGetPrivateProfileString() argument
530 pszSection, pszEntry, pszDefault, pRetBuffer, nRetBuffer, pszFileName); in SQLGetPrivateProfileString()
538 if (!pszEntry) { in SQLGetPrivateProfileString()
557 param.entry = pszEntry; in SQLGetPrivateProfileString()
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/
H A Dconnectparams.c97 static int SQLGetPrivateProfileString(LPCSTR pszSection, LPCSTR pszEntry, LPCSTR pszDefault, LPSTR …
546 SQLGetPrivateProfileString(LPCSTR pszSection, LPCSTR pszEntry, LPCSTR pszDefault, LPSTR pRetBuffer,… in SQLGetPrivateProfileString() argument
553 pszSection, pszEntry, pszDefault, pRetBuffer, nRetBuffer, pszFileName); in SQLGetPrivateProfileString()
561 if (!pszEntry) { in SQLGetPrivateProfileString()
580 param.entry = pszEntry; in SQLGetPrivateProfileString()
/dports/databases/freetds/freetds-1.3.4/src/odbc/
H A Dconnectparams.c97 static int SQLGetPrivateProfileString(LPCSTR pszSection, LPCSTR pszEntry, LPCSTR pszDefault, LPSTR …
546 SQLGetPrivateProfileString(LPCSTR pszSection, LPCSTR pszEntry, LPCSTR pszDefault, LPSTR pRetBuffer,… in SQLGetPrivateProfileString() argument
553 pszSection, pszEntry, pszDefault, pRetBuffer, nRetBuffer, pszFileName); in SQLGetPrivateProfileString()
561 if (!pszEntry) { in SQLGetPrivateProfileString()
580 param.entry = pszEntry; in SQLGetPrivateProfileString()
/dports/lang/fpc-source/fpc-3.2.2/packages/winceunits/src/
H A Dras.pp875 pszEntry:LPCTSTR; // name of entry in phone book
882 pszEntry:LPCTSTR; // name of entry in phone book
888 pszEntry:LPCTSTR; // name of entry in phone book
894 pszEntry:LPCTSTR; // name of entry in phone book
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/raw/
H A Denvidataset.cpp519 char *pszEntry = papszENVIMetadata[i]; in FlushCache() local
520 … papszTokens = CSLTokenizeString2( pszEntry, "=", CSLT_STRIPLEADSPACES | CSLT_STRIPENDSPACES); in FlushCache()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/raw/
H A Denvidataset.cpp477 char *pszEntry = papszENVIMetadata[i]; in FlushCache() local
479 pszEntry, "=", CSLT_STRIPLEADSPACES | CSLT_STRIPENDSPACES); in FlushCache()
/dports/graphics/gdal/gdal-3.3.3/frmts/raw/
H A Denvidataset.cpp477 char *pszEntry = papszENVIMetadata[i]; in FlushCache() local
479 pszEntry, "=", CSLT_STRIPLEADSPACES | CSLT_STRIPENDSPACES); in FlushCache()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/raw/
H A Denvidataset.cpp477 char *pszEntry = papszENVIMetadata[i]; in FlushCache() local
479 pszEntry, "=", CSLT_STRIPLEADSPACES | CSLT_STRIPENDSPACES); in FlushCache()