Searched defs:buff (Results 126 - 150 of 335) sorted by relevance

1234567891011>>

/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_open_memory.c56 archive_read_open_memory(struct archive *a, const void *buff, size_t size) argument
67 archive_read_open_memory2(struct archive *a, const void *buff, argument
108 memory_read(struct archive *a, void *client_data, const void **buff) argument
H A Darchive_read_extract2.c128 const void *buff; local
H A Darchive_write_add_filter_uuencode.c204 archive_filter_uuencode_write(struct archive_write_filter *f, const void *buff, argument
H A Darchive_write_add_filter_bzip2.c373 archive_compressor_bzip2_write(struct archive_write_filter *f, const void *buff, argument
235 archive_compressor_bzip2_write(struct archive_write_filter *f, const void *buff, size_t length) argument
H A Darchive_write_add_filter_lrzip.c171 archive_write_lrzip_write(struct archive_write_filter *f, const void *buff, size_t length) argument
H A Darchive_write_open_filename.c221 file_write(struct archive *a, void *client_data, const void *buff, argument
H A Darchive_read_open_fd.c112 file_read(struct archive *a, void *client_data, const void **buff) argument
H A Darchive_virtual.c127 archive_write_data(struct archive *a, const void *buff, size_t s) argument
133 archive_write_data_block(struct archive *a, const void *buff, size_t s, argument
158 archive_read_data_block(struct archive *a, const void **buff, size_t *s, la_int64_t *o) argument
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_read_format_cab.c181 char buff[128]; local
281 char buff[128]; local
[all...]
H A Dtest_write_format_iso9660_zisofs.c100 unsigned char *buff; local
333 unsigned char *buff; local
585 unsigned char *buff; local
[all...]
H A Dtest_entry.c56 char buff[128]; local
[all...]
H A Dread_open_memory.c60 read_open_memory(struct archive *a, const void *buff, size_t size, size_t read_size) argument
70 read_open_memory_minimal(struct archive *a, const void *buff, size_t size, size_t read_size) argument
79 read_open_memory_seek(struct archive *a, const void *buff, size_t size, size_t read_size) argument
85 read_open_memory_internal(struct archive *a, const void *buff, argument
138 memory_read(struct archive *a, void *client_data, const void **buff) argument
[all...]
H A Dtest_read_format_zip.c107 char *buff[128]; local
213 char *buff[12 local
[all...]
H A Dtest_tar_large.c54 void *buff; member in struct:memblock
64 void *buff; member in struct:memdata
81 memory_write(struct archive *a, void *_private, const void *buff, size_t size) argument
119 memory_read(struct archive *a, void *_private, const void **buff) argument
[all...]
H A Dtest_write_format_iso9660_filename.c141 verify(unsigned char *buff, size_t used, enum vtype type, struct fns *fns) argument
201 create_iso_image(unsigned char *buff, size_t buffsize, size_t *used, argument
307 unsigned char *buff; local
[all...]
/freebsd-current/contrib/vis/
H A Dvis.c175 char buff[4 * MB_LEN_MAX + 1]; /* max encoding length for one char */ local
/freebsd-current/crypto/openssl/crypto/ec/
H A Decx_s390x.c87 unsigned long long buff[512]; member in union:__anon3865
120 unsigned long long buff[512]; member in union:__anon3867
160 unsigned long long buff[512]; member in union:__anon3869
194 unsigned long long buff[512]; member in union:__anon3871
/freebsd-current/crypto/openssl/crypto/modes/
H A Dwrap128.c277 unsigned char buff[16]; local
/freebsd-current/libexec/bootpd/
H A Ddovend.c309 insert_generic(struct shared_bindata *gendata, byte **buff, int *bytesleft) argument
/freebsd-current/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c77 char buff[BUFSIZ]; local
/freebsd-current/contrib/libarchive/tar/test/
H A Dtest_copy.c108 char buff[250]; local
136 char buff[26 local
[all...]
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlstate.c57 char buff[LUAI_EXTRASPACE]; member in struct:LX
86 char buff[4 * sizeof(size_t)]; local
[all...]
/freebsd-current/sys/contrib/zstd/examples/
H A Dcommon.h164 void* const buff = malloc(size); local
220 static void saveFile_orDie(const char* fileName, const void* buff, size_t buffSize) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp127 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size, argument
171 ReadFileToVector(const char *file_name, InternalMmapVectorNoCtor<char> *buff, uptr max_len, error_t *errno_p) argument
[all...]
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dhtt.c184 ath10k_rx_desc_wcn3990_from_raw_buffer(void *buff) argument

Completed in 122 milliseconds

1234567891011>>