| /NextBSD/contrib/file/src/ |
| HD | encoding.c | 69 file_encoding(struct magic_set *ms, const unsigned char *buf, size_t nbytes, unichar **ubuf, size_t… in file_encoding() 231 looks_ascii(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_ascii() 251 looks_latin1(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in looks_latin1() 270 looks_extended(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_extended() 301 file_looks_utf8(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in file_looks_utf8() 372 looks_utf8_with_BOM(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_utf8_with_BOM() 382 looks_utf7(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in looks_utf7() 401 looks_ucs16(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_ucs16() 522 from_ebcdic(const unsigned char *buf, size_t nbytes, unsigned char *out) in from_ebcdic()
|
| HD | is_tar.c | 63 file_is_tar(struct magic_set *ms, const unsigned char *buf, size_t nbytes) in file_is_tar() 93 is_tar(const unsigned char *buf, size_t nbytes) in is_tar()
|
| HD | ascmagic.c | 62 trim_nuls(const unsigned char *buf, size_t nbytes) in trim_nuls() 71 file_ascmagic(struct magic_set *ms, const unsigned char *buf, size_t nbytes, in file_ascmagic() 102 size_t nbytes, unichar *ubuf, size_t ulen, const char *code, in file_ascmagic_with_encoding()
|
| /NextBSD/contrib/apr/file_io/unix/ |
| HD | readwrite.c | 29 apr_size_t *nbytes) in file_read_buffered() 85 APR_DECLARE(apr_status_t) apr_file_read(apr_file_t *thefile, void *buf, apr_size_t *nbytes) in apr_file_read() 147 APR_DECLARE(apr_status_t) apr_file_write(apr_file_t *thefile, const void *buf, apr_size_t *nbytes) in apr_file_write() 227 apr_size_t nvec, apr_size_t *nbytes) in apr_file_writev() 286 apr_size_t nbytes = 1; in apr_file_putc() local 299 apr_size_t nbytes = 1; in apr_file_getc() local 404 apr_size_t nbytes; local
|
| HD | fullrw.c | 21 apr_size_t nbytes, in apr_file_read_full() 44 apr_size_t nbytes, in apr_file_write_full()
|
| /NextBSD/contrib/ntp/libntp/ |
| HD | ntp_crypto_rnd.c | 36 arc4random_buf(void *buf, size_t nbytes) in arc4random_buf() 91 size_t nbytes in ntp_crypto_random_buf()
|
| /NextBSD/contrib/groff/src/libs/libbib/ |
| HD | map.c | 41 char *mapread(int fd, int nbytes) in mapread() 70 char *mapread(int fd, int nbytes) in mapread()
|
| /NextBSD/crypto/heimdal/lib/roken/ |
| HD | net_read.c | 45 net_read (rk_socket_t fd, void *buf, size_t nbytes) in net_read() 70 net_read(rk_socket_t sock, void *buf, size_t nbytes) in net_read()
|
| HD | net_write.c | 45 net_write (rk_socket_t fd, const void *buf, size_t nbytes) in net_write() 68 net_write(rk_socket_t sock, const void *buf, size_t nbytes) in net_write()
|
| HD | swab.c | 40 swab (char *from, char *to, int nbytes) in swab()
|
| HD | eread.c | 43 eread (int fd, void *buf, size_t nbytes) in eread()
|
| HD | ewrite.c | 43 ewrite (int fd, const void *buf, size_t nbytes) in ewrite()
|
| /NextBSD/bin/sh/ |
| HD | memalloc.c | 56 ckmalloc(size_t nbytes) in ckmalloc() 74 ckrealloc(pointer p, int nbytes) in ckrealloc() 135 stnewblock(int nbytes) in stnewblock() 157 stalloc(int nbytes) in stalloc()
|
| /NextBSD/secure/usr.bin/bdes/ |
| HD | bdes.c | 674 int nbytes; /* number of bytes to read */ in cfbenc() local 717 int nbytes; /* number of bytes to read */ in cfbdec() local 763 int nbytes; /* number of bytes to read */ in cfbaenc() local 809 int nbytes; /* number of bytes to read */ in cfbadec() local 857 int nbytes; /* number of bytes to read */ in ofbenc() local 903 int nbytes; /* number of bytes to read */ in ofbdec() local 952 int nbytes; /* number of bytes to read */ in cfbauth() local
|
| /NextBSD/sys/netinet/libalias/ |
| HD | alias_util.c | 75 int nbytes) in LibAliasInternetChecksum() 111 int nhdr, ntcp, nbytes; in TcpChecksum() local
|
| /NextBSD/sys/sparc64/isa/ |
| HD | isa_dma.c | 69 isa_dmastart(int flags, caddr_t addr, u_int nbytes, int chan) in isa_dmastart() 75 isa_dmadone(int flags, caddr_t addr, int nbytes, int chan) in isa_dmadone()
|
| /NextBSD/lib/libc/db/btree/ |
| HD | bt_put.c | 73 u_int32_t nbytes, tmp; in __bt_put() local 267 u_int32_t nbytes; in bt_fast() local
|
| /NextBSD/contrib/nvi/common/ |
| HD | encoding.c | 60 looks_utf8(const char *ibuf, size_t nbytes) in looks_utf8() 121 looks_utf16(const char *ibuf, size_t nbytes) in looks_utf16()
|
| /NextBSD/contrib/apr/network_io/unix/ |
| HD | sendrecv.c | 261 int rv, nbytes = 0, total_hdrbytes, i; in apr_socket_sendfile() local 417 apr_off_t nbytes = 0; in apr_socket_sendfile() local 535 off_t nbytes = 0; in apr_socket_sendfile() local 673 apr_size_t nbytes = *len, headerlen, trailerlen; in apr_socket_sendfile() local 982 apr_size_t nbytes; in apr_socket_sendfile() local
|
| /NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/ |
| HD | err.D_ACT_SPEC.SpeculateWithCopyOut.d | 43 size_t nbytes; variable
|
| /NextBSD/sys/compat/linuxkpi/common/include/linux/ |
| HD | random.h | 37 get_random_bytes(void *buf, int nbytes) in get_random_bytes()
|
| /NextBSD/lib/libc/stdio/ |
| HD | fmemopen.c | 165 fmemopen_read(void *cookie, char *buf, int nbytes) in fmemopen_read() 183 fmemopen_write(void *cookie, const char *buf, int nbytes) in fmemopen_write()
|
| /NextBSD/lib/libc/sys/ |
| HD | read.c | 45 read(int fd, void *buf, size_t nbytes) in read()
|
| HD | write.c | 45 write(int fd, const void *buf, size_t nbytes) in write()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | dwarfread.c | 1173 int nbytes; in decode_array_element_type() local 1273 int nbytes; in decode_subscript_data_item() local 1356 int nbytes; in dwarf_read_array_type() local 1655 int nbytes; in enum_type() local 2148 unsigned short nbytes; in locval() local 2465 int nbytes; in add_enum_psymbol() local 3054 int nbytes; in decode_mod_fund_type() local 3100 int nbytes; in decode_mod_u_d_type() local 3165 int nbytes; in decode_modified_type() local 3525 int nbytes; /* Size of next field to read */ in completedieinfo() local [all …]
|