Home
last modified time | relevance | path

Searched refs: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
H A Dcpio.c7662 char *start_of_name, *name_p; in read_bar_file_hdr() local
7688 start_of_name = &tmp_hdr->dbuf.start_of_name; in read_bar_file_hdr()
7692 while ((*name_p++ = *start_of_name++) != '\0') in read_bar_file_hdr()
7696 (void) strcpy(bar_linkname, start_of_name); in read_bar_file_hdr()