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

/illumos-gate/usr/src/lib/libcmd/common/
H A Dcp.c157 int postsiz; /* state.path post index */ member in struct:State_s
276 if ((state->postsiz + len) > state->pathsiz && !(state->path = newof(state->path, char, state->pathsiz = roundof(state->postsiz + len, PATH_CHUNK), 0)))
280 s = state->path + state->postsiz;
312 memcpy(state->path + state->postsiz, base, len);
314 state->path[state->postsiz] = 0;
352 memcpy(state->path + state->postsiz, base, len);
369 state->path[state->postsiz++] = '/';
395 memcpy(state->path + state->postsiz, base, len);
908 state->postsiz
[all...]

Completed in 256 milliseconds