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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp2916 DECLINLINE(bool) suplibCommandLineIsArgSeparator(int ch) function
2957 while (cwcArgs > 0 && suplibCommandLineIsArgSeparator(*pawcArgs) )
2985 } while (cwcArgs > 0 && (fQuoted || !suplibCommandLineIsArgSeparator(*pawcArgs)));
2988 while (cwcArgs > 0 && suplibCommandLineIsArgSeparator(*pawcArgs))
4682 while (suplibCommandLineIsArgSeparator(ch))
4731 } while (ch != '\0' && (fQuoted || !suplibCommandLineIsArgSeparator(ch)));

Completed in 50 milliseconds