Searched defs:nbytes (Results 1 - 25 of 529) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dswab.c42 swab (char *from, char *to, int nbytes) argument
H A Dewrite.c45 ewrite (int fd, const void *buf, size_t nbytes) argument
H A Deread.c45 eread (int fd, void *buf, size_t nbytes) argument
H A Dnet_read.c47 net_read (rk_socket_t fd, void *buf, size_t nbytes) argument
72 net_read(rk_socket_t sock, void *buf, size_t nbytes) argument
H A Dnet_write.c49 net_write (rk_socket_t fd, const void *buf, size_t nbytes) argument
79 net_write(rk_socket_t sock, const void *buf, size_t nbytes) argument
/netbsd-current/external/bsd/libuuid_ul/lib/libuuid_ul/
H A Drandutils.h37 random_get_bytes(void *buf, size_t nbytes) argument
/netbsd-current/lib/libc/arch/mips/gen/
H A Dcacheflush.c37 _cacheflush(void *addr, size_t nbytes, int whichcache) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dinterrupt.c21 int nbytes; local
H A Dcatch-fork-kill.c41 int nbytes; local
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dinterrupt.c21 int nbytes; local
H A Dcatch-fork-kill.c41 int nbytes; local
/netbsd-current/lib/libc/compat/sys/
H A Dcompat_getdirentries.c51 getdirentries(int fd, char *buf, int nbytes, long *basep) argument
H A Dcompat_getdents.c51 getdents(int fd, char *buf, size_t nbytes) argument
/netbsd-current/tools/compat/
H A Dpread.c39 ssize_t pread(int d, void *buf, size_t nbytes, off_t offset) { argument
H A Dpwrite.c39 ssize_t pwrite(int d, const void *buf, size_t nbytes, off_t offset) { argument
/netbsd-current/external/gpl2/groff/dist/src/libs/libbib/
H A Dmap.c43 char *mapread(int fd, int nbytes) argument
72 char *mapread(int fd, int nbytes) argument
/netbsd-current/lib/libc/string/
H A Dswab.c39 swab(const void *__restrict src, void *__restrict dst, ssize_t nbytes) argument
/netbsd-current/external/ibm-public/postfix/dist/src/tls/
H A Dtls_seed.c78 int tls_ext_seed(int nbytes) argument
/netbsd-current/lib/libc/net/
H A Dif_nameindex.c91 size_t nbytes, ni; local
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dntp_crypto_rnd.c38 arc4random_buf(void *buf, size_t nbytes) argument
/netbsd-current/sys/arch/mips/include/
H A Dsysarch.h39 size_t nbytes; member in struct:mips_cacheflush_args
45 size_t nbytes; member in struct:mips_cachectl_args
/netbsd-current/external/mit/expat/dist/xmlwf/
H A Dunixfilemap.c64 size_t nbytes; local
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dmbswidth.c79 mbsnwidth (const char *string, size_t nbytes, int flags) argument
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dmbswidth.c79 mbsnwidth (const char *string, size_t nbytes, int flags) argument
/netbsd-current/sys/crypto/chacha/arch/x86/
H A Dchacha_sse2_impl.c72 chacha_stream_sse2_impl(uint8_t *restrict s, size_t nbytes, uint32_t blkno, argument
84 chacha_stream_xor_sse2_impl(uint8_t *c, const uint8_t *p, size_t nbytes, argument
97 xchacha_stream_sse2_impl(uint8_t *restrict s, size_t nbytes, uint32_t blkno, argument
109 xchacha_stream_xor_sse2_impl(uint8_t *c, const uint8_t *p, size_t nbytes, argument

Completed in 268 milliseconds

1234567891011>>