Home
last modified time | relevance | path

Searched defs:nbytes (Results 1 – 25 of 97) sorted by relevance

1234

/minix3/external/bsd/file/dist/src/
H A Dencoding.c74 file_encoding(struct magic_set *ms, const unsigned char *buf, size_t nbytes, unichar **ubuf, size_t… in file_encoding()
230 looks_ascii(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_ascii()
250 looks_latin1(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in looks_latin1()
269 looks_extended(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_extended()
300 file_looks_utf8(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in file_looks_utf8()
371 looks_utf8_with_BOM(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_utf8_with_BOM()
381 looks_ucs16(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_ucs16()
502 from_ebcdic(const unsigned char *buf, size_t nbytes, unsigned char *out) in from_ebcdic()
H A Dis_tar.c69 file_is_tar(struct magic_set *ms, const unsigned char *buf, size_t nbytes) in file_is_tar()
99 is_tar(const unsigned char *buf, size_t nbytes) in is_tar()
H A Dascmagic.c68 trim_nuls(const unsigned char *buf, size_t nbytes) in trim_nuls()
77 file_ascmagic(struct magic_set *ms, const unsigned char *buf, size_t nbytes, in file_ascmagic()
108 size_t nbytes, unichar *ubuf, size_t ulen, const char *code, in file_ascmagic_with_encoding()
/minix3/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dnet_write.c47 net_write (rk_socket_t fd, const void *buf, size_t nbytes) in net_write()
70 net_write(rk_socket_t sock, const void *buf, size_t nbytes) in net_write()
H A Dnet_read.c47 net_read (rk_socket_t fd, void *buf, size_t nbytes) in net_read()
72 net_read(rk_socket_t sock, void *buf, size_t nbytes) in net_read()
H A Dswab.c42 swab (char *from, char *to, int nbytes) in swab()
H A Deread.c45 eread (int fd, void *buf, size_t nbytes) in eread()
H A Dewrite.c45 ewrite (int fd, const void *buf, size_t nbytes) in ewrite()
/minix3/bin/sh/
H A Dmachdep.h47 #define SHELL_ALIGN(nbytes) (((nbytes) + SHELL_SIZE) & ~SHELL_SIZE) argument
H A Dmemalloc.c59 ckmalloc(size_t nbytes) in ckmalloc()
75 ckrealloc(pointer p, int nbytes) in ckrealloc()
124 stalloc(int nbytes) in stalloc()
/minix3/minix/lib/libc/sys/
H A Dwrite.c8 ssize_t write(int fd, const void *buffer, size_t nbytes) in write()
H A Dgetdents.c8 ssize_t getdents(int fd, char *buffer, size_t nbytes) in getdents()
/minix3/lib/libc/arch/mips/gen/
H A Dcacheflush.c37 _cacheflush(void *addr, size_t nbytes, int whichcache) in _cacheflush()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXutil.cpp36 static int encode_leb128(uint64_t val, int *nbytes, char *space, int splen) { in encode_leb128()
73 int nbytes; in encode_leb128() local
/minix3/lib/libc/compat/sys/
H A Dcompat_getdirentries.c51 getdirentries(int fd, char *buf, int nbytes, long *basep) in getdirentries()
H A Dcompat_getdents.c51 getdents(int fd, char *buf, size_t nbytes) in getdents()
/minix3/lib/libc/db/btree/
H A Dbt_put.c78 uint32_t nbytes, temp; in __bt_put() local
271 uint32_t nbytes; in bt_fast() local
/minix3/tools/compat/
H A Dpwrite.c39 ssize_t pwrite(int d, const void *buf, size_t nbytes, off_t offset) { in pwrite()
H A Dpread.c39 ssize_t pread(int d, void *buf, size_t nbytes, off_t offset) { in pread()
/minix3/lib/libc/net/
H A Dif_nameindex.c91 size_t nbytes, ni; in __weak_alias() local
/minix3/minix/servers/vfs/
H A Dread.c93 vir_bytes buf, size_t nbytes) in actual_read_write_peek()
127 int do_read_write_peek(int rw_flag, int fd, vir_bytes buf, size_t nbytes) in do_read_write_peek()
324 vir_bytes buf, size_t nbytes, size_t cum_io) in rw_pipe()
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Ddarwin-align-cast.c19 ssize_t sendFileDescriptor(int fd, void *data, size_t nbytes, int sendfd) { in sendFileDescriptor()
/minix3/external/mit/expat/dist/xmlwf/
H A Dunixfilemap.c26 size_t nbytes; in filemap() local
/minix3/usr.bin/bdes/
H A Dbdes.c713 register int nbytes; /* number of bytes to read */ in cfbenc() local
756 register int nbytes; /* number of bytes to read */ in cfbdec() local
802 register int nbytes; /* number of bytes to read */ in cfbaenc() local
849 register int nbytes; /* number of bytes to read */ in cfbadec() local
897 register int nbytes; /* number of bytes to read */ in ofbenc() local
943 register int nbytes; /* number of bytes to read */ in ofbdec() local
992 register int nbytes; /* number of bytes to read */ in cfbauth() local
/minix3/usr.bin/hexdump/
H A Dodsyntax.c60 int nbytes; member
224 int nbytes = 0; in posixtypes() local

1234