Searched defs:buff (Results 76 - 100 of 249) sorted by relevance

12345678910

/freebsd-10.3-release/contrib/libarchive/libarchive/test/
H A Dtest_ustar_filenames.c35 char buff[8192]; local
H A Dtest_write_disk_sparse.c41 char *buff, *p; local
138 char *buff, *p; local
[all...]
H A Dtest_write_format_7zip_large.c39 char *buff, *filedata, *filedata2; local
H A Dtest_write_format_cpio.c37 char *buff; local
230 char *buff; local
[all...]
H A Dtest_write_format_mtree.c30 static char buff[4096]; variable
H A Dtest_write_format_mtree_classic.c30 static char buff[4096]; variable
H A Dtest_write_format_mtree_classic_indent.c30 static char buff[4096]; variable
H A Dtest_write_format_mtree_fflags.c38 static char buff[4096]; variable
H A Dtest_write_format_tar_sparse.c29 char buff[1000000]; variable
H A Dtest_write_format_xar.c34 char *buff; local
H A Dtest_open_failure.c42 my_read(struct archive *a, void *_private, const void **buff) argument
53 my_write(struct archive *a, void *_private, const void *buff, size_t s) argument
H A Dtest_read_format_7zip.c38 char buff[128]; local
149 char buff[128]; local
190 char buff[12 local
265 char buff[128]; local
335 char buff[128]; local
448 char buff[1024]; local
502 char buff[1024]; local
557 char buff[1024]; local
607 char buff[128]; local
[all...]
H A Dtest_read_format_cab.c188 char buff[128]; local
280 char buff[128]; local
[all...]
H A Dtest_write_format_iso9660_boot.c95 unsigned char *buff; local
[all...]
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_check_magic.c104 write_all_states(char *buff, unsigned int states) argument
H A Darchive_read_open_fd.c111 file_read(struct archive *a, void *client_data, const void **buff) argument
H A Darchive_read_open_file.c108 file_read(struct archive *a, void *client_data, const void **buff) argument
H A Darchive_read_open_memory.c57 archive_read_open_memory(struct archive *a, void *buff, size_t size) argument
68 archive_read_open_memory2(struct archive *a, void *buff, argument
110 memory_read(struct archive *a, void *client_data, const void **buff) argument
H A Darchive_read_support_format_raw.c125 archive_read_format_raw_read_data(struct archive_read *a, const void **buff, size_t *size, int64_t *offset) argument
H A Darchive_virtual.c124 archive_write_data(struct archive *a, const void *buff, size_t s) argument
130 archive_write_data_block(struct archive *a, const void *buff, size_t s, int64_t o) argument
154 archive_read_data_block(struct archive *a, const void **buff, size_t *s, int64_t *o) argument
H A Darchive_read_extract.c143 const void *buff; local
H A Darchive_write_add_filter_bzip2.c381 archive_compressor_bzip2_write(struct archive_write_filter *f, const void *buff, argument
241 archive_compressor_bzip2_write(struct archive_write_filter *f, const void *buff, size_t length) argument
/freebsd-10.3-release/contrib/libarchive/libarchive_fe/
H A Dline_reader.c52 char *buff, *buff_end, *line_start, *line_end, *p; member in struct:lafe_line_reader
[all...]
/freebsd-10.3-release/contrib/vis/
H A Dvis.c166 char buff[4 * MB_LEN_MAX + 1]; /* max encoding length for one char */ local
/freebsd-10.3-release/crypto/openssl/crypto/evp/
H A Devp_key.c101 char buff[BUFSIZ]; local

Completed in 100 milliseconds

12345678910