Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c4743 char *taname; in gethdr() local
4772 if ((taname = strpbrk(tapath, "/")) != NULL) { in gethdr()
4773 aname = taname + 1; in gethdr()
4774 *taname = '\0'; in gethdr()