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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dsymtab.c195 char *tailindex, savechar, *lastpart; local
201 tailindex = strrchr(lastpart, '/');
202 if (tailindex == 0) {
206 * tailindex normaly points to the '/' character
211 tailindex = lastpart - 1;
214 *tailindex = '\0';
216 savechar = *(tailindex+1);
217 *(tailindex+1) = '\0';
221 if (!xattrparent) *tailindex = '/';
222 *(tailindex
[all...]

Completed in 56 milliseconds