Home
last modified time | relevance | path

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

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