Searched defs:strlen (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/lib/libc/string/
H A Dstrlen.c83 strlen(const char *str) function
/freebsd-11-stable/sys/libkern/
H A Dstrlen.c82 strlen(const char *str) function
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstring.h76 #undef strlen macro
/freebsd-11-stable/lib/libssp/
H A Dfortify_stubs.c71 __snprintf_chk(char *str, size_t maxlen, int flag, size_t strlen, argument
79 __sprintf_chk(char *str, int flag, size_t strlen, const char *fmt, ...) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp153 size_t strlen(const char *s) { return __sanitizer::internal_strlen(s); } function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp76 INTERCEPT_LIBRARY_FUNCTION(strlen); variable
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibroute.c93 int dump_mlid(char *str, int strlen, unsigned mlid, unsigned nports, argument
250 int dump_lid(char *str, int strlen, int lid, int valid) argument
[all...]
H A Ddump_fts.c68 int dump_mlid(char *str, int strlen, unsigned mlid, unsigned nports, argument
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos.h649 #define strlen OS_DO_NOT_USE_strlen macro
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dos.h75 # define strlen ___strlen___ macro
77 # undef strlen macro
83 # define strlen ___strlen___ macro
85 # undef strlen macro
/freebsd-11-stable/crypto/openssl/
H A De_os.h301 # define strlen(s) _strlen31(s) macro
/freebsd-11-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.h90 uint32_t strlen; member in struct:snmp_index_entry
99 uint32_t strlen; member in struct:snmp_oid2str
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc.c113 utf8proc_iterate( const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_int32_t *dst ) argument
484 utf8proc_decompose( const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_int32_t *buffer, utf8proc_ssize_t bufsize, utf8proc_option_t options ) argument
491 utf8proc_decompose_custom( const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_int32_t *buffer, utf8proc_ssize_t bufsize, utf8proc_option_t options, utf8proc_custom_func custom_func, void *custom_data ) argument
694 utf8proc_map( const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_uint8_t **dstptr, utf8proc_option_t options ) argument
700 utf8proc_map_custom( const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_uint8_t **dstptr, utf8proc_option_t options, utf8proc_custom_func custom_func, void *custom_data ) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dutf8proc.c36 #define strlen macro
38 #undef strlen macro
/freebsd-11-stable/sys/dev/hptmv/
H A Dglobal.h148 #define strlen os_strlen macro

Completed in 164 milliseconds