Home
last modified time | relevance | path

Searched refs:delay_str (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dbootmenu.c475 char *delay_str = NULL; in do_bootmenu() local
483 delay_str = argv[1]; in do_bootmenu()
485 if (!delay_str) in do_bootmenu()
486 delay_str = env_get("bootmenu_delay"); in do_bootmenu()
488 if (delay_str) in do_bootmenu()
489 delay = (int)simple_strtol(delay_str, NULL, 10); in do_bootmenu()
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dmain.c703 static char const *delay_str[] = { "", ",", ".", ". .", ". . ." }; in spell_word() local
715 synth_printf(" %s ", delay_str[spk_spell_delay]); in spell_word()