Searched refs:postsiz (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | cp.c | 171 int postsiz; /* state.path post index */ member 294 …if ((state->postsiz + len) > state->pathsiz && !(state->path = newof(state->path, char, state->pat… in visit() 298 s = state->path + state->postsiz; in visit() 330 memcpy(state->path + state->postsiz, base, len); in visit() 332 state->path[state->postsiz] = 0; in visit() 370 memcpy(state->path + state->postsiz, base, len); in visit() 387 state->path[state->postsiz++] = '/'; in visit() 413 memcpy(state->path + state->postsiz, base, len); in visit() 971 state->postsiz = strlen(file); in b_cp() 972 …hsiz < roundof(state->postsiz + 2, PATH_CHUNK) && !(state->path = newof(state->path, char, state->… in b_cp() [all …]
|