Searched refs:postsiz (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | cp.c | 157 int postsiz; /* state.path post index */ member 276 …if ((state->postsiz + len) > state->pathsiz && !(state->path = newof(state->path, char, state->pat… in visit() 280 s = state->path + state->postsiz; in visit() 312 memcpy(state->path + state->postsiz, base, len); in visit() 314 state->path[state->postsiz] = 0; in visit() 352 memcpy(state->path + state->postsiz, base, len); in visit() 369 state->path[state->postsiz++] = '/'; in visit() 395 memcpy(state->path + state->postsiz, base, len); in visit() 908 state->postsiz = strlen(file); in b_cp() 909 …hsiz < roundof(state->postsiz + 2, PATH_CHUNK) && !(state->path = newof(state->path, char, state->… in b_cp() [all …]
|