Lines Matching refs:cp
111 char *cp; in control_store() local
114 cp = memchr(buf, '\n', n); in control_store()
115 if (cp) in control_store()
116 len = cp - buf; in control_store()
349 char *cp; in wake_store() local
355 cp = memchr(buf, '\n', n); in wake_store()
356 if (cp) in wake_store()
357 len = cp - buf; in wake_store()
573 char *cp; in async_store() local
576 cp = memchr(buf, '\n', n); in async_store()
577 if (cp) in async_store()
578 len = cp - buf; in async_store()