Searched refs:tempstr (Results 1 – 2 of 2) sorted by relevance
/u-boot/fs/yaffs2/ |
A D | yaffs_uboot_glue.c | 404 char tempstr[255]; in cmd_yaffs_ls() local 415 sprintf(tempstr, "%s/%s", mountpt, de->d_name); in cmd_yaffs_ls() 416 yaffs_lstat(tempstr, &stat); in cmd_yaffs_ls()
|
/u-boot/scripts/kconfig/lxdialog/ |
A 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()
|
Completed in 5 milliseconds