Searched refs:delay_str (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/testing/selftests/thermal/intel/workload_hint/ |
D | workload_hint_test.c | 54 char delay_str[64]; in main() local 70 sprintf(delay_str, "%s\n", argv[1]); in main() 72 sprintf(delay_str, "%s\n", argv[1]); in main() 79 if (write(fd, delay_str, strlen(delay_str)) < 0) { in main()
|
/linux-6.12.1/drivers/accessibility/speakup/ |
D | main.c | 703 static char const *delay_str[] = { "", ",", ".", ". .", ". . ." }; in spell_word() local 715 synth_printf(" %s ", delay_str[spk_spell_delay]); in spell_word()
|