Lines Matching defs:idx
320 int idx, dot_idx;
353 for(idx = 0, dot_idx = -1; *s && d < dlimit; s++, d++) {
366 if((flags & SANITIZE_ALLOW_PATH) && idx == 0 &&
380 else if(idx == 0)
384 d[dot_idx - idx] = '_'; /* replace previous dot */
394 dot_idx = idx;
397 if(idx - 2 == dot_idx) { /* .c++, .h++ etc. */
417 idx++;
425 idx = 0;
429 idx++;