Searched refs:string8 (Results 1 – 1 of 1) sorted by relevance
7618 char* string8 = NULL; in cdmaInfoRecInd() local7648 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1) * sizeof(char)); in cdmaInfoRecInd()7649 if (string8 == NULL) { in cdmaInfoRecInd()7654 memcpy(string8, infoRec->rec.display.alpha_buf, infoRec->rec.display.alpha_len); in cdmaInfoRecInd()7655 string8[(int)infoRec->rec.display.alpha_len] = '\0'; in cdmaInfoRecInd()7658 record->display[0].alphaBuf = string8; in cdmaInfoRecInd()7659 free(string8); in cdmaInfoRecInd()7660 string8 = NULL; in cdmaInfoRecInd()7673 string8 = (char*) malloc((infoRec->rec.number.len + 1) * sizeof(char)); in cdmaInfoRecInd()7674 if (string8 == NULL) { in cdmaInfoRecInd()[all …]