Home
last modified time | relevance | path

Searched defs:buflen (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/openbsd-src/usr.sbin/vmd/
H A Dpacket.c98 assemble_hw_header(unsigned char *buf, size_t buflen, in assemble_hw_header()
125 assemble_udp_ip_header(unsigned char *buf, size_t buflen, size_t offset, in assemble_udp_ip_header()
167 decode_hw_header(unsigned char *buf, size_t buflen, in decode_hw_header()
221 decode_udp_ip_header(unsigned char *buf, size_t buflen, in decode_udp_ip_header()
/openbsd-src/usr.sbin/dhcrelay/
H A Dpacket.c100 assemble_hw_header(unsigned char *buf, size_t buflen, in assemble_hw_header()
127 assemble_udp_ip_header(unsigned char *buf, size_t buflen, size_t offset, in assemble_udp_ip_header()
169 decode_hw_header(unsigned char *buf, size_t buflen, in decode_hw_header()
216 decode_udp_ip_header(unsigned char *buf, size_t buflen, in decode_udp_ip_header()
/openbsd-src/lib/libc/gen/
H A Dgetpwent.c312 size_t buflen; in getpwent() local
558 char *buf, size_t buflen, int *flagsp) in __yppwlookup()
700 _pwhashbyname(const char *name, char *buf, size_t buflen, struct passwd *pw, in _pwhashbyname()
722 _pwhashbyuid(uid_t uid, char *buf, size_t buflen, struct passwd *pw, in _pwhashbyuid()
740 getpwnam_internal(const char *name, struct passwd *pw, char *buf, size_t buflen, in getpwnam_internal()
786 getpwnam_r(const char *name, struct passwd *pw, char *buf, size_t buflen, in getpwnam_r()
823 getpwuid_internal(uid_t uid, struct passwd *pw, char *buf, size_t buflen, in getpwuid_internal()
870 getpwuid_r(uid_t uid, struct passwd *pw, char *buf, size_t buflen, in getpwuid_r()
990 __hashpw(DBT *key, char *buf, size_t buflen, struct passwd *pw, in __hashpw()
/openbsd-src/lib/libskey/
H A Dskeysubr.c69 size_t buflen; in keycrunch() local
89 keycrunch_md5(char *result, char *buf, size_t buflen) in keycrunch_md5()
107 keycrunch_sha1(char *result, char *buf, size_t buflen) in keycrunch_sha1()
136 keycrunch_rmd160(char *result, char *buf, size_t buflen) in keycrunch_rmd160()
/openbsd-src/usr.sbin/npppd/common/
H A Drecvfromto.c44 recvfromto_nat_t(int s, void *buf, size_t buflen, int flags, in recvfromto_nat_t()
182 recvfromto(int s, void *buf, size_t buflen, int flags, struct sockaddr *from, in recvfromto()
190 sendto_nat_t(int s, const void *buf, size_t buflen, int flags, in sendto_nat_t()
/openbsd-src/lib/libevent/
H A Devutil.c75 evutil_snprintf(char *buf, size_t buflen, const char *format, ...) in evutil_snprintf()
86 evutil_vsnprintf(char *buf, size_t buflen, const char *format, va_list ap) in evutil_vsnprintf()
/openbsd-src/usr.sbin/unbound/util/
H A Dproxy_protocol.c86 pp2_write_to_buf(uint8_t* buf, size_t buflen, in pp2_write_to_buf() argument
164 pp2_read_header(uint8_t * buf,size_t buflen) pp2_read_header() argument
/openbsd-src/usr.sbin/nsd/util/
H A Dproxy_protocol.c86 pp2_write_to_buf(uint8_t* buf, size_t buflen, in pp2_write_to_buf()
164 pp2_read_header(uint8_t* buf, size_t buflen) in pp2_read_header()
/openbsd-src/sbin/unwind/libunbound/util/
H A Dproxy_protocol.c86 pp2_write_to_buf(uint8_t* buf, size_t buflen, in pp2_write_to_buf() argument
164 pp2_read_header(uint8_t * buf,size_t buflen) pp2_read_header() argument
/openbsd-src/lib/libc/string/
H A Dstrerror_r.c59 __num2string(int num, int sign, int setid, char *buf, size_t buflen, in __num2string()
86 strerror_r(int errnum, char *strerrbuf, size_t buflen) in strerror_r()
/openbsd-src/lib/libc/asr/
H A Dgetnameinfo_async.c216 size_t n, buflen = as->as.ni.servnamelen; in _servname() local
257 size_t buflen = as->as.ni.hostnamelen; in _numerichost() local
H A Dgetnameinfo.c47 asr_print_addr(const struct sockaddr *sa, char *buf, size_t buflen) in asr_print_addr()
110 asr_print_port(const struct sockaddr *sa, const char *proto, char *buf, size_t buflen) in asr_print_port()
/openbsd-src/sbin/fsck_ffs/
H A Dpass2.c57 pass2_info1(char *buf, size_t buflen) in pass2_info1()
64 pass2_info2(char *buf, size_t buflen) in pass2_info2()
/openbsd-src/regress/lib/libssl/unit/
H A Dcipher_list.c99 size_t buflen, outlen; in ssl_list_to_bytes_scsv() local
132 size_t buflen, outlen; in ssl_list_to_bytes_no_scsv() local
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dm32r-dis.c102 int buflen = (pc & 3) == 0 ? 4 : 2; local
405 int buflen, in read_insn()
435 unsigned int buflen) in print_insn()
543 int buflen; in default_print_insn() local
H A Dxstormy16-dis.c313 int buflen, in read_insn()
343 unsigned int buflen) in print_insn()
451 int buflen; in default_print_insn() local
H A Diq2000-dis.c334 int buflen, in read_insn()
364 unsigned int buflen) in print_insn()
472 int buflen; in default_print_insn() local
H A Dopenrisc-dis.c280 int buflen, in read_insn()
310 unsigned int buflen) in print_insn()
418 int buflen; in default_print_insn() local
/openbsd-src/regress/lib/libtls/tls/
H A Dtlstest.c98 client_read(struct tls *ctx, void *buf, size_t buflen, void *cb_arg) in client_read() argument
105 client_write(struct tls *ctx, const void *buf, size_t buflen, void *cb_arg) in client_write() argument
112 server_read(struct tls *ctx, void *buf, size_t buflen, void *cb_arg) in server_read() argument
119 server_write(struct tls *ctx, const void *buf, size_t buflen, void *cb_arg) in server_write() argument
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dm32r-dis.c98 int buflen = (pc & 3) == 0 ? 4 : 2; in my_print_insn() local
398 int buflen, in read_insn()
429 unsigned int buflen) in print_insn()
537 int buflen; in default_print_insn() local
H A Diq2000-dis.c331 int buflen, in read_insn()
362 unsigned int buflen) in print_insn()
470 int buflen; in default_print_insn() local
/openbsd-src/usr.sbin/dhcpd/
H A Dpacket.c153 decode_hw_header(unsigned char *buf, u_int32_t buflen, struct hardware *from) in decode_hw_header()
170 decode_udp_ip_header(unsigned char *buf, u_int32_t buflen, in decode_udp_ip_header()
/openbsd-src/sys/dev/usb/
H A Dumass.c740 void *buffer, int buflen, int flags, in umass_setup_transfer()
776 void *buffer, int buflen, int flags, struct usbd_xfer *xfer) in umass_setup_ctrl_transfer()
1337 umass_cbi_adsc(struct umass_softc *sc, char *buffer, int buflen, in umass_cbi_adsc()
1811 umass_dump_buffer(struct umass_softc *sc, u_int8_t *buffer, int buflen, in umass_dump_buffer()
/openbsd-src/regress/usr.sbin/snmpd/
H A Dsnmp.c259 ssize_t buflen, writelen; in snmpv2_send() local
293 size_t buflen = sizeof(buf); in snmpv2_response_validate() local
306 snmp_recv(int s, int timeout, void *buf, size_t *buflen) in snmp_recv()
365 ssize_t buflen, writelen; in snmpv3_send() local
406 size_t buflen, writelen; in snmpv3_usm_discovery() local
509 snmpv3_decode(int s, void *buf, size_t buflen, struct ber_element *message, in snmpv3_decode()
557 snmpv3_usm_decode(int s, void *buf, size_t buflen, void *spstr, size_t spstrlen, in snmpv3_usm_decode()
625 size_t buflen = sizeof(buf); in snmpv3_response_validate() local
/openbsd-src/usr.bin/rsync/
H A Dio.c461 io_buffer_buf(void *buf, size_t *bufpos, size_t buflen, const void *val, in io_buffer_buf()
477 size_t *bufpos, size_t buflen, const void *val, size_t valsz) in io_lowbuffer_buf()
534 size_t *bufpos, size_t buflen, int32_t val) in io_lowbuffer_int()
545 io_buffer_int(void *buf, size_t *bufpos, size_t buflen, int32_t val) in io_buffer_int()

12345678910>>...12