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

/osnet-11/usr/src/lib/libcmd/common/
H A Dcp.c172 int presiz; /* state.path pre index */ member in struct:State_s
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
[all...]

Completed in 35 milliseconds