Searched defs:len (Results 76 - 100 of 10395) sorted by relevance

1234567891011>>

/netbsd-current/lib/libc/sys/
H A Dposix_fallocate.c49 posix_fallocate(int fd, off_t off, off_t len) argument
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dmemcpy.c5 memcpy (void *dest, const void *src, size_t len) argument
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dstrdup.c22 size_t len = strlen (s) + 1; local
H A Dxstrdup.c33 register size_t len = strlen (s) + 1; local
H A Dmempcpy.c39 mempcpy (PTR dst, const PTR src, size_t len) argument
H A Dstrndup.c44 size_t len = strnlen (s, n); local
H A Dstpncpy.c42 stpncpy (char *dst, const char *src, size_t len) argument
H A Dstpcpy.c41 const size_t len = strlen (src); local
H A Dxstrndup.c51 size_t len = strnlen (s, n); local
/netbsd-current/external/bsd/unbound/dist/compat/
H A Dgetentropy_win.c37 getentropy(void *buf, size_t len) argument
/netbsd-current/external/bsd/libfido2/dist/openbsd-compat/
H A Dexplicit_bzero_win32.c14 explicit_bzero(void *buf, size_t len) argument
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dsplit_addr.c72 ssize_t len; local
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dauthusekey.c28 size_t len; local
/netbsd-current/sys/arch/riscv/riscv/
H A Dprocfs_machdep.c47 procfs_getcpuinfstr(char *buf, size_t *len) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dhash.h18 static inline uint32_t calcHash(const uint8_t *data, size_t len) argument
67 static inline uint32_t calcHash(const char *data, size_t len) argument
/netbsd-current/lib/libc/string/
H A Dwcsdup.c32 size_t len; local
/netbsd-current/lib/libc/gen/
H A Dgetentropy.c53 size_t len = buflen; local
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-get-passwd.c37 size_t len; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dstrdup.c22 size_t len = strlen (s) + 1; local
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dutf8.c34 isc_utf8_valid(const unsigned char *buf, size_t len) { argument
84 isc_utf8_bom(const unsigned char *buf, size_t len) { argument
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dselected_char_kind.c37 gfc_charlen_type len = fstrlen (name, name_len); local
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/objc/
H A DNXConstStr.h39 unsigned int len; variable
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstrdup.c41 size_t len = strlen (s) + 1; local
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dstpncpy.c42 stpncpy (char *dst, const char *src, size_t len) argument
H A Dstpcpy.c41 const size_t len = strlen (src); local

Completed in 308 milliseconds

1234567891011>>