Lines Matching defs:pString
503 char *pString)
517 cptr = pString;
518 for (i = (int)strlen(pString); i; i--, cptr++) {
520 *pString++ = *cptr;
524 *pString = '\0';
640 char *pString)
702 pRec->first = pString;
703 _XcmsCopyISOLatin1Lowered(pString, f1);
704 pString += (1 + RemoveSpaces(pString));
705 pRec->second = pString;
707 _XcmsCopyISOLatin1Lowered(pString, f2);
708 pString += RemoveSpaces(pString) + 1;