Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dbootmenu.c485 char *delay_str = NULL; in do_bootmenu() local
493 delay_str = argv[1]; in do_bootmenu()
495 if (!delay_str) in do_bootmenu()
496 delay_str = env_get("bootmenu_delay"); in do_bootmenu()
498 if (delay_str) in do_bootmenu()
499 delay = (int)simple_strtol(delay_str, NULL, 10); in do_bootmenu()
/openbmc/linux/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()