Searched refs:pString (Results 1 – 2 of 2) sorted by relevance
219 U14API(short) U14SendString(short hand, const char* pString);
1547 U14API(short) U14SendString(short hand, const char* pString) in U14SendString() argument1556 nChars = (int)strlen(pString); // get string length we want to send in U14SendString()1591 strcpy(tstr, pString); /* Into local buf */ in U14SendString()1633 sErr = CED_SendString(aHand1401[hand], pString, nChars); in U14SendString()1655 sErr = CED_SendString(aHand1401[hand], pString, nChars); in U14SendString()