Searched refs:old_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.c134 char *old_last_ch, *old_index_ch, *new_index_ch; local
146 old_index_ch = fname; /* first character of the old name */
149 while (old_index_ch <= old_last_ch) {
150 if (*(old_index_ch) == LEADING_KEY &&
151 old_index_ch != old_last_ch) {
154 switch (*(++old_index_ch)) {
192 *(new_index_ch++) = *(old_index_ch);
195 old_index_ch++;
198 *(new_index_ch++) = *(old_index_ch++);

Completed in 283 milliseconds