Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dar_subs.c723 char *dest_pt; in copy() local
737 dest_pt = dirbuf + dlen; in copy()
738 if (*(dest_pt-1) != '/') { in copy()
739 *dest_pt++ = '/'; in copy()
742 *dest_pt = '\0'; in copy()
811 (void)strncpy(dest_pt, arcn->name + res, drem); in copy()
818 *dest_pt = '\0'; in copy()