/ndk/sources/host-tools/sed-4.2.1/lib/ |
string.in.h | 226 extern size_t strnlen (char const *__string, size_t __maxlen) 230 # undef strnlen macro 231 # define strnlen(a,n) \ macro 232 (GL_LINK_WARNING ("strnlen is unportable - " \ 233 "use gnulib module strnlen for portability"), \ 234 strnlen (a, n))
|
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 149 INTERCEPTOR(SIZE_T, strnlen, const char *s, SIZE_T n) { 151 SIZE_T res = REAL(strnlen)(s, n); 170 SIZE_T copy_size = REAL(strnlen)(src, n); 204 SIZE_T copy_size = REAL(strnlen)(src, n); 213 SIZE_T copy_size = REAL(strnlen)(src, n); 713 SIZE_T real_len = REAL(strnlen)(name, len); [all...] |
/external/compiler-rt/lib/asan/ |
asan_interceptors.cc | 84 if (REAL(strnlen) != 0) { 85 return REAL(strnlen)(s, maxlen); 496 INTERCEPTOR(uptr, strnlen, const char *s, uptr maxlen) { 498 uptr length = REAL(strnlen)(s, maxlen); 688 ASAN_INTERCEPT_FUNC(strnlen);
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
gnulib-comp.m4 | 116 gl_STRING_MODULE_INDICATOR([strnlen]) 338 lib/strnlen.c 429 m4/strnlen.m4
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/ |
libc.so | |
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libc.so.functions.txt | 831 strnlen
|
/development/ndk/platforms/android-5/arch-arm/symbols/ |
libc.so.functions.txt | 870 strnlen
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
libc.so.functions.txt | 807 strnlen
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libc.so.functions.txt | 801 strnlen
|
/external/bison/ |
Android.mk | 125 lib/strnlen.c \
|
/external/bison/m4/ |
vasnprintf.m4 | 62 AC_CHECK_FUNCS([snprintf strnlen wcslen wcsnlen mbrtowc wcrtomb])
|
/external/llvm/include/llvm/Transforms/Utils/ |
BuildLibCalls.h | 34 /// EmitStrNLen - Emit a call to the strnlen function to the builder, for the
|
/bionic/libc/unistd/ |
fnmatch.c | 290 if (strnlen(pattern, PATH_MAX) == PATH_MAX || 291 strnlen(string, PATH_MAX) == PATH_MAX)
|
/development/ndk/platforms/android-3/arch-arm/lib-bootstrap/ |
libc.so | |
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/ |
libc.so | |
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/ |
libc.so | |
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/ |
libc.so | |
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/ |
libc.so | |
/external/valgrind/main/memcheck/ |
mc_replace_strmem.c | 65 20060 STRNLEN 357 /*---------------------- strnlen ----------------------*/ 359 #define STRNLEN(soname, fnname) \ 371 STRNLEN(VG_Z_LIBC_SONAME, strnlen) 372 STRNLEN(VG_Z_LIBC_SONAME, __GI_strnlen) 375 //STRNLEN(VG_Z_LIBC_SONAME, strnlen) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
string.h | 158 size_t __len = strnlen (__old, (n)); \ 249 extern size_t strnlen (__const char *__string, size_t __maxlen)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
string.h | 158 size_t __len = strnlen (__old, (n)); \ 249 extern size_t strnlen (__const char *__string, size_t __maxlen)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
string.h | 158 size_t __len = strnlen (__old, (n)); \ 249 extern size_t strnlen (__const char *__string, size_t __maxlen)
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/ |
libc.so | |