Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp231 char linebuf[BUFSIZ]; in getFile() local
252 ptr = fgets(linebuf, sizeof(linebuf), fp); in getFile()
265 strbuf = appendBuffer(strbuf, linebuf, pMaxSize, pCurSize); in getFile()