Searched defs:buf (Results 1 - 25 of 4553) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c2539 static char buf[BUF_SZ]; local
3329 uint32_t *buf; local
3389 uint64_t *buf; local
3462 uint32_t *buf; local
3539 dump_gnu_property_type_0(struct readelf *re, const char *buf, size_t sz) argument
3720 dump_notes_data(struct readelf *re, const char *name, uint32_t type, const char *buf, size_t sz) argument
3784 dump_notes_content(struct readelf *re, const char *buf, size_t sz, off_t off) argument
3873 uint8_t *buf, *end, *buf2; local
3948 uint8_t *buf, *end, *buf2; local
6989 uint8_t *buf, *new_buf; local
[all...]
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c1742 REPARSE_DATA_BUFFER *buf; local
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_zip.c36 uint8_t* buf; local
63 uint8_t* buf; local
818 char buf[64]; local
840 char buf[8]; local
866 char buf[64]; local
887 char buf[64]; local
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c174 const uint8_t* buf; member in struct:data_ready
3471 static int use_data(struct rar5* rar, const void** buf, size_t* size, argument
704 push_data(struct archive_read* a, struct rar5* rar, const uint8_t* buf, int64_t idx_begin, int64_t idx_end) argument
3495 push_data_ready(struct archive_read* a, struct rar5* rar, const uint8_t* buf, size_t size, int64_t offset) argument
3701 do_unstore_file(struct archive_read* a, struct rar5* rar, const void** buf, size_t* size, int64_t* offset) argument
3749 do_unpack(struct archive_read* a, struct rar5* rar, const void** buf, size_t* size, int64_t* offset) argument
3896 rar5_signature(char *buf) argument
[all...]
H A Darchive_random.c75 archive_random(void *buf, size_t nbytes) argument
261 uint8_t *buf = (uint8_t *)_buf; local
/freebsd-11-stable/stand/i386/libi386/
H A Dpxe.c440 char *buf, *ptr, *frame; local
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.c2000 struct buf *buf; local
2203 struct buf *buf; local
2256 struct buf *buf; local
2402 dhcp_option_ev_name(char *buf, size_t buflen, struct option *option) argument
2728 ipv4addrs(const char * buf) argument
[all...]
/freebsd-11-stable/sbin/ggate/ggatec/
H A Dggatec.c96 char buf[MAXPHYS]; local
204 char buf[MAXPHYS]; local
/freebsd-11-stable/lib/libfetch/
H A Dftp.c492 ftp_readfn(void *v, char *buf, int len) argument
525 ftp_writefn(void *v, const char *buf, int len) argument
[all...]
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c2075 char *buf; local
2209 free(buf); variable
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c1904 char buf[64], *s, opt; local
/freebsd-11-stable/usr.bin/ar/
H A Dwrite.c570 prefault_buffer(const char *buf, size_t s) argument
591 write_data(struct bsdar *bsdar, struct archive *a, const void *buf, size_t s) argument
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h155 vscnprintf(char *buf, size_t size, const char *fmt, va_list args) argument
166 scnprintf(char *buf, size_t size, const char *fmt, ...) argument
436 char buf[8] = {}; local
/freebsd-11-stable/sys/netgraph/
H A Dng_base.c431 ng_generic_list_getLength(const struct ng_parse_type *type, const u_char *start, const u_char *buf) argument
439 ng_generic_linkinfo_getLength(const struct ng_parse_type *type, const u_char *start, const u_char *buf) argument
H A Dng_parse.c169 ng_parse_getDefault(const struct ng_parse_type *type, u_char *buf, int *buflen) argument
147 ng_parse(const struct ng_parse_type *type, const char *string, int *off, u_char *buf, int *buflen) argument
184 ng_struct_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
199 ng_struct_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
238 ng_fixedarray_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
255 ng_fixedarray_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
287 ng_array_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
302 ng_array_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
334 ng_int8_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
385 ng_int8_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
429 ng_int16_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
481 ng_int16_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
525 ng_int32_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
580 ng_int32_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
624 ng_int64_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
675 ng_int64_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
719 ng_string_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
756 ng_string_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
782 ng_fixedstring_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
819 ng_fixedstring_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
886 ng_sizedstring_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
929 ng_sizedstring_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
954 ng_ipaddr_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
991 ng_ipaddr_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
1018 ng_enaddr_parse(const struct ng_parse_type *type, const char *s, int *const off, const u_char *const start, u_char *const buf, int *const buflen) argument
1075 ng_parse_bytearray_subtype_getLength(const struct ng_parse_type *type, const u_char *start, const u_char *buf) argument
1095 ng_bytearray_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
1144 ng_bytearray_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
1170 ng_parse_ng_mesg_getLength(const struct ng_parse_type *type, const u_char *start, const u_char *buf) argument
1201 ng_parse_composite(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen, const enum comptype ctype) argument
1471 ng_get_composite_elem_default(const struct ng_parse_type *type, int index, const u_char *const start, u_char *buf, int *buflen, const enum comptype ctype) argument
1517 ng_get_composite_len(const struct ng_parse_type *type, const u_char *const start, const u_char *buf, const enum comptype ctype) argument
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c28677 char buf[etBUFSIZE]; /* Conversion buffer */ local
32411 u8 buf[10]; local
35336 struct stat buf; local
37497 struct stat buf; local
37698 struct stat buf; local
37737 struct stat buf; /* Used to hold return values of fstat() */ local
39630 struct stat buf; local
40207 struct stat buf; local
40829 char buf[MAXPATHLEN]; local
41008 char buf[PROXY_MAXCONCHLEN]; local
41082 struct stat buf; local
41273 struct stat buf; local
82176 sqlite3VdbeSerialPut(u8 *buf, Mem *pMem, u32 serial_type) argument
82230 serialGet( const unsigned char *buf, u32 serial_type, Mem *pMem ) argument
82266 sqlite3VdbeSerialGet( const unsigned char *buf, u32 serial_type, Mem *pMem ) argument
205653 SessionBuffer buf; /* Current read buffer */ member in struct:SessionInput
207836 SessionBuffer buf = {0, 0, 0}; local
207975 SessionBuffer buf = {0,0,0}; /* Buffer in which to accumlate changeset */ local
209224 SessionBuffer buf; local
209334 SessionBuffer buf = {0, 0, 0}; local
209416 SessionBuffer buf = {0, 0, 0}; local
210637 SessionBuffer buf = {0, 0, 0}; local
215720 Fts5Buffer buf = {0, 0, 0}; local
216760 Fts5Buffer buf = {0, 0, 0}; local
220155 Fts5Buffer buf; /* Buffer containing leaf data */ member in struct:Fts5PageWriter
220163 Fts5Buffer buf; /* Buffer containing page data */ member in struct:Fts5DlidxWriter
220927 Fts5Buffer buf; /* Buffer to serialize record into */ local
223940 Fts5Buffer buf; local
225289 Fts5Buffer buf = {0, 0, 0}; local
229946 Fts5Buffer buf; local
230038 Fts5Buffer buf = {0,0,0}; local
230177 Fts5Buffer buf; /* Buffer used to build up %_docsize blob */ local
233095 u8 buf[10]; local
[all...]
/freebsd-11-stable/testcode/
H A Dfake_event.c112 fake_temp_file(const char* adj, const char* id, char* buf, size_t len) argument
1702 char buf[512]; local
1792 char buf[512]; local
[all...]
/freebsd-11-stable/contrib/unbound/validator/
H A Dautotrust.c924 read_multiline(char* buf, size_t len, FILE* in, int* linenr) argument
2258 char buf[32]; local
2278 char buf[257]; local
2350 sldns_buffer* buf = env->scratch_buffer; local
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c412 char buf[1024]; local
462 char buf[256]; member in union:__anon2
637 char buf[256]; member in union:__anon3
1270 char buf[255]; local
1451 uint8_t buf[LDNS_RR_BUF_SIZE]; local
1469 uint8_t buf[LDNS_RR_BUF_SIZE]; local
2242 http_header_done(sldns_buffer* buf) argument
2256 http_header_line(sldns_buffer* buf) argument
2276 http_moveover_buffer(sldns_buffer* buf) argument
2610 ssize_t http2_recv_cb(nghttp2_session* ATTR_UNUSED(session), uint8_t* buf, local
2934 ssize_t http2_send_cb(nghttp2_session* ATTR_UNUSED(session), const uint8_t* buf, local
[all...]
H A Dnet_help.c233 char buf[MAX_ADDR_STRLEN]; local
257 char buf[MAX_ADDR_STRLEN]; local
291 char buf[64]; local
432 char buf[MAX_ADDR_STRLEN]; local
455 char buf[MAX_ADDR_STRLEN]; local
487 char buf[LDNS_MAX_DOMAINLEN+1]; local
518 char buf[LDNS_MAX_DOMAINLEN+1]; local
736 addr_to_str(struct sockaddr_storage* addr, socklen_t addrlen, char* buf, size_t len) argument
850 char buf[128]; local
[all...]
H A Dconfig_file.c456 char buf[64]; local
944 char buf[1024], nopt[64]; local
1628 char buf[16]; local
2094 char buf[10240]; local
2220 char* buf = (char*)malloc(len); local
2295 char buf[256]; local
2344 char buf[1024]; local
2427 BYTE buf[1024]; local
2510 char buf[256]; local
2526 char buf[20480]; local
2551 char buf[20480]; local
2576 char buf[1024]; local
2591 char buf[LDNS_MAX_DOMAINLEN+1]; local
[all...]
/freebsd-11-stable/contrib/unbound/util/data/
H A Dpacked_rrset.c308 char buf[65535]; local
H A Dmsgreply.c826 sldns_buffer* buf = sldns_buffer_new(65535); local
H A Dmsgencode.c950 error_encode(sldns_buffer* buf, int r, struct query_info* qinfo, argument
[all...]
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-control.c742 remote_read(SSL* ssl, int fd, char* buf, size_t len) argument
771 remote_write(SSL* ssl, int fd, const char* buf, size_t len) argument
807 send_file(SSL* ssl, int fd, FILE* in, char* buf, size_t sz) argument
831 char buf[1024]; local
1000 unsigned char buf[256]; local
[all...]

Completed in 1084 milliseconds

1234567891011>>