Searched refs:tempstr (Results 1 – 3 of 3) sorted by relevance
/external/toybox/kconfig/lxdialog/ |
D | util.c | 318 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; in print_autowrap() local 320 strcpy(tempstr, prompt); in print_autowrap() 322 prompt_len = strlen(tempstr); in print_autowrap() 328 if (tempstr[i] == '\n') in print_autowrap() 329 tempstr[i] = ' '; in print_autowrap() 334 waddstr(win, tempstr); in print_autowrap() 339 word = tempstr; in print_autowrap()
|
/external/icu/icu4c/source/i18n/ |
D | rbt_pars.cpp | 924 UnicodeString *tempstr = NULL; // used for memory allocation error checking in parseRules() local 1028 tempstr = new UnicodeString(idBlockResult); in parseRules() 1030 if (tempstr == NULL) { in parseRules() 1035 idBlockVector.addElement(tempstr, status); in parseRules() 1037 idBlockVector.insertElementAt(tempstr, 0, status); in parseRules() 1069 tempstr = new UnicodeString(idBlockResult); in parseRules() 1071 if (tempstr == NULL) { in parseRules() 1076 idBlockVector.addElement(tempstr, status); in parseRules() 1078 idBlockVector.insertElementAt(tempstr, 0, status); in parseRules()
|
/external/flac/src/plugin_xmms/ |
D | fileinfo.c | 104 gchar *tempstr; in label_set_text() local 107 tempstr = g_strdup_vprintf(str, args); in label_set_text() 110 gtk_label_set_text(GTK_LABEL(label), tempstr); in label_set_text() 111 g_free(tempstr); in label_set_text()
|