Searched defs:stringifyAppend (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstNtQueryStuff.cpp55 static char *stringifyAppend(char *pszBuf, size_t *pcbBuf, const char *pszAppend, bool fWithSpace) function
81 pszBuf = stringifyAppend(pszBuf, pcbBuf, szTmp, fWithSpace);
99 pszBuf = stringifyAppend(pszBuf, &cbBuf, paFlagDesc[i].psz, pszBuf != pszBufStart);

Completed in 43 milliseconds