Lines Matching refs:id
125 int id; /* index of where we are in destination string */
138 for (id = is; ; is++) {
141 if (id > 1 && s[id-1] == '/') {
143 --id;
145 s[id++] = '\0';
157 s[id++] = c;
163 if (id > 1)
164 id--;
175 if (id == 0 && cnt > 1) {
181 id = s_attr - s;
182 is += id;
183 id--;
188 if (id > 0)
189 id--;
190 while (id > 0 && s[id - 1] != '/')
191 id--;
200 s[id++] = c;
207 if (id == 1 && cnt > 1) {
210 id = 2;
213 app->audp_sect[cnt] = s + id;