Home
last modified time | relevance | path

Searched refs:in_buff (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dkobjects.c270 char *in_buff = NULL; in keymap_store() local
276 in_buff = kmemdup(buf, count + 1, GFP_ATOMIC); in keymap_store()
277 if (!in_buff) { in keymap_store()
281 if (strchr("dDrR", *in_buff)) { in keymap_store()
284 kfree(in_buff); in keymap_store()
288 if (in_buff[count - 1] == '\n') in keymap_store()
289 in_buff[count - 1] = '\0'; in keymap_store()
290 cp = in_buff; in keymap_store()
291 cp1 = (u_char *)in_buff; in keymap_store()
303 kfree(in_buff); in keymap_store()
[all...]
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dkobjects.c270 char *in_buff = NULL; in keymap_store() local
276 in_buff = kmemdup(buf, count + 1, GFP_ATOMIC); in keymap_store()
277 if (!in_buff) { in keymap_store()
281 if (strchr("dDrR", *in_buff)) { in keymap_store()
284 kfree(in_buff); in keymap_store()
288 if (in_buff[count - 1] == '\n') in keymap_store()
289 in_buff[count - 1] = '\0'; in keymap_store()
290 cp = in_buff; in keymap_store()
291 cp1 = (u_char *)in_buff; in keymap_store()
303 kfree(in_buff); in keymap_store()
[all...]

Completed in 3 milliseconds