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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c8568 int attrnames_index; /* attrnames starting index */ local
8652 attrnames_index = strlen(filename) + 1;
8653 (void) strcpy(&tptr->h_names[attrnames_index], attrpath);
8662 if ((aptr = strpbrk(&tptr->h_names[attrnames_index], "/")) != NULL) {
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c7606 int attrnames_index; /* attrnames starting index */ local
7694 attrnames_index = strlen(filename) + 1;
7695 (void) strcpy(&tptr->h_names[attrnames_index], attrpath);
7704 if ((aptr = strpbrk(&tptr->h_names[attrnames_index], "/")) != NULL) {

Completed in 76 milliseconds