Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accessibility/speakup/
Dkobjects.c416 char *unescaped; in synth_direct_store() local
422 unescaped = kstrdup(buf, GFP_KERNEL); in synth_direct_store()
423 if (!unescaped) in synth_direct_store()
426 string_unescape_any_inplace(unescaped); in synth_direct_store()
429 synth_write(unescaped, strlen(unescaped)); in synth_direct_store()
432 kfree(unescaped); in synth_direct_store()
/linux-6.12.1/tools/scripts/
Dutilities.mak121 # it into the original unescaped text.