HomeSort by relevance Sort by last modified time
    Searched refs:tempstr (Results 1 - 5 of 5) sorted by null

  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 657 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_LEN] local
1403 char tempstr[20]; local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
rbt_pars.cpp 916 UnicodeString *tempstr = NULL; \/\/ used for memory allocation error checking local
    [all...]
  /external/icu4c/i18n/
rbt_pars.cpp 916 UnicodeString *tempstr = NULL; \/\/ used for memory allocation error checking local
    [all...]
  /external/icu4c/common/
uloc.c 2198 char *tempstr; \/* Use for null pointer check *\/ local
    [all...]
  /external/chromium/third_party/icu/source/common/
uloc.c 2932 char *tempstr; \/* Use for null pointer check *\/ local
    [all...]

Completed in 249 milliseconds