Searched refs:string8 (Results 1 – 1 of 1) sorted by relevance
7616 char* string8 = NULL; in cdmaInfoRecInd() local7646 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1) * sizeof(char)); in cdmaInfoRecInd()7647 if (string8 == NULL) { in cdmaInfoRecInd()7652 memcpy(string8, infoRec->rec.display.alpha_buf, infoRec->rec.display.alpha_len); in cdmaInfoRecInd()7653 string8[(int)infoRec->rec.display.alpha_len] = '\0'; in cdmaInfoRecInd()7656 record->display[0].alphaBuf = string8; in cdmaInfoRecInd()7657 free(string8); in cdmaInfoRecInd()7658 string8 = NULL; in cdmaInfoRecInd()7671 string8 = (char*) malloc((infoRec->rec.number.len + 1) * sizeof(char)); in cdmaInfoRecInd()7672 if (string8 == NULL) { in cdmaInfoRecInd()[all …]