Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp210 static char *processInclude(FileState *curfs, char *strbuf, char *includeline, size_t *pMaxSize, si…
215 static char *appendError(FileState *fs, char *msg, char *strbuf, size_t *pMaxSize, size_t *pCurSize) in appendError() argument
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()
226 return strbuf; in appendError()
[all …]