Home
last modified time | relevance | path

Searched refs:wcsnlen (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/lib/libc/string/
Dwcsnlen.c35 wcsnlen(const wchar_t *s, size_t maxlen) in wcsnlen() function
DMakefile.inc12 wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcsnlen.c wcspbrk.c wcsrchr.c \
/openbsd/src/lib/libc/hidden/
Dwchar.h68 PROTO_DEPRECATED(wcsnlen);
/openbsd/src/lib/libcurses/widechar/
Dlib_cchar.c132 len = wcsnlen(wcval->chars, CCHARW_MAX); in getcchar()
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_win_dll_thunk.cpp95 INTERCEPT_LIBRARY_FUNCTION(wcsnlen);
/openbsd/src/include/
Dwchar.h169 size_t wcsnlen(const wchar_t *, size_t);
/openbsd/src/lib/libc/
DSymbols.list1676 wcsnlen
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_interceptors.cpp1739 INTERCEPT_FUNCTION(wcsnlen); in InitializeInterceptors()
/openbsd/src/gnu/llvm/clang/docs/analyzer/
Dcheckers.rst971 …len, strcpy, strncpy, strcat, strncat, strcmp, strncmp, strcasecmp, strncasecmp, wcslen, wcsnlen``.
2731 …inated strings; applies to: ``strlen, strnlen, strcpy, strncpy, strcat, strncat, wcslen, wcsnlen``.
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc7180 INTERCEPTOR(SIZE_T, wcsnlen, const wchar_t *s, SIZE_T n) {
7182 COMMON_INTERCEPTOR_ENTER(ctx, wcsnlen, s, n);
7183 SIZE_T res = REAL(wcsnlen)(s, n);
7189 COMMON_INTERCEPT_FUNCTION(wcsnlen);
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3257 fun:wcsnlen=uninstrumented