Searched refs:tar_copy_str (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/gnutar-453/gnutar/src/
H A Dcreate.c183 tar_copy_str (char *dst, const char *src, size_t len)
191 /* Same as tar_copy_str, but always terminate with NUL if using
197 tar_copy_str (dst, src, len);
486 tar_copy_str (p, str, s);
1421 tar_copy_str (blk->header.linkname, link_name, NAME_FIELD_SIZE);
1737 tar_copy_str (header->header.linkname, buffer, NAME_FIELD_SIZE);
182 tar_copy_str (char *dst, const char *src, size_t len) function

Completed in 113 milliseconds