Searched defs:len (Results 1 - 25 of 5388) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/diff/lib/
H A Dquotesys.c38 size_t len = 0; local
[all...]
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dallocmbt.c11 mb_t *allocmbt(size_t len) argument
H A Dmb_hexdump.c17 int len; local
/freebsd-11-stable/contrib/gperf/lib/
H A Dhash.cc15 hashpjw (const unsigned char *x, unsigned int len) // From Dragon book, p436 argument
/freebsd-11-stable/contrib/groff/src/libs/libbib/
H A Dcommon.cpp20 unsigned hash(const char *s, int len) argument
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dfget.c51 int len, r; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dstrnlen.c39 strnlen(const char *s, size_t len) argument
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/arch/powerpc/
H A Dexec_prot_support.c43 size_t len = sizeof(execprot); local
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/ssp/
H A Dh_fgets.c41 int len = atoi(argv[1]); local
H A Dh_getcwd.c43 size_t len = atoi(argv[1]); local
H A Dh_memcpy.c42 int len = atoi(argv[1]); local
H A Dh_memmove.c42 int len = atoi(argv[1]); local
H A Dh_snprintf.c41 size_t len = atoi(argv[1]); local
H A Dh_stpncpy.c43 int len = atoi(argv[1]); local
H A Dh_strncat.c42 int len = atoi(argv[1]); local
H A Dh_strncpy.c42 int len = atoi(argv[1]); local
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/nbperf/
H A Dhash_driver.c44 ssize_t len; local
/freebsd-11-stable/contrib/ntp/libntp/
H A Dauthusekey.c26 size_t len; local
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmempcpy.c38 mempcpy (PTR dst, const PTR src, size_t len) argument
H A Dstpcpy.c41 const size_t len = strlen (src); local
H A Dstpncpy.c41 stpncpy (char *dst, const char *src, size_t len) argument
H A Dstrdup.c22 size_t len = strlen (s) + 1; local
H A Dstrndup.c44 size_t len = strlen (s); local
H A Dstrstr.c33 const size_t len = strlen (s2); local
H A Dxstrdup.c33 register size_t len = strlen (s) + 1; local

Completed in 248 milliseconds

1234567891011>>