Searched refs:string8 (Results 1 – 1 of 1) sorted by relevance
601 char *string8 = NULL; in dispatchString() local603 string8 = strdupReadString(p); in dispatchString()606 appendPrintBuf("%s%s", printBuf, string8); in dispatchString()610 CALL_ONREQUEST(pRI->pCI->requestNumber, string8, in dispatchString()614 memsetString(string8); in dispatchString()617 free(string8); in dispatchString()2849 char* string8 = NULL; in responseCdmaInformationRecords() local2885 string8 = (char*) calloc(infoRec->rec.display.alpha_len + 1, sizeof(char)); in responseCdmaInformationRecords()2886 if (string8 == NULL) { in responseCdmaInformationRecords()2892 string8[i] = infoRec->rec.display.alpha_buf[i]; in responseCdmaInformationRecords()[all …]