Home
last modified time | relevance | path

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

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