Home
last modified time | relevance | path

Searched refs:SEEK_SET (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/szfile/
D7zFile.c198 case SZ_SEEK_SET: moveMethod = SEEK_SET; break; in File_Seek()
230 fseek(p->file, pos, SEEK_SET); in File_GetLength()
/CafeSDK-2.12.13/system/include/
Dzconf.h387 #ifndef SEEK_SET
388 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp245 fseek(fp, 0, SEEK_SET); in getFile()
383 fseek(fp, 0, SEEK_SET); in AppendShaderSource()
431 fseek(fp, 0, SEEK_SET); in AppendShaderSource()
445 fseek(fp, 0, SEEK_SET); in AppendShaderSource()