Searched defs:presiz (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libcmd/common/
H A Dcp.c158 int presiz; /* state.path pre index */ member in struct:State_s
248 state->presiz = -1;
251 state->presiz = ent->fts_pathlen;
255 state->presiz--;
257 state->presiz -= base - ent->fts_name;
265 state->presiz -= len + 1;
270 base = ent->fts_path + state->presiz + 1;
271 len = ent->fts_pathlen - state->presiz - 1;
370 state->presiz--;
683 state->presiz
[all...]

Completed in 76 milliseconds