Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/freebsd-11-stable/contrib/lua/src/
HDlzio.h29 #define luaZ_initbuffer(L, buff) ((buff)->buffer = NULL, (buff)->buffsize = 0) argument
31 #define luaZ_buffer(buff) ((buff)->buffer) argument
32 #define luaZ_sizebuffer(buff) ((buff)->buffsize) argument
33 #define luaZ_bufflen(buff) ((buff)->n) argument
35 #define luaZ_buffremove(buff,i) ((buff)->n -= (i)) argument
36 #define luaZ_resetbuffer(buff) ((buff)->n = 0) argument
39 #define luaZ_resizebuffer(L, buff, size) \ argument
44 #define luaZ_freebuffer(L, buff) luaZ_resizebuffer(L, buff, 0) argument
/freebsd-11-stable/contrib/libarchive/libarchive/test/
HDtest_gnutar_filename_encoding.c34 char buff[4096]; in DEFINE_TEST() local
75 char buff[4096]; in DEFINE_TEST() local
116 char buff[4096]; in DEFINE_TEST() local
157 char buff[4096]; in DEFINE_TEST() local
202 char buff[4096]; in DEFINE_TEST() local
242 char buff[4096]; in DEFINE_TEST() local
277 char buff[4096]; in DEFINE_TEST() local
317 char buff[4096]; in DEFINE_TEST() local
357 char buff[4096]; in DEFINE_TEST() local
HDtest_ustar_filename_encoding.c34 char buff[4096]; in DEFINE_TEST() local
75 char buff[4096]; in DEFINE_TEST() local
116 char buff[4096]; in DEFINE_TEST() local
157 char buff[4096]; in DEFINE_TEST() local
202 char buff[4096]; in DEFINE_TEST() local
242 char buff[4096]; in DEFINE_TEST() local
277 char buff[4096]; in DEFINE_TEST() local
317 char buff[4096]; in DEFINE_TEST() local
357 char buff[4096]; in DEFINE_TEST() local
HDtest_zip_filename_encoding.c34 char buff[4096]; in DEFINE_TEST() local
122 char buff[4096]; in DEFINE_TEST() local
222 char buff[4096]; in DEFINE_TEST() local
265 char buff[4096]; in DEFINE_TEST() local
334 char buff[4096]; in DEFINE_TEST() local
433 char buff[4096]; in DEFINE_TEST() local
HDtest_read_format_7zip.c43 char buff[128]; in test_copy() local
167 char buff[128]; in test_plain_header() local
210 char buff[128]; in test_extract_all_files() local
295 char buff[128]; in test_extract_last_file() local
375 char buff[128]; in test_extract_all_files2() local
506 char buff[1024]; in test_delta_lzma() local
562 char buff[1024]; in test_bcj() local
619 char buff[1024]; in test_ppmd() local
671 char buff[128]; in test_symname() local
HDtest_pax_filename_encoding.c94 char buff[65536]; in test_pax_filename_encoding_2() local
342 char buff[4096]; in DEFINE_TEST() local
388 char buff[4096]; in DEFINE_TEST() local
435 char buff[4096]; in DEFINE_TEST() local
482 char buff[4096]; in DEFINE_TEST() local
531 char buff[4096]; in DEFINE_TEST() local
HDtest_write_format_zip.c549 char *buff; in DEFINE_TEST() local
613 char *buff; in DEFINE_TEST() local
676 char *buff; in DEFINE_TEST() local
756 char *buff; in DEFINE_TEST() local
836 char *buff; in DEFINE_TEST() local
HDtest_write_read_format_zip.c557 char *buff; in DEFINE_TEST() local
606 char *buff; in DEFINE_TEST() local
656 char *buff; in DEFINE_TEST() local
710 char *buff; in DEFINE_TEST() local
HDtest_read_format_rar.c49 char buff[64]; in DEFINE_TEST() local
132 char buff[64]; in DEFINE_TEST() local
167 char buff[64]; in DEFINE_TEST() local
202 char buff[30]; in DEFINE_TEST() local
333 char buff[30]; in DEFINE_TEST() local
552 char buff[64]; in DEFINE_TEST() local
701 char buff[64]; in DEFINE_TEST() local
802 char buff[441]; in DEFINE_TEST() local
893 char buff[64]; in DEFINE_TEST() local
1130 char buff[441]; in DEFINE_TEST() local
[all …]
HDtest_write_format_7zip_empty.c37 char *buff; in DEFINE_TEST() local
75 char *buff; in test_only_empty_file() local
164 char *buff; in test_only_empty_files() local
HDread_open_memory.c61 read_open_memory(struct archive *a, const void *buff, size_t size, size_t read_size) in read_open_memory()
71 read_open_memory_minimal(struct archive *a, const void *buff, size_t size, size_t read_size) in read_open_memory_minimal()
80 read_open_memory_seek(struct archive *a, const void *buff, size_t size, size_t read_size) in read_open_memory_seek()
86 read_open_memory_internal(struct archive *a, const void *buff, in read_open_memory_internal()
139 memory_read(struct archive *a, void *client_data, const void **buff) in memory_read()
HDtest_tar_large.c55 void *buff; member
65 void *buff; member
82 memory_write(struct archive *a, void *_private, const void *buff, size_t size) in memory_write()
120 memory_read(struct archive *a, void *_private, const void **buff) in memory_read()
HDtest_open_filename.c31 char buff[64]; in test_open_filename_mbs() local
115 char buff[64]; in test_open_filename_wcs() local
HDtest_write_format_warc.c29 static void test_read(struct archive *a, char *buff, size_t used, char *filedata) in test_read()
48 char *buff; in DEFINE_TEST() local
HDtest_read_format_mtree.c33 char buff[16]; in test_read_format_mtree1() local
529 char buff[16]; in DEFINE_TEST() local
634 char buff[16]; in DEFINE_TEST() local
701 char buff[16]; in DEFINE_TEST() local
HDtest_write_format_zip_large.c46 void *buff; member
54 void *buff; member
86 memory_write(struct archive *a, void *_private, const void *buff, size_t size) in memory_write()
118 memory_read(struct archive *a, void *_private, const void **buff) in memory_read()
335 char *buff; in DEFINE_TEST() local
HDtest_write_format_gnutar_filenames.c41 char *buff; in DEFINE_TEST() local
97 char *buff; in DEFINE_TEST() local
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
HDlzio.h29 #define luaZ_initbuffer(L, buff) ((buff)->buffer = NULL, (buff)->buffsize = 0) argument
31 #define luaZ_buffer(buff) ((buff)->buffer) argument
32 #define luaZ_sizebuffer(buff) ((buff)->buffsize) argument
33 #define luaZ_bufflen(buff) ((buff)->n) argument
35 #define luaZ_resetbuffer(buff) ((buff)->n = 0) argument
38 #define luaZ_resizebuffer(L, buff, size) \ argument
42 #define luaZ_freebuffer(L, buff) luaZ_resizebuffer(L, buff, 0) argument
/freebsd-11-stable/contrib/amd/amd/
HDsun_map_tok.l107 # define YY_INPUT(buff,result,maxsize) (result = sun_map_input(buff,maxsize)) argument
195 sun_map_tok_setbuff(const char* buff) in sun_map_tok_setbuff()
204 sun_map_input(char *buff, int maxsize) in sun_map_input()
216 sun_map_tok_setbuff(const char* buff) in sun_map_tok_setbuff()
/freebsd-11-stable/contrib/libarchive/libarchive/
HDarchive_write_open_memory.c39 unsigned char * buff; member
52 archive_write_open_memory(struct archive *a, void *buff, size_t buffSize, size_t *used) in archive_write_open_memory()
89 memory_write(struct archive *a, void *client_data, const void *buff, size_t length) in memory_write()
HDarchive_read_open_memory.c57 archive_read_open_memory(struct archive *a, const void *buff, size_t size) in archive_read_open_memory()
68 archive_read_open_memory2(struct archive *a, const void *buff, in archive_read_open_memory2()
109 memory_read(struct archive *a, void *client_data, const void **buff) in memory_read()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_printf.cpp30 static int AppendChar(char **buff, const char *buff_end, char c) { in AppendChar()
41 static int AppendNumber(char **buff, const char *buff_end, u64 absolute_value, in AppendNumber()
82 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base, in AppendUnsigned()
89 static int AppendSignedDecimal(char **buff, const char *buff_end, s64 num, in AppendSignedDecimal()
103 static int AppendString(char **buff, const char *buff_end, int width, in AppendString()
119 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) { in AppendPointer()
128 int VSNPrintf(char *buff, int buff_length, in VSNPrintf()
/freebsd-11-stable/crypto/openssl/crypto/des/
HDread2pwd.c120 char buf[BUFSIZ], buff[BUFSIZ]; in DES_read_password() local
133 char buf[BUFSIZ], buff[BUFSIZ]; in DES_read_2passwords() local
/freebsd-11-stable/crypto/openssl/crypto/ui/
HDui_util.c62 char buff[BUFSIZ]; in UI_UTIL_read_pw_string() local
72 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, in UI_UTIL_read_pw()
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_dispatch.cpp118 char *buff; in __kmp_dispatch_init_algorithm() local
198 char *buff; in __kmp_dispatch_init_algorithm() local
221 char *buff; in __kmp_dispatch_init_algorithm() local
266 char *buff; in __kmp_dispatch_init_algorithm() local
788 char *buff; in __kmp_dispatch_init() local
947 char *buff; in __kmp_dispatch_init() local
1027 char *buff; in __kmp_dispatch_finish() local
1042 char *buff; in __kmp_dispatch_finish() local
1095 char *buff; in __kmp_dispatch_finish_chunk() local
1117 char *buff; in __kmp_dispatch_finish_chunk() local
[all …]

12345678910>>...15