Searched refs:SEEK_END (Results 1 – 6 of 6) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/szfile/ |
| D | 7zFile.c | 200 case SZ_SEEK_END: moveMethod = SEEK_END; break; in File_Seek() 228 int res = fseek(p->file, 0, SEEK_END); in File_GetLength()
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/winmakebsf/ |
| D | makebsf.c | 265 fseek(fp, 0, SEEK_END); in main()
|
| /CafeSDK-2.12.13-1/system/include/ |
| D | zconf.h | 390 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/ |
| D | gfdFileTexture.cpp | 331 fseek(fpout, -(s32)GFD_BLOCK_HEADER_SIZE, SEEK_END); in GFDAppendWriteFileTexture()
|
| D | gfdFileShader.cpp | 1860 fseek(fpout, -(s32)GFD_BLOCK_HEADER_SIZE, SEEK_END); in GFDAppendWriteFileShader2()
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/ |
| D | gshCompile.cpp | 388 fseek(fp, 0, SEEK_END); in AppendShaderSource() 436 fseek(fp, 0, SEEK_END); in AppendShaderSource()
|