Home
last modified time | relevance | path

Searched defs:pszFileName (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/emulators/aranym/aranym-1.1.0/src/gui-sdl/
H A Dfile.cpp29 void File_CleanFileName(char *pszFileName) in File_CleanFileName()
52 void File_AddSlashToEndFileName(char *pszFileName) in File_AddSlashToEndFileName()
66 bool File_DoesFileExtensionMatch(char *pszFileName, char *pszExtension) in File_DoesFileExtensionMatch()
85 bool File_IsRootFileName(char *pszFileName) in File_IsRootFileName()
101 char *File_RemoveFileNameDrive(char *pszFileName) in File_RemoveFileNameDrive()
116 bool File_DoesFileNameEndWithSlash(char *pszFileName) in File_DoesFileNameEndWithSlash()
133 void File_RemoveFileNameTrailingSlashes(char *pszFileName) in File_RemoveFileNameTrailingSlashes()
151 int File_Length(char *pszFileName) in File_Length()
172 bool File_Exists(const char *pszFileName) in File_Exists()
190 bool File_Delete(char *pszFileName) in File_Delete()
[all …]
/dports/games/libretro-hatari/hatari-561c07e/src/
H A Dfile.c46 void File_CleanFileName(char *pszFileName) in File_CleanFileName()
62 void File_AddSlashToEndFileName(char *pszFileName) in File_AddSlashToEndFileName()
84 bool File_DoesFileExtensionMatch(const char *pszFileName, const char *pszExtension) in File_DoesFileExtensionMatch()
128 static bool File_IsRootFileName(const char *pszFileName) in File_IsRootFileName()
158 const char *File_RemoveFileNameDrive(const char *pszFileName) in File_RemoveFileNameDrive()
173 bool File_DoesFileNameEndWithSlash(char *pszFileName) in File_DoesFileNameEndWithSlash()
192 Uint8 *HFile_Read(const char *pszFileName, long *pFileSize, const char * const ppszExts[]) in HFile_Read()
278 bool File_Save(const char *pszFileName, const Uint8 *pAddress, size_t Size, bool bQueryOverwrite) in File_Save()
330 off_t File_Length(const char *pszFileName) in File_Length()
406 bool File_QueryOverwrite(const char *pszFileName) in File_QueryOverwrite()
[all …]
H A Dst.c46 bool ST_FileNameIsST(const char *pszFileName, bool bAllowGZ) in ST_FileNameIsST()
58 Uint8 *ST_ReadDisk(int Drive, const char *pszFileName, long *pImageSize, int *pImageType) in ST_ReadDisk()
81 bool ST_WriteDisk(int Drive, const char *pszFileName, Uint8 *pBuffer, int ImageSize) in ST_WriteDisk()
H A Ddim.c51 bool DIM_FileNameIsDIM(const char *pszFileName, bool bAllowGZ) in DIM_FileNameIsDIM()
63 Uint8 *DIM_ReadDisk(int Drive, const char *pszFileName, long *pImageSize, int *pImageType) in DIM_ReadDisk()
109 bool DIM_WriteDisk(int Drive, const char *pszFileName, Uint8 *pBuffer, int ImageSize) in DIM_WriteDisk()
H A Dzip.c60 bool ZIP_FileNameIsZIP(const char *pszFileName) in ZIP_FileNameIsZIP()
90 zip_dir *ZIP_GetFiles(const char *pszFileName) in ZIP_GetFiles()
509 Uint8 *ZIP_ReadDisk(int Drive, const char *pszFileName, const char *pszZipPath, long *pImageSize, i… in ZIP_ReadDisk()
617 Uint8 *ZIP_ReadFirstFile(const char *pszFileName, long *pImageSize, const char * const ppszExts[]) in ZIP_ReadFirstFile()
675 bool ZIP_FileNameIsZIP(const char *pszFileName) in ZIP_FileNameIsZIP()
687 zip_dir *ZIP_GetFiles(const char *pszFileName) in ZIP_GetFiles()
702 bool ZIP_WriteDisk(int Drive, const char *pszFileName,unsigned char *pBuffer,int ImageSize) in ZIP_WriteDisk()
H A DmemorySnapShot.c100 static MSS_File MemorySnapShot_fopen(const char *pszFileName, const char *pszMode) in MemorySnapShot_fopen()
210 static bool MemorySnapShot_OpenFile(const char *pszFileName, bool bSave) in MemorySnapShot_OpenFile()
348 void MemorySnapShot_Capture(const char *pszFileName, bool bConfirm) in MemorySnapShot_Capture()
402 void MemorySnapShot_Restore(const char *pszFileName, bool bConfirm) in MemorySnapShot_Restore()
H A Dmsa.c109 bool MSA_FileNameIsMSA(const char *pszFileName, bool bAllowGZ) in MSA_FileNameIsMSA()
218 Uint8 *MSA_ReadDisk(int Drive, const char *pszFileName, long *pImageSize, int *pImageType) in MSA_ReadDisk()
293 bool MSA_WriteDisk(int Drive, const char *pszFileName, Uint8 *pBuffer, int ImageSize) in MSA_WriteDisk()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/interopservices/ComTypes/
H A Dipersistfile.cs31 void Load([MarshalAs(UnmanagedType.LPWStr)] String pszFileName, int dwMode); in Load()
32 …void Save([MarshalAs(UnmanagedType.LPWStr)] String pszFileName, [MarshalAs(UnmanagedType.Bool)] bo… in Save()
33 void SaveCompleted([MarshalAs(UnmanagedType.LPWStr)] String pszFileName); in SaveCompleted()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/System/Runtime/InteropServices/ComTypes/
H A DIPersistFile.cs30 void Load([MarshalAs(UnmanagedType.LPWStr)] String pszFileName, int dwMode); in Load()
31 …void Save([MarshalAs(UnmanagedType.LPWStr)] String pszFileName, [MarshalAs(UnmanagedType.Bool)] bo… in Save()
32 void SaveCompleted([MarshalAs(UnmanagedType.LPWStr)] String pszFileName); in SaveCompleted()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.InteropServices/
H A DUCOMIPersistFile.cs43 void Load ([MarshalAs(UnmanagedType.LPWStr)] string pszFileName, int dwMode); in Load()
44 …void Save ([MarshalAs (UnmanagedType.LPWStr)] string pszFileName, [MarshalAs (UnmanagedType.Bool)]… in Save()
45 void SaveCompleted ([MarshalAs (UnmanagedType.LPWStr)]string pszFileName); in SaveCompleted()
/dports/emulators/hatari/hatari-2.2.1/src/
H A Dfile.c43 void File_CleanFileName(char *pszFileName) in File_CleanFileName()
59 void File_AddSlashToEndFileName(char *pszFileName) in File_AddSlashToEndFileName()
81 bool File_DoesFileExtensionMatch(const char *pszFileName, const char *pszExtension) in File_DoesFileExtensionMatch()
125 static bool File_IsRootFileName(const char *pszFileName) in File_IsRootFileName()
155 const char *File_RemoveFileNameDrive(const char *pszFileName) in File_RemoveFileNameDrive()
170 bool File_DoesFileNameEndWithSlash(char *pszFileName) in File_DoesFileNameEndWithSlash()
189 Uint8 *File_Read(const char *pszFileName, long *pFileSize, const char * const ppszExts[]) in File_Read()
278 bool File_Save(const char *pszFileName, const Uint8 *pAddress, size_t Size, bool bQueryOverwrite) in File_Save()
330 off_t File_Length(const char *pszFileName) in File_Length()
381 bool File_QueryOverwrite(const char *pszFileName) in File_QueryOverwrite()
[all …]
H A Dst.c46 bool ST_FileNameIsST(const char *pszFileName, bool bAllowGZ) in ST_FileNameIsST()
58 Uint8 *ST_ReadDisk(int Drive, const char *pszFileName, long *pImageSize, int *pImageType) in ST_ReadDisk()
81 bool ST_WriteDisk(int Drive, const char *pszFileName, Uint8 *pBuffer, int ImageSize) in ST_WriteDisk()
H A Ddim.c53 bool DIM_FileNameIsDIM(const char *pszFileName, bool bAllowGZ) in DIM_FileNameIsDIM()
65 Uint8 *DIM_ReadDisk(int Drive, const char *pszFileName, long *pImageSize, int *pImageType) in DIM_ReadDisk()
111 bool DIM_WriteDisk(int Drive, const char *pszFileName, Uint8 *pBuffer, int ImageSize) in DIM_WriteDisk()
H A Dzip.c60 bool ZIP_FileNameIsZIP(const char *pszFileName) in ZIP_FileNameIsZIP()
90 zip_dir *ZIP_GetFiles(const char *pszFileName) in ZIP_GetFiles()
514 Uint8 *ZIP_ReadDisk(int Drive, const char *pszFileName, const char *pszZipPath, long *pImageSize, i… in ZIP_ReadDisk()
622 Uint8 *ZIP_ReadFirstFile(const char *pszFileName, long *pImageSize, const char * const ppszExts[]) in ZIP_ReadFirstFile()
677 bool ZIP_FileNameIsZIP(const char *pszFileName) in ZIP_FileNameIsZIP()
689 zip_dir *ZIP_GetFiles(const char *pszFileName) in ZIP_GetFiles()
704 bool ZIP_WriteDisk(int Drive, const char *pszFileName,unsigned char *pBuffer,int ImageSize) in ZIP_WriteDisk()
H A DmemorySnapShot.c95 static MSS_File MemorySnapShot_fopen(const char *pszFileName, const char *pszMode) in MemorySnapShot_fopen()
166 static bool MemorySnapShot_OpenFile(const char *pszFileName, bool bSave, bool bConfirm) in MemorySnapShot_OpenFile()
305 void MemorySnapShot_Capture(const char *pszFileName, bool bConfirm) in MemorySnapShot_Capture()
328 void MemorySnapShot_Capture_Immediate(const char *pszFileName, bool bConfirm) in MemorySnapShot_Capture_Immediate()
402 void MemorySnapShot_Restore(const char *pszFileName, bool bConfirm) in MemorySnapShot_Restore()
H A Dmsa.c109 bool MSA_FileNameIsMSA(const char *pszFileName, bool bAllowGZ) in MSA_FileNameIsMSA()
244 Uint8 *MSA_ReadDisk(int Drive, const char *pszFileName, long *pImageSize, int *pImageType) in MSA_ReadDisk()
320 bool MSA_WriteDisk(int Drive, const char *pszFileName, Uint8 *pBuffer, int ImageSize) in MSA_WriteDisk()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/interopservices/
H A Ducomipersistfile.cs33 void Load([MarshalAs(UnmanagedType.LPWStr)] String pszFileName, int dwMode); in Load()
34 …void Save([MarshalAs(UnmanagedType.LPWStr)] String pszFileName, [MarshalAs(UnmanagedType.Bool)] bo… in Save()
35 void SaveCompleted([MarshalAs(UnmanagedType.LPWStr)] String pszFileName); in SaveCompleted()
/dports/databases/unixODBC/unixODBC-2.3.9/odbcinst/
H A DSQLGetPrivateProfileString.c94 LPCSTR pszFileName ) in _check_ini_cache()
214 LPCSTR pszFileName ) in _save_ini_cache()
290 LPCSTR pszFileName ) in check_ini_cache()
310 LPCSTR pszFileName ) in save_ini_cache()
347 LPCSTR pszFileName ) in check_ini_cache()
358 LPCSTR pszFileName ) in save_ini_cache()
373 LPCSTR pszFileName in SQLGetPrivateProfileString()
H A D_odbcinst_UserINI.c20 BOOL _odbcinst_UserINI( char *pszFileName, BOOL bVerify ) in _odbcinst_UserINI()
52 BOOL _odbcinst_UserINI( char *pszFileName, BOOL bVerify ) in _odbcinst_UserINI()
H A D_odbcinst_ConfigModeINI.c26 BOOL _odbcinst_ConfigModeINI( char *pszFileName ) in _odbcinst_ConfigModeINI()
/dports/security/beid/eid-mw-5.0.8/cardcomm/minidriver/src/
H A DPubDataOps.c104 __in LPSTR pszFileName, in CardReadFile()
498 __in LPSTR pszFileName, in CardCreateFile()
525 __in LPSTR pszFileName, in CardGetFileInfo()
686 __in LPSTR pszFileName, in CardWriteFile()
713 __in LPSTR pszFileName, in CardDeleteFile()
/dports/cad/libopencad/libopencad-0.2.0/lib/
H A Dopencad.cpp148 CADFileIO* GetDefaultFileIO( const char * pszFileName ) in GetDefaultFileIO()
182 CADFile * OpenCADFile( const char * pszFileName, enum CADFile::OpenOptions eOptions, bool bReadUnsu… in OpenCADFile()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/cad/libopencad/
H A Dopencad.cpp153 CADFileIO* GetDefaultFileIO( const char * pszFileName ) in GetDefaultFileIO()
189 CADFile * OpenCADFile( const char * pszFileName, enum CADFile::OpenOptions eOptions, bool bReadUnsu… in OpenCADFile()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/cad/libopencad/
H A Dopencad.cpp153 CADFileIO* GetDefaultFileIO( const char * pszFileName ) in GetDefaultFileIO()
189 CADFile * OpenCADFile( const char * pszFileName, enum CADFile::OpenOptions eOptions, bool bReadUnsu… in OpenCADFile()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/cad/libopencad/
H A Dopencad.cpp153 CADFileIO* GetDefaultFileIO( const char * pszFileName ) in GetDefaultFileIO()
189 CADFile * OpenCADFile( const char * pszFileName, enum CADFile::OpenOptions eOptions, bool bReadUnsu… in OpenCADFile()

1234567