Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp172 appendBuffer(char *origData, char *appendData, size_t *pMaxLen, size_t *pCurLen) in appendBuffer() function
218 strbuf = appendBuffer(strbuf, "#error \"", pMaxSize, pCurSize); in appendError()
219 strbuf = appendBuffer(strbuf, fs->fname ? fs->fname : "(unknown)", pMaxSize, pCurSize); in appendError()
220 strbuf = appendBuffer(strbuf, ": ", pMaxSize, pCurSize); in appendError()
222 strbuf = appendBuffer(strbuf, temp, pMaxSize, pCurSize); in appendError()
223 strbuf = appendBuffer(strbuf, ": ", pMaxSize, pCurSize); in appendError()
224 strbuf = appendBuffer(strbuf, msg, pMaxSize, pCurSize); in appendError()
225 strbuf = appendBuffer(strbuf, "\"\n", pMaxSize, pCurSize); in appendError()
272 strbuf = appendBuffer(strbuf, linebuf, pMaxSize, pCurSize); in getFile()
281 strbuf = appendBuffer(strbuf, "\n", pMaxSize, pCurSize); in getFile()