taglinefilesource code
status_len48drivers/sound/sound_switch.cstatic int      status_len, status_ptr;
status_len58drivers/sound/sound_switch.cif (status_len + l >= 4000)
status_len61drivers/sound/sound_switch.cmemcpy (&status_buf[status_len], s, l);
status_len62drivers/sound/sound_switch.cstatus_len += l;
status_len89drivers/sound/sound_switch.cif (status_len + l >= 4000)
status_len92drivers/sound/sound_switch.cmemcpy (&status_buf[status_len], &buf[10-l], l);
status_len93drivers/sound/sound_switch.cstatus_len += l;
status_len202drivers/sound/sound_switch.cc = status_len - status_ptr;
status_len294drivers/sound/sound_switch.cstatus_len = status_ptr = 0;