| /CafeSDK-2.12.13-1/system/src/lib/szfile/ |
| D | 7zFile.c | 33 p->file = NULL; in File_Construct() 48 p->file = fopen(name, writeMode ? "wb+" : "rb"); in File_Open() 49 return (p->file != 0) ? 0 : in File_Open() 86 if (p->file != NULL) in File_Close() 88 int res = fclose(p->file); in File_Close() 91 p->file = NULL; in File_Close() 124 *size = fread(data, 1, originalSize, p->file); in File_Read() 127 return ferror(p->file); in File_Read() 159 *size = fwrite(data, 1, originalSize, p->file); in File_Write() 162 return ferror(p->file); in File_Write() [all …]
|
| D | 7zFile.h | 28 FILE *file; 58 CSzFile file; member 67 CSzFile file; member 76 CSzFile file; member
|
| D | 7zIn.c | 206 CSzFileItem *file = p->db.Files + i; in SzArEx_Fill() local 207 int emptyStream = !file->HasStream; in SzArEx_Fill() 1092 CSzFileItem *file = files + i; in SzReadHeader2() local 1093 file->IsAnti = 0; in SzReadHeader2() 1095 file->HasStream = 1; in SzReadHeader2() 1097 file->HasStream = (Byte)((*emptyStreamVector)[i] ? 0 : 1); in SzReadHeader2() 1098 if (file->HasStream) in SzReadHeader2() 1100 file->IsDir = 0; in SzReadHeader2() 1101 file->Size = (*unpackSizes)[sizeIndex]; in SzReadHeader2() 1102 file->Crc = (*digests)[sizeIndex]; in SzReadHeader2() [all …]
|
| /CafeSDK-2.12.13-1/system/src/build/make/ |
| D | eppccleandepend_cygwin.sed | 1 # this file will clean up ONE makefile dependency rule in a file. It must 5 # latest sed keeps \r (0x0d) characters of input file, so just '$' doesn't work 24 # We supplement this below to remove the actual target source file itself, since sometimes 25 # people change a .c file into a .cpp file (or vice versa), and this would break things. 26 # The actual source file is already a dependency of the object, so no need to list it again.
|
| D | eppcadddepend_cygwin.sed | 8 # delete the object file and leading colon
|
| /CafeSDK-2.12.13-1/system/include/ |
| D | zlib.h | 1209 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size)); 1226 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); 1235 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); 1251 ZEXTERN int ZEXPORT gzwrite OF((gzFile file, 1259 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...)); 1274 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s)); 1282 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len)); 1295 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c)); 1301 ZEXTERN int ZEXPORT gzgetc OF((gzFile file)); 1307 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file)); [all …]
|
| /CafeSDK-2.12.13-1/system/bin/tool/ |
| D | makecfdiscimage.sh | 49 $(basename $0) - Extract master archive file into full-padded disc master image 54 -i <path> : Master archive file to extract. 55 -o <path> : Output file name without extension. 57 If omitted, use RPX file name with the extension .wumad
|
| D | viewcore.bat | 173 echo Making a core dump file, but NOT automatically launching GHS MULTI! 230 ::::: Only view core dump file, does not call makecore 233 ::::: -i option is used without specified core dump file 239 ::::: Test if the specified core dump file exist 243 ::::: Specified core dump file is a directory or does not exist 249 ::::: Specified core dump file exists, call MULTI 264 …echo Usage: viewcore.bat [-o ^<file^>] [-i ^<file^>] [-d ^<dir^>] [-a] [-h^<elp^>] [^<director… 266 echo -o ^<file^> Specify output core dump file name. If unspecified, 268 echo -i ^<file^> View core dump file "file". No memory
|
| D | makecfdownloadimage.sh | 93 $(basename $0) - Create download image from master archive file 98 -i <path> : Master archive file to create download image from.
|
| D | uploadimg_simultaneous.sh | 28 Uploads a WUMAD image to one or more devkits suimultaneously. The WUMAD file 45 wumad_path: Path to a .wumad file.
|
| D | cafeoptions | 14 # redirect over to the batch file
|
| D | setbridge.bat | 15 :: Run setbridgeconfig to update INI file 31 :: Look up the bridges IP from the INI file by name.
|
| D | cafeoptions.bat | 72 REM Read defaults from config file, for anything that's not set yet. 80 REM old "pcfs_over_sata" sentinel exists; update to new config file 95 REM rewrite config file if requested; NOT "thread-safe"!
|
| D | makecfmaster.sh | 487 $(basename $0) - Create master archive file from application RPX 492 -r <path> : RPX file to generate mastering image. 495 -o <path> : Output file name without extension. 497 If omitted, use RPX file name with the extension .wumad 508 ddf file, if exists.
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demoFS.c | 255 DEMOFSFileInfo file; in DEMOFSSimpleRead() local 261 fileRet = DEMOFSOpenFile(filename, &file); in DEMOFSSimpleRead() 264 fileRet = DEMOFSGetLength(&file, &fileLen); in DEMOFSSimpleRead() 270 fileRet = DEMOFSRead(&file, fileBuf, (s32)fileAllocLen, 0); in DEMOFSSimpleRead() 273 fileRet = DEMOFSCloseFile(&file); in DEMOFSSimpleRead() 285 DEMOFSFileInfo file; in DEMOFSSimpleReadAlign() local 291 fileRet = DEMOFSOpenFile(filename, &file); in DEMOFSSimpleReadAlign() 294 fileRet = DEMOFSGetLength(&file, &fileLen); in DEMOFSSimpleReadAlign() 300 fileRet = DEMOFSRead(&file, fileBuf, (s32)fileAllocLen, 0); in DEMOFSSimpleReadAlign() 303 fileRet = DEMOFSCloseFile(&file); in DEMOFSSimpleReadAlign() [all …]
|
| /CafeSDK-2.12.13-1/system/bin/tool/mastering/resources/compat/ |
| D | NdevRun.ddf | 6 ; A table for the FST file is generated by retrieving files under the 9 ; The name of the Application Loader file. 23 ; The name of a disk layout file. 25 ; The name of a system binary file. 27 ; The name of a FST information file. 28 ; * This is a text file for checking the FST layout. The optical disk emulator 29 ; does not reference this file. 98 ; Aligns the <File Name> file with the <LBA Align> boundary on the 118 ; The <File Name> file is laid out on the optical disk according to the
|
| /CafeSDK-2.12.13-1/system/bin/tool/mastering/Ionic.Zip.dll_licenses/ |
| D | License.bzip2.txt | 14 * or more contributor license agreements. See the NOTICE file 16 * regarding copyright ownership. The ASF licenses this file 18 * "License"); you may not use this file except in compliance
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/ |
| D | gfd.sln.bat | 2 :: Batch file to run Visual Studio with CAFE_ROOT_DOS set locally 4 :: where foo.sln is the target file to open with devenv.
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/ |
| D | TexConv2.sln.bat | 2 :: Batch file to run Visual Studio with CAFE_ROOT_DOS set locally 4 :: where foo.sln is the target file to open with devenv.
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/ |
| D | gshCompile.sln.bat | 2 :: Batch file to run Visual Studio with CAFE_ROOT_DOS set locally 4 :: where foo.sln is the target file to open with devenv.
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/winmakebsf/ |
| D | makebsf.c | 198 FILE* file; in main() local 344 file = fopen(outName, "wb"); in main() 345 if (file == NULL) in main() 350 if (fwrite(image, 1, size, file) != size) in main() 355 fclose(file); in main()
|
| /CafeSDK-2.12.13-1/system/include/cafe/gx2/ |
| D | gx2Verify.h | 44 typedef void (*GX2VerifyCallback)(const char* file,
|
| /CafeSDK-2.12.13-1/system/src/lib/libsys/ |
| D | ind_dots.ppc | 16 .file "ind_dots.ppc"
|
| D | _readme.txt | 23 To rebuild libsys.a using the included project file, libsys.bld,
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | Tools.cs | 1108 FileInfo file = new FileInfo(filename); in IsFileLocked() 1109 stream = file.Open(FileMode.Open, FileAccess.ReadWrite, FileShare.None); in IsFileLocked() 1269 FileInfo file = new FileInfo(filename); in IsValidFile() 1272 if (Path.GetFileName(file.FullName).Length == 0) in IsValidFile() 1284 returnVal = file.Exists; in IsValidFile() 1366 foreach (FileInfo file in files) in DirectoryCopy() 1368 string temppath = Path.Combine(destDirName, file.Name); in DirectoryCopy() 1369 file.CopyTo(temppath, overwriteFiles); in DirectoryCopy()
|