Home
last modified time | relevance | path

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

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