/dflybsd-src/contrib/file/src/ |
H A D | encoding.c | 80 size_t nbytes = b->flen; in file_encoding() local 350 file_looks_utf8(const unsigned char *buf, size_t nbytes, file_unichar_t *ubuf, in file_looks_utf8() 431 looks_utf8_with_BOM(const unsigned char *buf, size_t nbytes, in looks_utf8_with_BOM() 441 looks_utf7(const unsigned char *buf, size_t nbytes, file_unichar_t *ubuf, in looks_utf7() 465 looks_ucs16(const unsigned char *bf, size_t nbytes, file_unichar_t *ubf, in looks_ucs16() 525 looks_ucs32(const unsigned char *bf, size_t nbytes, file_unichar_t *ubf, in looks_ucs32() 651 from_ebcdic(const unsigned char *buf, size_t nbytes, unsigned char *out) in from_ebcdic()
|
H A D | is_tar.c | 66 size_t nbytes = b->flen; in file_is_tar() local 99 is_tar(const unsigned char *buf, size_t nbytes) in is_tar()
|
H A D | ascmagic.c | 62 trim_nuls(const unsigned char *buf, size_t nbytes) in trim_nuls() 111 size_t nbytes = b->flen; in file_ascmagic_with_encoding() local
|
/dflybsd-src/bin/sh/ |
H A D | memalloc.c | 65 ckmalloc(size_t nbytes) in ckmalloc() 83 ckrealloc(pointer p, int nbytes) in ckrealloc() 144 stnewblock(int nbytes) in stnewblock() 166 stalloc(int nbytes) in stalloc()
|
/dflybsd-src/usr.bin/bdes/ |
H A D | bdes.c | 663 int nbytes; /* number of bytes to read */ in cfbenc() local 706 int nbytes; /* number of bytes to read */ in cfbdec() local 752 int nbytes; /* number of bytes to read */ in cfbaenc() local 798 int nbytes; /* number of bytes to read */ in cfbadec() local 846 int nbytes; /* number of bytes to read */ in ofbenc() local 892 int nbytes; /* number of bytes to read */ in ofbdec() local 941 int nbytes; /* number of bytes to read */ in cfbauth() local
|
/dflybsd-src/sbin/ipfw3/ |
H A D | ipfw3nat.c | 138 nat_config_show(char *buf, int nbytes, int nat_id) in nat_config_show() 167 int nbytes, nalloc; in nat_config_get() local 212 int nbytes, nalloc; in nat_state_show() local
|
H A D | ipfw3table.c | 226 int i, count, nbytes, nalloc = 1024; in table_list() local 302 int nbytes, nalloc = 1024; in table_show() local
|
/dflybsd-src/sys/dev/drm/include/linux/ |
H A D | kfifo.h | 63 _kfifo_alloc(struct kfifo_meta *meta, void *bufp, size_t nbytes, gfp_t gfp) in _kfifo_alloc() 108 const size_t nbytes = meta->kfm_nbytes; in _kfifo_len() local 126 const size_t nbytes = meta->kfm_nbytes; in _kfifo_out_peek() local 161 const size_t nbytes = meta->kfm_nbytes; in _kfifo_out() local 199 const size_t nbytes = meta->kfm_nbytes; in _kfifo_in() local
|
/dflybsd-src/sys/kern/ |
H A D | kern_fp.c | 204 fp_pread(file_t fp, void *buf, size_t nbytes, off_t offset, ssize_t *res, in fp_pread() 243 fp_read(file_t fp, void *buf, size_t nbytes, ssize_t *res, int all, in fp_read() 301 fp_pwrite(file_t fp, void *buf, size_t nbytes, off_t offset, ssize_t *res, in fp_pwrite() 341 fp_write(file_t fp, void *buf, size_t nbytes, ssize_t *res, enum uio_seg seg) in fp_write()
|
/dflybsd-src/lib/libalias/ |
H A D | alias_util.c | 62 PacketAliasInternetChecksum(u_short *ptr, int nbytes) in PacketAliasInternetChecksum() 97 int nhdr, ntcp, nbytes; in TcpChecksum() local
|
/dflybsd-src/test/debug/ |
H A D | vmpagequeues.c | 157 kkread(kvm_t *kd, u_long addr, void *buf, size_t nbytes) in kkread() 166 kkread_err(kvm_t *kd, u_long addr, void *buf, size_t nbytes) in kkread_err()
|
H A D | vmpagehash.c | 321 kkread(kvm_t *kd, u_long addr, void *buf, size_t nbytes) in kkread() 330 kkread_err(kvm_t *kd, u_long addr, void *buf, size_t nbytes) in kkread_err()
|
/dflybsd-src/contrib/cvs-1.12/src/ |
H A D | socket-client.c | 66 int nbytes; in socket_buffer_input() local 139 int nbytes; in socket_buffer_output() local
|
H A D | buffer.c | 286 size_t nbytes; in buf_send_output() local 740 size_t get, nbytes; in buf_input_data() local 885 size_t size, nbytes; in buf_read_short_line() local 971 size_t get, nbytes; in buf_read_data() local 1813 int nbytes; in fd_buffer_input() local 1931 int nbytes; in fd_buffer_output() local
|
/dflybsd-src/lib/libc/db/btree/ |
H A D | bt_put.c | 70 uint32_t nbytes, tmp; in __bt_put() local 263 uint32_t nbytes; in bt_fast() local
|
H A D | bt_split.c | 85 uint32_t n, nbytes, nksize; in __bt_split() local 515 uint32_t nbytes; in bt_broot() local 595 uint32_t nbytes; in bt_psplit() local
|
/dflybsd-src/contrib/nvi2/common/ |
H A D | encoding.c | 56 looks_utf8(const char *ibuf, size_t nbytes) in looks_utf8() 117 looks_utf16(const char *ibuf, size_t nbytes) in looks_utf16()
|
/dflybsd-src/usr.sbin/nscd/ |
H A D | query.c | 1100 query_io_buffer_read(struct query_state *qstate, void *buf, size_t nbytes) in query_io_buffer_read() 1136 size_t nbytes) in query_io_buffer_write() 1170 query_socket_read(struct query_state *qstate, void *buf, size_t nbytes) in query_socket_read() 1192 query_socket_write(struct query_state *qstate, const void *buf, size_t nbytes) in query_socket_write()
|
/dflybsd-src/lib/libc/stdio/ |
H A D | fmemopen.c | 45 fmemopen_read(void *cookie, char *buf, int nbytes) in fmemopen_read() 64 fmemopen_write(void *cookie, const char *buf, int nbytes) in fmemopen_write()
|
/dflybsd-src/contrib/binutils-2.27/bfd/ |
H A D | cache.c | 302 cache_bread_1 (struct bfd *abfd, void *buf, file_ptr nbytes) in cache_bread_1() 353 cache_bread (struct bfd *abfd, void *buf, file_ptr nbytes) in cache_bread() 390 cache_bwrite (struct bfd *abfd, const void *where, file_ptr nbytes) in cache_bwrite()
|
/dflybsd-src/contrib/gdb-7/bfd/ |
H A D | cache.c | 258 cache_bread_1 (struct bfd *abfd, void *buf, file_ptr nbytes) in cache_bread_1() 309 cache_bread (struct bfd *abfd, void *buf, file_ptr nbytes) in cache_bread() 346 cache_bwrite (struct bfd *abfd, const void *where, file_ptr nbytes) in cache_bwrite()
|
/dflybsd-src/contrib/binutils-2.34/bfd/ |
H A D | cache.c | 302 cache_bread_1 (FILE *f, void *buf, file_ptr nbytes) in cache_bread_1() 337 cache_bread (struct bfd *abfd, void *buf, file_ptr nbytes) in cache_bread() 379 cache_bwrite (struct bfd *abfd, const void *from, file_ptr nbytes) in cache_bwrite()
|
/dflybsd-src/sys/vfs/isofs/cd9660/ |
H A D | cd9660_bmap.c | 84 off_t nbytes; in cd9660_bmap() local
|
/dflybsd-src/sys/bus/isa/x86_64/ |
H A D | isa_dma.c | 211 isa_dmastart(int flags, caddr_t addr, u_int nbytes, int chan) in isa_dmastart() 334 isa_dmadone(int flags, caddr_t addr, int nbytes, int chan) in isa_dmadone()
|
/dflybsd-src/lib/libc/net/ |
H A D | if_nameindex.c | 84 int nbytes; in if_nameindex() local
|