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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h267 char start_of_name; /* start of the filename */ member in struct:b_block::bar_header
H A Dcpio.c7645 char *start_of_name, *name_p; local
7669 start_of_name = &tmp_hdr->dbuf.start_of_name;
7673 while (*name_p++ = *start_of_name++)
7677 (void) strcpy(bar_linkname, start_of_name);

Completed in 61 milliseconds