Home
last modified time | relevance | path

Searched defs:strlen (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_string.c32 #define assertStringSizes(strlen, buflen, as) \ argument
36 #define assertExactString(strlen, buflen, data, as) \ argument
42 #define assertNonNULLString(strlen, buflen, as) \ argument
/freebsd/sys/libkern/
H A Dstrlen.c74 (strlen)(const char *str) in size_t() argument
/freebsd/lib/libc/string/
H A Dstrlen.c74 strlen(const char *str) in strlen() function
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibroute.c93 int dump_mlid(char *str, int strlen, unsigned mlid, unsigned nports, in dump_mlid()
251 int dump_lid(char *str, int strlen, int lid, int valid) in dump_lid()
H A Ddump_fts.c68 int dump_mlid(char *str, int strlen, unsigned mlid, unsigned nports, in dump_mlid()
/freebsd/sys/sys/
H A Dlibkern.h349 #define strlen(s) SAN_INTERCEPTOR(strlen)(s) macro
354 #define strlen(s) __builtin_strlen((s)) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp154 size_t strlen(const char *s) { return __sanitizer::internal_strlen(s); } in strlen() function
/freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.h88 uint32_t strlen; member
97 uint32_t strlen; member
/freebsd/crypto/openssl/
H A De_os.h130 # define strlen(s) _strlen31(s) macro
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.h181 uint32_t strlen; member
/freebsd/contrib/wpa/src/utils/
H A Dos.h649 #define strlen OS_DO_NOT_USE_strlen macro
/freebsd/sys/dev/hptmv/
H A Dglobal.h148 #define strlen os_strlen macro
/freebsd/contrib/bsddialog/lib/
H A Dlib_util.c1131 int charwidth, i, j, strlen, strwidth; in print_string() local