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

/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp852 char *pcPercent = (char*)strchr(pszFileNameParam, '%'); local
853 if (pcPercent != 0 && *(pcPercent + 1) != 'd' && *(pcPercent + 1) != 'u')
859 if (pcPercent != 0 && strchr(pcPercent + 1, '%') != 0)

Completed in 837 milliseconds