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

/vbox/src/VBox/Disassembler/
H A DDisasmFormatYasm.cpp581 char *pszFmtDst = szTmpFmt; local
588 *pszFmtDst++ = 's';
589 *pszFmtDst++ = 't';
594 *pszFmtDst++ = ch;
597 *pszFmtDst++ = ch;
607 char *pszFmtDst = szTmpFmt; local
616 strncpy(pszFmtDst, pszFmt + 1, pszDelim - pszFmt - 1);
617 pszFmtDst += pszDelim - pszFmt - 1;
621 strncpy(pszFmtDst, pszDelim + 1, pszSpace - pszDelim - 1);
622 pszFmtDst
[all...]

Completed in 56 milliseconds