Home
last modified time | relevance | path

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

12345678910>>...14

/netbsd-src/external/mit/lua/dist/src/
H A Dlzio.h31 #define luaZ_initbuffer(L, buff) ((buff)->buffer = NULL, (buff)->buffsize = 0) argument
33 #define luaZ_buffer(buff) ((buff)->buffer) argument
34 #define luaZ_sizebuffer(buff) ((buff)->buffsize) argument
35 #define luaZ_bufflen(buff) ((buff)->n) argument
37 #define luaZ_buffremove(buff,i) ((buff)->n -= (i)) argument
38 #define luaZ_resetbuffer(buff) ((buff)->n = 0) argument
41 #define luaZ_resizebuffer(L, buff, size) \ argument
46 #define luaZ_freebuffer(L, buff) luaZ_resizebuffer(L, buff, 0) argument
H A Dlobject.c276 char buff[L_MAXLENNUM + 1]; in l_str2d() local
347 int luaO_utf8esc (char *buff, unsigned long x) { in luaO_utf8esc()
379 static int tostringbuff (TValue *obj, char *buff) { in tostringbuff()
404 char buff[MAXNUMBER2STR]; in luaO_tostring() local
443 static void pushstr (BuffFS *buff, const char *str, size_t lstr) { in pushstr()
457 static void clearbuff (BuffFS *buff) { in clearbuff()
467 static char *getbuff (BuffFS *buff, int sz) { in getbuff()
482 static void addstr2buff (BuffFS *buff, const char *str, size_t slen) { in addstr2buff()
498 static void addnum2buff (BuffFS *buff, TValue *num) { in addnum2buff()
510 BuffFS buff; /* holds last part of the result */ in luaO_pushvfstring() local
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dsun_map_tok.l109 # define YY_INPUT(buff,result,maxsize) (result = sun_map_input(buff,maxsize)) argument
197 sun_map_tok_setbuff(const char* buff) in sun_map_tok_setbuff()
206 sun_map_input(char *buff, int maxsize) in sun_map_input()
218 sun_map_tok_setbuff(const char* buff) in sun_map_tok_setbuff()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.c66 unsigned char *buff) in __encode_table_header_to_buff()
78 unsigned char *buff) in __decode_table_header_from_buff()
90 unsigned char *buff) in __update_table_header()
186 unsigned char buff[EEPROM_ADDRESS_SIZE + EEPROM_TABLE_HEADER_SIZE] = { 0 }; in amdgpu_ras_eeprom_reset_table() local
213 unsigned char buff[EEPROM_ADDRESS_SIZE + EEPROM_TABLE_HEADER_SIZE] = { 0 }; in amdgpu_ras_eeprom_init() local
294 unsigned char *buff) in __encode_table_record_to_buff()
321 unsigned char *buff) in __decode_table_record_from_buff()
386 unsigned char *buffs, *buff; in amdgpu_ras_eeprom_process_recods() local
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
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
810 char buff[441]; in DEFINE_TEST() local
894 char buff[64]; in test_read_format_rar_multivolume_test_body_helper() local
1183 char buff[441]; 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_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_write_format_gnutar_filenames.c40 char *buff; in DEFINE_TEST() local
96 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
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitanchor.c67 test_anchor_one(sldns_buffer* buff, struct val_anchors* a) in test_anchor_one()
95 test_anchors(sldns_buffer* buff, struct val_anchors* a) in test_anchors()
127 sldns_buffer* buff = sldns_buffer_new(65800); in anchors_test() local
H A Dunitdname.c66 dname_test_qdl(sldns_buffer* buff) in dname_test_qdl()
78 dname_test_qdtl(sldns_buffer* buff) in dname_test_qdtl()
166 dname_test_pkt_dname_len(sldns_buffer* buff) in dname_test_pkt_dname_len()
865 sldns_buffer* buff = sldns_buffer_new(65800); in dname_test() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_printf.cc31 static int AppendChar(char **buff, const char *buff_end, char c) { in AppendChar()
42 static int AppendNumber(char **buff, const char *buff_end, u64 absolute_value, in AppendNumber()
83 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base, in AppendUnsigned()
90 static int AppendSignedDecimal(char **buff, const char *buff_end, s64 num, in AppendSignedDecimal()
104 static int AppendString(char **buff, const char *buff_end, int width, in AppendString()
120 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) { in AppendPointer()
129 int VSNPrintf(char *buff, int buff_length, in VSNPrintf()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_printf.cc29 static int AppendChar(char **buff, const char *buff_end, char c) { in AppendChar()
40 static int AppendNumber(char **buff, const char *buff_end, u64 absolute_value, in AppendNumber()
81 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base, in AppendUnsigned()
88 static int AppendSignedDecimal(char **buff, const char *buff_end, s64 num, in AppendSignedDecimal()
102 static int AppendString(char **buff, const char *buff_end, int width, in AppendString()
118 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) { in AppendPointer()
127 int VSNPrintf(char *buff, int buff_length, in VSNPrintf()
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Dscsi.c197 scsi_read_raw(u_int target, u_int blk, u_int nblk, uint8_t *buff, u_int len) in scsi_read_raw()
218 scsi_read(u_int blk, uint8_t *buff, u_int len) in scsi_read()
226 scsi_write(u_int blk, uint8_t *buff, u_int len) in scsi_write()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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()
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/
H A Doread2pwd.c64 char buf[BUFSIZ],buff[BUFSIZ]; in des_read_password() local
77 char buf[BUFSIZ],buff[BUFSIZ]; in des_read_2passwords() local
/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/
H A Doread2pwd.c64 char buf[BUFSIZ],buff[BUFSIZ]; in des_read_password() local
77 char buf[BUFSIZ],buff[BUFSIZ]; in des_read_2passwords() local
/netbsd-src/sys/dev/iscsi/
H A Discsi_utils.c144 gen_digest(const void *buff, size_t len) in gen_digest()
568 init_sernum(sernum_buffer_t *buff) in init_sernum()
598 add_sernum(sernum_buffer_t *buff, uint32_t num) in add_sernum()
650 ack_sernum(sernum_buffer_t *buff, uint32_t num) in ack_sernum()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dmztools.c18 #define WRITE_8(buff, n) do { \ argument
21 #define WRITE_16(buff, n) do { \ argument
25 #define WRITE_32(buff, n) do { \ argument
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dmztools.c18 #define WRITE_8(buff, n) do { \ argument
21 #define WRITE_16(buff, n) do { \ argument
25 #define WRITE_32(buff, n) do { \ argument
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Dmztools.c18 #define WRITE_8(buff, n) do { \ argument
21 #define WRITE_16(buff, n) do { \ argument
25 #define WRITE_32(buff, n) do { \ argument
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dmztools.c18 #define WRITE_8(buff, n) do { \ argument
21 #define WRITE_16(buff, n) do { \ argument
25 #define WRITE_32(buff, n) do { \ argument

12345678910>>...14