/minix3/external/bsd/file/dist/src/ |
H A D | encoding.c | 74 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 D | is_tar.c | 69 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 D | ascmagic.c | 68 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 D | net_write.c | 47 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 D | net_read.c | 47 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 D | swab.c | 42 swab (char *from, char *to, int nbytes) in swab()
|
H A D | eread.c | 45 eread (int fd, void *buf, size_t nbytes) in eread()
|
H A D | ewrite.c | 45 ewrite (int fd, const void *buf, size_t nbytes) in ewrite()
|
/minix3/bin/sh/ |
H A D | machdep.h | 47 #define SHELL_ALIGN(nbytes) (((nbytes) + SHELL_SIZE) & ~SHELL_SIZE) argument
|
H A D | memalloc.c | 59 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 D | write.c | 8 ssize_t write(int fd, const void *buffer, size_t nbytes) in write()
|
H A D | getdents.c | 8 ssize_t getdents(int fd, char *buffer, size_t nbytes) in getdents()
|
/minix3/lib/libc/arch/mips/gen/ |
H A D | cacheflush.c | 37 _cacheflush(void *addr, size_t nbytes, int whichcache) in _cacheflush()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXutil.cpp | 36 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 D | compat_getdirentries.c | 51 getdirentries(int fd, char *buf, int nbytes, long *basep) in getdirentries()
|
H A D | compat_getdents.c | 51 getdents(int fd, char *buf, size_t nbytes) in getdents()
|
/minix3/lib/libc/db/btree/ |
H A D | bt_put.c | 78 uint32_t nbytes, temp; in __bt_put() local 271 uint32_t nbytes; in bt_fast() local
|
/minix3/tools/compat/ |
H A D | pwrite.c | 39 ssize_t pwrite(int d, const void *buf, size_t nbytes, off_t offset) { in pwrite()
|
H A D | pread.c | 39 ssize_t pread(int d, void *buf, size_t nbytes, off_t offset) { in pread()
|
/minix3/lib/libc/net/ |
H A D | if_nameindex.c | 91 size_t nbytes, ni; in __weak_alias() local
|
/minix3/minix/servers/vfs/ |
H A D | read.c | 93 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 D | darwin-align-cast.c | 19 ssize_t sendFileDescriptor(int fd, void *data, size_t nbytes, int sendfd) { in sendFileDescriptor()
|
/minix3/external/mit/expat/dist/xmlwf/ |
H A D | unixfilemap.c | 26 size_t nbytes; in filemap() local
|
/minix3/usr.bin/bdes/ |
H A D | bdes.c | 713 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 D | odsyntax.c | 60 int nbytes; member 224 int nbytes = 0; in posixtypes() local
|