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

/freebsd-10-stable/contrib/libarchive/tar/
H A Dread.c144 tar_i64toa(comp), compression);
146 archive_file_count(a), tar_i64toa(uncomp));
152 tar_i64toa(archive_entry_size(entry)));
H A Dbsdtar.h201 const char *tar_i64toa(int64_t);
H A Dwrite.c588 tar_i64toa(archive_filter_bytes(a, -1)));
1015 archive_file_count(a), tar_i64toa(uncomp));
1022 tar_i64toa(comp), compression);
1023 /* Can't have two calls to tar_i64toa() pending, so split the output. */
1026 tar_i64toa(progress));
1028 tar_i64toa(archive_entry_size(entry)));
H A Dutil.c570 tar_i64toa(int64_t n0) function
730 strcpy(tmp, tar_i64toa(archive_entry_size(entry)));

Completed in 72 milliseconds