Searched refs:tempstr (Results 1 - 3 of 3) sorted by relevance

/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c657 char tempstr[50]; local
677 tempstr[0] = '\0';
682 strncat(tempstr, tok, toklen);
683 tempstr[count+1] = '\0';
684 strcat(tempstr, " ");
692 tempstr[count-1] = '\0';
694 lts->allowable_cons_comb[lts->num_cons_comb] = (char*) lts_alloc(strlen(tempstr)+1, sizeof(char));
700 strcpy(lts->allowable_cons_comb[lts->num_cons_comb], tempstr);
703 pfprintf(PSTDOUT,"LOAD_TREE: allowable_cons_comb[%d]: %s\n", lts->num_cons_comb, tempstr);
1009 char tempstr[MAX_WORD_LE local
1403 char tempstr[20]; local
[all...]
/external/icu4c/i18n/
H A Drbt_pars.cpp916 UnicodeString *tempstr = NULL; // used for memory allocation error checking local
1020 tempstr = new UnicodeString(idBlockResult);
1022 if (tempstr == NULL) {
1027 idBlockVector.addElement(tempstr, status);
1029 idBlockVector.insertElementAt(tempstr, 0, status);
1061 tempstr = new UnicodeString(idBlockResult);
1063 if (tempstr == NULL) {
1068 idBlockVector.addElement(tempstr, status);
1070 idBlockVector.insertElementAt(tempstr, 0, status);
/external/icu4c/common/
H A Duloc.c2270 char *tempstr; /* Use for null pointer check */ local
2312 tempstr = uprv_strndup(s,(int32_t)((t+1)-s));
2313 if (tempstr == NULL) {
2317 j[n].locale = tempstr;

Completed in 77 milliseconds