taglinefilesource code
status_buf52drivers/sound/sound_switch.cstatic char    *status_buf = NULL;
status_buf64drivers/sound/sound_switch.cmemcpy (&status_buf[status_len], s, l);
status_buf96drivers/sound/sound_switch.cmemcpy (&status_buf[status_len], &buf[10 - l], l);
status_buf317drivers/sound/sound_switch.cmemcpy_tofs (&((buf)[0]), (&status_buf[status_ptr]), (l));
status_buf408drivers/sound/sound_switch.cif ((status_buf = (char *) (
status_buf462drivers/sound/sound_switch.cif (status_buf)
status_buf463drivers/sound/sound_switch.ckfree (status_buf);
status_buf464drivers/sound/sound_switch.cstatus_buf = NULL;