Home
last modified time | relevance | path

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

12345678910>>...14

/freebsd/contrib/lua/src/
H A Dlzio.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
H A Dlobject.c259 char buff[L_MAXLENNUM + 1]; in l_str2d() local
323 int luaO_utf8esc (char *buff, unsigned long x) { in luaO_utf8esc()
355 static int tostringbuff (TValue *obj, char *buff) { in tostringbuff()
375 char buff[MAXNUMBER2STR]; in luaO_tostring() local
414 static void pushstr (BuffFS *buff, const char *str, size_t lstr) { in pushstr()
428 static void clearbuff (BuffFS *buff) { in clearbuff()
438 static char *getbuff (BuffFS *buff, int sz) { in getbuff()
453 static void addstr2buff (BuffFS *buff, const char *str, size_t slen) { in addstr2buff()
469 static void addnum2buff (BuffFS *buff, TValue *num) { in addnum2buff()
481 BuffFS buff; /* holds last part of the result */ in luaO_pushvfstring() local
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_gnutar_filename_encoding.c32 char buff[4096]; in DEFINE_TEST() local
73 char buff[4096]; in DEFINE_TEST() local
114 char buff[4096]; in DEFINE_TEST() local
155 char buff[4096]; in DEFINE_TEST() local
200 char buff[4096]; in DEFINE_TEST() local
240 char buff[4096]; in DEFINE_TEST() local
275 char buff[4096]; in DEFINE_TEST() local
315 char buff[4096]; in DEFINE_TEST() local
355 char buff[4096]; in DEFINE_TEST() local
H A Dtest_ustar_filename_encoding.c33 char buff[4096]; in DEFINE_TEST() local
74 char buff[4096]; in DEFINE_TEST() local
115 char buff[4096]; in DEFINE_TEST() local
156 char buff[4096]; in DEFINE_TEST() local
201 char buff[4096]; in DEFINE_TEST() local
241 char buff[4096]; in DEFINE_TEST() local
276 char buff[4096]; in DEFINE_TEST() local
316 char buff[4096]; in DEFINE_TEST() local
356 char buff[4096]; in DEFINE_TEST() local
H A Dtest_zip_filename_encoding.c33 char buff[4096]; in DEFINE_TEST() local
124 char buff[4096]; in DEFINE_TEST() local
224 char buff[4096]; in DEFINE_TEST() local
267 char buff[4096]; in DEFINE_TEST() local
336 char buff[4096]; in DEFINE_TEST() local
435 char buff[4096]; in DEFINE_TEST() local
H A Dtest_pax_filename_encoding.c93 char buff[65536]; in test_pax_filename_encoding_2() local
341 char buff[4096]; in DEFINE_TEST() local
387 char buff[4096]; in DEFINE_TEST() local
434 char buff[4096]; in DEFINE_TEST() local
481 char buff[4096]; in DEFINE_TEST() local
530 char buff[4096]; in DEFINE_TEST() local
H A Dtest_read_format_7zip.c45 char buff[128]; in test_copy() local
169 char buff[128]; in test_plain_header() local
212 char buff[128]; in test_extract_all_files() local
297 char buff[128]; in test_extract_all_files_zstd() local
381 char buff[4096]; in test_extract_file_zstd_bcj_nobjc() local
432 char buff[128]; in test_extract_last_file() local
512 char buff[128]; in test_extract_all_files2() local
643 char buff[1024]; in test_delta_lzma() local
699 char buff[1024]; in test_bcj() local
756 char buff[1024]; in test_ppmd() local
[all …]
H A Dtest_write_format_zip.c565 char *buff; in DEFINE_TEST() local
629 char *buff; in DEFINE_TEST() local
692 char *buff; in DEFINE_TEST() local
772 char *buff; in DEFINE_TEST() local
852 char *buff; in DEFINE_TEST() local
H A Dtest_write_read_format_zip.c583 char *buff; in DEFINE_TEST() local
632 char *buff; in DEFINE_TEST() local
682 char *buff; in DEFINE_TEST() local
736 char *buff; in DEFINE_TEST() local
H A Dtest_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
341 char buff[30]; in DEFINE_TEST() local
560 char buff[64]; in DEFINE_TEST() local
709 char buff[64]; in DEFINE_TEST() local
894 char buff[64]; in test_read_format_rar_multivolume_test_body_helper() local
1354 char buff[64]; in DEFINE_TEST() local
1488 char buff[64]; in DEFINE_TEST() local
[all …]
H A Dtest_write_format_7zip_empty.c36 char *buff; in DEFINE_TEST() local
74 char *buff; in test_only_empty_file() local
163 char *buff; in test_only_empty_files() local
H A Dread_open_memory.c60 read_open_memory(struct archive *a, const void *buff, size_t size, size_t read_size) in read_open_memory()
70 read_open_memory_minimal(struct archive *a, const void *buff, size_t size, size_t read_size) in read_open_memory_minimal()
79 read_open_memory_seek(struct archive *a, const void *buff, size_t size, size_t read_size) in read_open_memory_seek()
85 read_open_memory_internal(struct archive *a, const void *buff, in read_open_memory_internal()
138 memory_read(struct archive *a, void *client_data, const void **buff) in memory_read()
H A Dtest_tar_large.c54 void *buff; member
64 void *buff; member
81 memory_write(struct archive *a, void *_private, const void *buff, size_t size) in memory_write()
119 memory_read(struct archive *a, void *_private, const void **buff) in memory_read()
H A Dtest_open_filename.c30 char buff[64]; in test_open_filename_mbs() local
114 char buff[64]; in test_open_filename_wcs() local
H A Dtest_write_format_warc.c28 static void test_read(struct archive *a, char *buff, size_t used, char *filedata) in test_read()
47 char *buff; in DEFINE_TEST() local
H A Dtest_read_format_mtree.c32 char buff[16]; in test_read_format_mtree1() local
528 char buff[16]; in DEFINE_TEST() local
633 char buff[16]; in DEFINE_TEST() local
700 char buff[16]; in DEFINE_TEST() local
H A Dtest_write_format_gnutar_filenames.c40 char *buff; in DEFINE_TEST() local
96 char *buff; in DEFINE_TEST() local
H A Dtest_write_format_zip_large.c45 void *buff; member
53 void *buff; member
85 memory_write(struct archive *a, void *_private, const void *buff, size_t size) in memory_write()
117 memory_read(struct archive *a, void *_private, const void **buff) in memory_read()
339 char *buff; in DEFINE_TEST() local
H A Dtest_write_format_iso9660_zisofs.c100 unsigned char *buff; in test_write_format_iso9660_zisofs_1() local
333 unsigned char *buff; in test_write_format_iso9660_zisofs_2() local
585 unsigned char *buff; in test_write_format_iso9660_zisofs_3() local
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlzio.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
H A Dlzio.c22 const char *buff; in luaZ_fill() local
66 char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n) { in luaZ_openspace()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_open_memory.c38 unsigned char * buff; member
51 archive_write_open_memory(struct archive *a, void *buff, size_t buffSize, size_t *used) in archive_write_open_memory()
88 memory_write(struct archive *a, void *client_data, const void *buff, size_t length) in memory_write()
H A Darchive_read_open_memory.c56 archive_read_open_memory(struct archive *a, const void *buff, size_t size) in archive_read_open_memory()
67 archive_read_open_memory2(struct archive *a, const void *buff, in archive_read_open_memory2()
108 memory_read(struct archive *a, void *client_data, const void **buff) in memory_read()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_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/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp206 char *buff; in __kmp_dispatch_init_algorithm() local
288 char *buff; in __kmp_dispatch_init_algorithm() local
311 char *buff; in __kmp_dispatch_init_algorithm() local
356 char *buff; in __kmp_dispatch_init_algorithm() local
991 char *buff; in __kmp_dispatch_init() local
1144 char *buff; in __kmp_dispatch_init() local
1346 char *buff; in __kmp_dispatch_next_algorithm() local
2090 char *buff; in __kmp_dispatch_next_algorithm() local
2099 char *buff; in __kmp_dispatch_next_algorithm() local
2429 char *buff; in __kmp_dispatch_next() local
[all …]

12345678910>>...14