Searched defs:fWithSpace (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) argument
58 if (cchAppend + 1 + fWithSpace <= *pcbBuf)
60 if (fWithSpace)
74 static char *stringifyAppendUnknownFlags(uint32_t fFlags, char *pszBuf, size_t *pcbBuf, bool fWithSpace) argument
81 pszBuf = stringifyAppend(pszBuf, pcbBuf, szTmp, fWithSpace);
82 fWithSpace = true;

Completed in 44 milliseconds