Searched refs:unescaped (Results 1 – 2 of 2) sorted by relevance
416 char *unescaped; in synth_direct_store() local422 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()
121 # it into the original unescaped text.