Searched refs:pszDelim (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Disassembler/
H A DDisasmFormatYasm.cpp603 const char *pszDelim = strchr(pszFmt, '/'); local
604 const char *pszSpace = (pszDelim ? strchr(pszDelim, ' ') : NULL);
605 if (pszDelim != NULL)
608 if (pszSpace == NULL) pszSpace = strchr(pszDelim, 0);
616 strncpy(pszFmtDst, pszFmt + 1, pszDelim - pszFmt - 1);
617 pszFmtDst += pszDelim - pszFmt - 1;
621 strncpy(pszFmtDst, pszDelim + 1, pszSpace - pszDelim - 1);
622 pszFmtDst += pszSpace - pszDelim
[all...]

Completed in 320 milliseconds