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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmisc.c1683 strBetween(pStart, pNext, pStop)
1688 pStop. Trailing spaces are not included in the copy operation.
1691 optional. The pStop will stop the scan when the optional part is not present
1696 char *strBetween(char *pStart, char *pNext, char *pStop) argument
1698 char *strBetween(pStart, pNext, pStop)
1701 char *pStop;
1708 pEnd = (pNext != NULL) ? pNext : pStop;

Completed in 34 milliseconds