Searched refs:appendBuffer (Results 1 – 1 of 1) sorted by relevance
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/ |
| D | gshCompile.cpp | 166 appendBuffer(char *origData, char *appendData, size_t *pMaxLen, size_t *pCurLen) in appendBuffer() function 211 strbuf = appendBuffer(strbuf, "#error \"", pMaxSize, pCurSize); in appendError() 212 strbuf = appendBuffer(strbuf, fs->fname ? fs->fname : "(unknown)", pMaxSize, pCurSize); in appendError() 213 strbuf = appendBuffer(strbuf, ": ", pMaxSize, pCurSize); in appendError() 215 strbuf = appendBuffer(strbuf, temp, pMaxSize, pCurSize); in appendError() 216 strbuf = appendBuffer(strbuf, ": ", pMaxSize, pCurSize); in appendError() 217 strbuf = appendBuffer(strbuf, msg, pMaxSize, pCurSize); in appendError() 218 strbuf = appendBuffer(strbuf, "\"\n", pMaxSize, pCurSize); in appendError() 265 strbuf = appendBuffer(strbuf, linebuf, pMaxSize, pCurSize); in getFile() 274 strbuf = appendBuffer(strbuf, "\n", pMaxSize, pCurSize); in getFile()
|