Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/backup/restore/
H A Dsymtab.c195 char *tailindex, savechar, *lastpart; local
201 tailindex = strrchr(lastpart, '/');
202 if (tailindex == 0) {
211 tailindex = lastpart - 1;
214 *tailindex = '\0';
216 savechar = *(tailindex+1);
217 *(tailindex+1) = '\0';
221 if (!xattrparent) *tailindex = '/';
222 *(tailindex+1) = savechar;