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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_file.c104 char *string, *index_ch; local
109 index_ch = *(index_ch_p);
113 index = index_ch - string;
118 index_ch = string + index;
120 strcpy(index_ch, value);
121 index_ch += value_len;
125 *(index_ch_p) = index_ch;

Completed in 179 milliseconds