Searched defs:strnlen (Results 1 - 8 of 8) sorted by last modified time
/freebsd-head/contrib/ntp/libntp/ |
H A D | strdup.c | 46 size_t strnlen(const char *s, size_t n) function
|
/freebsd-head/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_win_dll_thunk.cpp | 80 INTERCEPT_LIBRARY_FUNCTION(strnlen); variable
|
/freebsd-head/crypto/openssh/openbsd-compat/ |
H A D | strnlen.c | 1 /* $OpenBSD: strnlen.c,v 1.3 2010/06/02 12:58:12 millert Exp $ */ 19 /* OPENBSD ORIGINAL: lib/libc/string/strnlen.c */ 28 strnlen(const char *str, size_t maxlen) function
|
/freebsd-head/sys/contrib/libfdt/ |
H A D | libfdt_env.h | 123 /* strnlen() is not available on Mac OS < 10.7 */ 127 #define strnlen fdt_strnlen macro
|
/freebsd-head/usr.sbin/rpc.lockd/ |
H A D | lockd_lock.c | 220 size_t strnlen(const char *, size_t); 378 strnlen(const char *s, size_t len) function 399 n = strnlen(caller_name, SM_MAXSTRLEN); 2052 n = strnlen(hostname, SM_MAXSTRLEN);
|
/freebsd-head/sys/libkern/ |
H A D | strnlen.c | 35 strnlen(const char *s, size_t maxlen) function
|
/freebsd-head/lib/libc/string/ |
H A D | strnlen.c | 35 strnlen(const char *s, size_t maxlen) function
|
/freebsd-head/crypto/heimdal/lib/roken/ |
H A D | strnlen.c | 39 strnlen(const char *s, size_t len) function
|
Completed in 72 milliseconds