Searched refs:tempstr (Results 1 – 4 of 4) 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/u-boot/fs/yaffs2/ |
D | yaffs_uboot_glue.c | 403 char tempstr[255]; in cmd_yaffs_ls() local 414 sprintf(tempstr, "%s/%s", mountpt, de->d_name); in cmd_yaffs_ls() 415 yaffs_lstat(tempstr, &stat); in cmd_yaffs_ls()
|
/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/u-boot/scripts/kconfig/lxdialog/ |
D | util.c | 373 char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0; in print_autowrap() local 375 strcpy(tempstr, prompt); in print_autowrap() 377 prompt_len = strlen(tempstr); in print_autowrap() 381 waddstr(win, tempstr); in print_autowrap() 386 word = tempstr; in print_autowrap()
|