Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/
H A D0001-Migrate-to-use-g_memdup2.patch80 @@ -951,7 +951,7 @@ sip_sec_ntlm_parse_challenge(SipSecBuffer in_buff,
89 @@ -984,7 +984,7 @@ sip_sec_ntlm_parse_challenge(SipSecBuffer in_buff,