Searched defs:buff (Results 226 - 250 of 335) sorted by relevance

1234567891011>>

/freebsd-current/contrib/lua/src/
H A Dloadlib.c178 char buff[MAX_PATH + 1]; local
485 luaL_Buffer buff; local
[all...]
H A Dlobject.c259 char buff[L_MAXLENNUM + 1]; local
323 int luaO_utf8esc (char *buff, unsigned long x) { argument
355 static int tostringbuff (TValue *obj, char *buff) { argument
375 char buff[MAXNUMBER2STR]; local
414 pushstr(BuffFS *buff, const char *str, size_t lstr) argument
428 clearbuff(BuffFS *buff) argument
438 getbuff(BuffFS *buff, int sz) argument
453 addstr2buff(BuffFS *buff, const char *str, size_t slen) argument
469 addnum2buff(BuffFS *buff, TValue *num) argument
481 BuffFS buff; /* holds last part of the result */ local
[all...]
/freebsd-current/sys/dev/mlxfw/
H A Dmlxfw_mfa2.c527 u8 buff[0]; member in struct:mlxfw_mfa2_comp_data
/freebsd-current/tests/sys/audit/
H A Dfile-attribute-modify.c48 static char buff[] = "ezio"; variable
[all...]
H A Dfile-attribute-access.c47 static char buff[] = "ezio"; variable
[all...]
/freebsd-current/usr.sbin/ppp/
H A Dlcp.c384 u_char buff[200]; local
H A Dipv6cp.c621 u_char buff[IPV6CP_IFIDLEN+2]; local
/freebsd-current/sys/powerpc/powermac/
H A Dfcu.c134 fcu_write(device_t dev, uint32_t addr, uint8_t reg, uint8_t *buff, argument
299 uint8_t buff[2] = { 0, 0 }; local
/freebsd-current/usr.bin/indent/
H A Dindent.c1243 char buff[8 * 1024]; local
/freebsd-current/sys/dev/iicbus/adc/
H A Dad7417.c125 ad7417_write(device_t dev, uint32_t addr, uint8_t reg, uint8_t *buff, int len) argument
/freebsd-current/lib/libcam/
H A Dscsi_cmdparse.c103 do_buff_decode(uint8_t *buff, size_t len, argument
546 do_encode(u_char *buff, size_t vec_max, size_t *used, int (*arg_get)(void *, char *), void *gethook, const char *fmt, va_list *ap) argument
701 buff_decode(uint8_t *buff, size_t len, const char *fmt, ...) argument
716 buff_decode_visit(uint8_t *buff, size_t len, const char *fmt, void (*arg_put)(void *, int, void *, int, char *), void *puthook) argument
831 buff_encode_visit(uint8_t *buff, size_t len, const char *fmt, int (*arg_get)(void *hook, char *field_name), void *gethook) argument
[all...]
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dldebug.c573 char buff[LUA_IDSIZE]; /* add file:line information */ local
H A Dlauxlib.c537 LUALIB_API int luaL_loadbufferx (lua_State *L, const char *buff, size_t size, argument
H A Dlstate.h138 Mbuffer buff; /* temporary buffer for string concatenation */ member in struct:global_State
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp30 static int AppendChar(char **buff, const char *buff_end, char c) { argument
41 static int AppendNumber(char **buff, const char *buff_end, u64 absolute_value, argument
82 static int AppendUnsigned(char **buff, cons argument
89 AppendSignedDecimal(char **buff, const char *buff_end, s64 num, u8 minimal_num_length, bool pad_with_zero) argument
103 AppendString(char **buff, const char *buff_end, int width, int max_chars, const char *s) argument
119 AppendPointer(char **buff, const char *buff_end, u64 ptr_value) argument
128 VSNPrintf(char *buff, int buff_length, const char *format, va_list args) argument
[all...]
H A Dsanitizer_symbolizer_libcdep.cpp43 char *buff = nullptr; local
53 char *buff = nullptr; local
63 char *buff = nullptr; local
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.h373 char *buff; local
387 char *buff; local
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_ustar.c237 char buff[512]; local
743 archive_write_ustar_data(struct archive_write *a, const void *buff, size_t s) argument
H A Darchive_write_set_format_cpio_newc.c374 archive_write_newc_data(struct archive_write *a, const void *buff, size_t s) argument
H A Darchive_write_set_format_cpio_odc.c416 archive_write_odc_data(struct archive_write *a, const void *buff, size_t s) argument
H A Darchive_write_add_filter_zstd.c406 archive_compressor_zstd_write(struct archive_write_filter *f, const void *buff, argument
547 archive_compressor_zstd_write(struct archive_write_filter *f, const void *buff, argument
/freebsd-current/contrib/libarchive/tar/
H A Dwrite.c745 const void *buff; local
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_archive_string_conversion.c258 char buff[512]; local
469 char buff[512]; local
859 char buff[512]; local
[all...]
/freebsd-current/contrib/tcsh/
H A Dtw.init.c42 *buff; /* Space holding command names */ member in struct:__anon6244
[all...]
/freebsd-current/contrib/ofed/libibverbs/
H A Dneigh.c280 static int try_send_to(int sock_fd, void *buff, size_t buf_size, argument
310 char buff[sizeof(SEND_PAYLOAD)] = SEND_PAYLOAD; local

Completed in 237 milliseconds

1234567891011>>