Searched refs:string8 (Results 1 – 3 of 3) sorted by relevance
7690 char* string8 = NULL; in cdmaInfoRecInd() local7720 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1) * sizeof(char)); in cdmaInfoRecInd()7721 if (string8 == NULL) { in cdmaInfoRecInd()7726 memcpy(string8, infoRec->rec.display.alpha_buf, infoRec->rec.display.alpha_len); in cdmaInfoRecInd()7727 string8[(int)infoRec->rec.display.alpha_len] = '\0'; in cdmaInfoRecInd()7730 record->display[0].alphaBuf = string8; in cdmaInfoRecInd()7731 free(string8); in cdmaInfoRecInd()7732 string8 = NULL; in cdmaInfoRecInd()7745 string8 = (char*) malloc((infoRec->rec.number.len + 1) * sizeof(char)); in cdmaInfoRecInd()7746 if (string8 == NULL) { in cdmaInfoRecInd()[all …]
9066 char* string8 = NULL; in cdmaInfoRecInd() local9096 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1) * sizeof(char)); in cdmaInfoRecInd()9097 if (string8 == NULL) { in cdmaInfoRecInd()9102 memcpy(string8, infoRec->rec.display.alpha_buf, infoRec->rec.display.alpha_len); in cdmaInfoRecInd()9103 string8[(int)infoRec->rec.display.alpha_len] = '\0'; in cdmaInfoRecInd()9106 record->display[0].alphaBuf = string8; in cdmaInfoRecInd()9107 free(string8); in cdmaInfoRecInd()9108 string8 = NULL; in cdmaInfoRecInd()9121 string8 = (char*) malloc((infoRec->rec.number.len + 1) * sizeof(char)); in cdmaInfoRecInd()9122 if (string8 == NULL) { in cdmaInfoRecInd()[all …]
9376 char* string8 = NULL; in cdmaInfoRecInd() local9406 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1) * sizeof(char)); in cdmaInfoRecInd()9407 if (string8 == NULL) { in cdmaInfoRecInd()9412 memcpy(string8, infoRec->rec.display.alpha_buf, infoRec->rec.display.alpha_len); in cdmaInfoRecInd()9413 string8[(int)infoRec->rec.display.alpha_len] = '\0'; in cdmaInfoRecInd()9416 record->display[0].alphaBuf = string8; in cdmaInfoRecInd()9417 free(string8); in cdmaInfoRecInd()9418 string8 = NULL; in cdmaInfoRecInd()9431 string8 = (char*) malloc((infoRec->rec.number.len + 1) * sizeof(char)); in cdmaInfoRecInd()9432 if (string8 == NULL) { in cdmaInfoRecInd()[all …]