Searched refs:wcsnlen (Results 1 – 17 of 17) sorted by relevance
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-misplaced-operator-in-strlen-in-alloc.c | 16 size_t wcsnlen(const wchar_t *, size_t); 35 new_name = (wchar_t *)malloc(wcsnlen(name + 1, 10)); in bad_malloc_wide()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_win_dll_thunk.cpp | 88 INTERCEPT_LIBRARY_FUNCTION(wcsnlen);
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-misplaced-operator-in-strlen-in-alloc.rst | 7 ``strnlen()``, ``strnlen_s()``, ``wcslen()``, ``wcsnlen()``, and ``wcsnlen_s()``
|
/external/mtools/ |
D | sysincludes.h | 504 size_t wcsnlen(const wchar_t *wcs, size_t l);
|
D | missFuncs.c | 488 size_t wcsnlen(const wchar_t *wcs, size_t l) in wcsnlen() function
|
D | charsetConv.c | 374 len = wcsnlen(wchar,len); in wchar_to_native()
|
D | configure.in | 176 wcsdup wcscasecmp wcsnlen putwc \
|
D | config.h.in | 336 /* Define to 1 if you have the `wcsnlen' function. */
|
D | configure | 5464 wcsdup wcscasecmp wcsnlen putwc \
|
/external/python/cpython3/PC/ |
D | winreg.c | 745 size_t len = wcsnlen(data, retDataSize / sizeof(wchar_t)); in Reg2Py() 770 size_t slen = wcsnlen(str[index], len); in Reg2Py()
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_interceptors.cpp | 1521 SIZE_T copy_size = REAL(wcsnlen)(src, n); in INTERCEPTOR() 1662 INTERCEPT_FUNCTION(wcsnlen); in InitializeInterceptors()
|
/external/e2fsprogs/lib/ |
D | config.h.in | 621 /* Define to 1 if you have the `wcsnlen' function. */
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 6913 INTERCEPTOR(SIZE_T, wcsnlen, const wchar_t *s, SIZE_T n) { 6915 COMMON_INTERCEPTOR_ENTER(ctx, wcsnlen, s, n); 6916 SIZE_T res = REAL(wcsnlen)(s, n); 6922 COMMON_INTERCEPT_FUNCTION(wcsnlen); 6940 SIZE_T src_size = REAL(wcsnlen)(src, n);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3256 fun:wcsnlen=uninstrumented
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3256 fun:wcsnlen=uninstrumented
|
/external/e2fsprogs/ |
D | aclocal.m4 | 1131 snprintf strnlen wcslen wcsnlen mbrtowc wcrtomb])
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 610 PUBLIC 920f0 0 wcsnlen
|