Searched refs:tempstr (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/ |
| H 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()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/ |
| H A D | util.c | 386 char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0; in print_autowrap() local 388 strcpy(tempstr, prompt); in print_autowrap() 390 prompt_len = strlen(tempstr); in print_autowrap() 394 waddstr(win, tempstr); in print_autowrap() 399 word = tempstr; in print_autowrap()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/ |
| H A D | util.c | 374 char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0; in print_autowrap() local 376 strcpy(tempstr, prompt); in print_autowrap() 378 prompt_len = strlen(tempstr); in print_autowrap() 382 waddstr(win, tempstr); in print_autowrap() 387 word = tempstr; in print_autowrap()
|