Home
last modified time | relevance | path

Searched refs:a_pszFile (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/third_party/simpleini/
H A Dtestsi.cpp154 const TCHAR * a_pszFile, in TestStreams() argument
162 _tprintf(_T("Loading file: %s\n"), a_pszFile); in TestStreams()
164 instream.open(a_pszFile, std::ifstream::in | std::ifstream::binary); in TestStreams()
187 const TCHAR * a_pszFile, in TestFile() argument
195 _tprintf(_T("Loading file: %s\n"), a_pszFile); in TestFile()
196 SI_Error rc = ini.LoadFile(a_pszFile); in TestFile()
242 const TCHAR * & a_pszFile, in ParseCommandLine() argument
248 a_pszFile = 0; in ParseCommandLine()
267 a_pszFile = argv[argc]; in ParseCommandLine()
270 if (!a_pszFile) { in ParseCommandLine()
H A Dsnippets.cpp22 const char * a_pszFile, in snippets() argument
32 SI_Error rc = ini.LoadFile(a_pszFile); in snippets()
124 rc = ini.SaveFile(a_pszFile); in snippets()
H A DREADME.md56 SI_Error rc = ini.LoadFile(a_pszFile);
148 rc = ini.SaveFile(a_pszFile);
H A DSimpleIni.h558 const char * a_pszFile
635 const char * a_pszFile,
1327 const char * a_pszFile in LoadFile() argument
1332 fopen_s(&fp, a_pszFile, "rb"); in LoadFile()
1334 fp = fopen(a_pszFile, "rb"); in LoadFile()
2342 const char * a_pszFile, in SaveFile() argument
2348 fopen_s(&fp, a_pszFile, "wb"); in SaveFile()
2350 fp = fopen(a_pszFile, "wb"); in SaveFile()
/dports/security/tpm-tools/tpm-tools-1.3.9.1_1/src/data_mgmt/
H A Ddata_import.c330 readX509Cert( const char *a_pszFile, in readX509Cert() argument
343 if ( a_pszFile ) { in readX509Cert()
345 pFile = fopen( a_pszFile, "r" ); in readX509Cert()
347 logError( TOKEN_FILE_OPEN_ERROR, a_pszFile, strerror( errno ) ); in readX509Cert()
398 if ( a_pszFile && pFile ) in readX509Cert()
571 readRsaKey( const char *a_pszFile, in readRsaKey() argument
582 if ( a_pszFile ) { in readRsaKey()
584 pFile = fopen( a_pszFile, "r" ); in readRsaKey()
586 logError( TOKEN_FILE_OPEN_ERROR, a_pszFile, strerror( errno ) ); in readRsaKey()
612 if ( a_pszFile && pFile ) in readRsaKey()
/dports/net/eternalterminal/EternalTerminal-et-v5.1.9/src/terminal/simpleini/
H A DSimpleIni.h558 const char * a_pszFile
635 const char * a_pszFile,
1327 const char * a_pszFile in LoadFile() argument
1332 fopen_s(&fp, a_pszFile, "rb"); in LoadFile()
1334 fp = fopen(a_pszFile, "rb"); in LoadFile()
2342 const char * a_pszFile, in SaveFile() argument
2348 fopen_s(&fp, a_pszFile, "wb"); in SaveFile()
2350 fp = fopen(a_pszFile, "wb"); in SaveFile()
/dports/deskutils/nextcloudclient/desktop-3.4.1/admin/win/tools/NCToolsShared/3rdparty/
H A DSimpleIni.h558 const char * a_pszFile
635 const char * a_pszFile,
1327 const char * a_pszFile in LoadFile() argument
1332 fopen_s(&fp, a_pszFile, "rb"); in LoadFile()
1334 fp = fopen(a_pszFile, "rb"); in LoadFile()
2356 const char * a_pszFile, in SaveFile() argument
2362 fopen_s(&fp, a_pszFile, "wb"); in SaveFile()
2364 fp = fopen(a_pszFile, "wb"); in SaveFile()
/dports/emulators/anese/ANESE-0.9.1/thirdparty/SimpleINI/
H A DSimpleIni.h558 const char * a_pszFile
635 const char * a_pszFile,
1327 const char * a_pszFile in LoadFile() argument
1332 fopen_s(&fp, a_pszFile, "rb"); in LoadFile()
1334 fp = fopen(a_pszFile, "rb"); in LoadFile()
2347 const char * a_pszFile, in SaveFile() argument
2353 fopen_s(&fp, a_pszFile, "wb"); in SaveFile()
2355 fp = fopen(a_pszFile, "wb"); in SaveFile()
H A DREADME.md58 SI_Error rc = ini.LoadFile(a_pszFile);
150 rc = ini.SaveFile(a_pszFile);
/dports/audio/spectacle-lv2/spectacle-2.0-1-g27b1525/thirdparty/simpleini/
H A DSimpleIni.h557 const char * a_pszFile
634 const char * a_pszFile,
1341 const char * a_pszFile in LoadFile() argument
1346 fopen_s(&fp, a_pszFile, "rb"); in LoadFile()
1348 fp = fopen(a_pszFile, "rb"); in LoadFile()
2378 const char * a_pszFile, in SaveFile() argument
2384 fopen_s(&fp, a_pszFile, "wb"); in SaveFile()
2386 fp = fopen(a_pszFile, "wb"); in SaveFile()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbmonitor/
H A DSimpleIni.h555 const char * a_pszFile
632 const char * a_pszFile,
1297 const char * a_pszFile in LoadFile() argument
1302 fopen_s(&fp, a_pszFile, "rb"); in LoadFile()
1304 fp = fopen(a_pszFile, "rb"); in LoadFile()
2310 const char * a_pszFile, in SaveFile() argument
2316 fopen_s(&fp, a_pszFile, "wb"); in SaveFile()
2318 fp = fopen(a_pszFile, "wb"); in SaveFile()