Home
last modified time | relevance | path

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

1234567

/minix3/external/mit/lua/dist/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 Dlzio.c30 const char *buff; in luaZ_fill() local
74 char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n) { in luaZ_openspace()
/minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/common/
H A Ddump.c57 dumpAddr(const char FAR *addr, int len, char *buff, size_t size) { in dumpAddr()
80 dumpHost(const struct hostent FAR *hp, char *buff, size_t size) { in dumpHost()
94 dumpName(const char *name, char *buff, size_t size) { in dumpName()
/minix3/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_open_memory.c51 unsigned char * buff; member
64 archive_write_open_memory(struct archive *a, void *buff, size_t buffSize, size_t *used) in archive_write_open_memory()
102 memory_write(struct archive *a, void *client_data, const void *buff, size_t length) in memory_write()
H A Darchive_read_open_memory.c59 archive_read_open_memory(struct archive *a, void *buff, size_t size) in archive_read_open_memory()
70 archive_read_open_memory2(struct archive *a, void *buff, in archive_read_open_memory2()
107 memory_read(struct archive *a, void *client_data, const void **buff) in memory_read()
H A Darchive_virtual.c85 archive_write_data(struct archive *a, const void *buff, size_t s) in archive_write_data()
91 archive_write_data_block(struct archive *a, const void *buff, size_t s, off_t o) in archive_write_data_block()
/minix3/crypto/external/bsd/openssl/dist/crypto/des/
H A Dread2pwd.c120 char buf[BUFSIZ], buff[BUFSIZ]; in DES_read_password() local
133 char buf[BUFSIZ], buff[BUFSIZ]; in DES_read_2passwords() local
/minix3/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
/minix3/crypto/external/bsd/openssl/dist/crypto/ui/
H A Dui_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()
/minix3/external/bsd/libarchive/dist/libarchive/test/
H A Dread_open_memory.c59 read_open_memory(struct archive *a, void *buff, size_t size, size_t read_size) in read_open_memory()
69 read_open_memory2(struct archive *a, void *buff, size_t size, size_t read_size) in read_open_memory2()
75 read_open_memory_internal(struct archive *a, void *buff, in read_open_memory_internal()
119 memory_read(struct archive *a, void *client_data, const void **buff) in memory_read()
H A Dtest_tar_large.c55 void *buff; member
65 void *buff; member
86 memory_write(struct archive *a, void *_private, const void *buff, size_t size) in memory_write()
124 memory_read(struct archive *a, void *_private, const void **buff) in memory_read()
H A Dtest_write_compress_program.c28 char buff[1000000]; variable
H A Dtest_archive_api_feature.c30 char buff[128]; in DEFINE_TEST() local
H A Dtest_pax_filename_encoding.c94 char buff[65536]; in test_pax_filename_encoding_2() local
196 char buff[65536]; in test_pax_filename_encoding_3() local
H A Dtest_write_disk_sparse.c41 char *buff, *p; in verify_write_data() local
133 char *buff, *p; in verify_write_data_block() local
H A Dtest_write_format_ar.c31 char buff[4096]; variable
H A Dtest_write_format_shar_empty.c35 char buff[2048]; in DEFINE_TEST() local
H A Dtest_write_format_zip_empty.c36 char buff[256]; in DEFINE_TEST() local
H A Dtest_open_filename.c30 char buff[64]; in DEFINE_TEST() local
H A Dtest_read_format_ar.c34 char buff[64]; in DEFINE_TEST() local
H A Dtest_open_file.c30 char buff[64]; in DEFINE_TEST() local
H A Dtest_write_format_cpio_empty.c50 char buff[2048]; in DEFINE_TEST() local
H A Dtest_write_format_tar_empty.c35 char buff[2048]; in DEFINE_TEST() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A D2003-11-26-PointerShift.c3 unsigned long do_csum(const unsigned char *buff, int len, unsigned long result) { in do_csum()
/minix3/minix/lib/libc/sys/
H A Dgcov_flush_sys.c6 gcov_flush_svr(const char * label, char * buff, size_t buff_sz) in gcov_flush_svr()

1234567