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

/ast/src/lib/libcmd/
H A Dcp.c171 int postsiz; /* state.path post index */ member in struct:State_s
294 if ((state->postsiz + len) > state->pathsiz && !(state->path = newof(state->path, char, state->pathsiz = roundof(state->postsiz + len, PATH_CHUNK), 0)))
298 s = state->path + state->postsiz;
330 memcpy(state->path + state->postsiz, base, len);
332 state->path[state->postsiz] = 0;
370 memcpy(state->path + state->postsiz, base, len);
387 state->path[state->postsiz++] = '/';
413 memcpy(state->path + state->postsiz, base, len);
971 state->postsiz
[all...]

Completed in 1768 milliseconds