Lines Matching refs:presiz
172 int presiz; /* state.path pre index */
266 state->presiz = -1;
269 state->presiz = ent->fts_pathlen;
273 state->presiz--;
275 state->presiz -= base - ent->fts_name;
283 state->presiz -= len + 1;
288 base = ent->fts_path + state->presiz + 1;
289 len = ent->fts_pathlen - state->presiz - 1;
388 state->presiz--;
703 state->presiz = -1;