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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DParseInf.c59 CHAR8 *CharPtr; local
134 CharPtr = strstr (InputBuffer, "//");
135 if (CharPtr != 0) {
136 CharPtr[0] = 0;
598 CHAR8 *CharPtr; local
615 CharPtr = strstr (InputBuffer, "//");
616 if (CharPtr != 0) {
617 CharPtr[0] = 0;
620 CharPtr = strstr (InputBuffer, "#");
621 if (CharPtr !
[all...]

Completed in 748 milliseconds