Searched defs:strlen (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_archive_string.c | 32 #define assertStringSizes(strlen, buflen, as) \ argument 36 #define assertExactString(strlen, buflen, data, as) \ argument 42 #define assertNonNULLString(strlen, buflen, as) \ argument
|
/freebsd/lib/libc/aarch64/string/ |
H A D | strlen.S | 10 .set strlen, __strlen define
|
/freebsd/lib/libc/string/ |
H A D | strlen.c | 74 strlen(const char *str) in strlen() function
|
/freebsd/sys/libkern/ |
H A D | strlen.c | 74 (strlen)(const char *str) in size_t() argument
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibroute.c | 93 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 D | dump_fts.c | 68 int dump_mlid(char *str, int strlen, unsigned mlid, unsigned nports, in dump_mlid()
|
/freebsd/sys/sys/ |
H A D | libkern.h | 287 #define strlen(s) SAN_INTERCEPTOR(strlen)(s) macro 292 #define strlen(s) __builtin_strlen((s)) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
H A D | sanitizer_wrappers.cpp | 154 size_t strlen(const char *s) { return __sanitizer::internal_strlen(s); } in strlen() function
|
/freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/ |
H A D | bsnmptools.h | 88 uint32_t strlen; member 97 uint32_t strlen; member
|
/freebsd/crypto/openssl/ |
H A D | e_os.h | 130 # define strlen(s) _strlen31(s) macro
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.h | 187 uint32_t strlen; global() member
|
/freebsd/contrib/wpa/src/utils/ |
H A D | os.h | 669 #define strlen OS_DO_NOT_USE_strlen macro
|
/freebsd/sys/dev/hptmv/ |
H A D | global.h | 148 #define strlen os_strlen macro
|