HomeSort by relevance Sort by last modified time
    Searched full:strnlen (Results 51 - 75 of 178) sorted by null

1 23 4 5 6 7 8

  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 832 strnlen
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 871 strnlen
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 808 strnlen
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 799 strnlen
  /system/netd/
IdletimerController.cpp 101 size_t len = strnlen(cmd, 255);
logwrapper.c 187 if (strnlen(command, sizeof(buffer) - 1) == sizeof(buffer) - 1) {
  /bionic/libc/unistd/
fnmatch.c 290 if (strnlen(pattern, PATH_MAX) == PATH_MAX ||
291 strnlen(string, PATH_MAX) == PATH_MAX)
  /external/bison/
config.h 119 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
407 /* #undef strnlen */
config.hin 118 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
406 #undef strnlen
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 960 // Normal strnlen calls.
961 Ident(strnlen(str - 1, 0));
962 Ident(strnlen(str, size));
963 Ident(strnlen(str + size - 1, 1));
965 Ident(strnlen(str, 2 * size));
967 EXPECT_DEATH(Ident(strnlen(str - 1, 1)), LeftOOBErrorMessage(1));
968 EXPECT_DEATH(Ident(strnlen(str + size, 1)), RightOOBErrorMessage(0));
971 EXPECT_DEATH(Ident(strnlen(str, size + 1)), RightOOBErrorMessage(0));
    [all...]
  /external/valgrind/main/memcheck/
mc_replace_strmem.c 64 20060 STRNLEN
348 /*---------------------- strnlen ----------------------*/
350 #define STRNLEN(soname, fnname) \
362 STRNLEN(VG_Z_LIBC_SONAME, strnlen)
363 STRNLEN(VG_Z_LIBC_SONAME, __GI_strnlen)
366 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/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/lib/
libc.so 
  /development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt 918 strnlen
  /development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt 942 strnlen
  /external/bison/lib/
Makefile 45 strdup.c strdup.h strerror.c strndup.c strndup.h strnlen.c \
46 strnlen.h strtol.c strtoul.c strverscmp.c strverscmp.h \
69 $(top_srcdir)/m4/strndup.m4 $(top_srcdir)/m4/strnlen.m4 \
392 include $(DEPDIR)/strnlen.Po
Makefile.in 45 strdup.c strdup.h strerror.c strndup.c strndup.h strnlen.c \
46 strnlen.h strtol.c strtoul.c strverscmp.c strverscmp.h \
69 $(top_srcdir)/m4/strndup.m4 $(top_srcdir)/m4/strnlen.m4 \
392 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strnlen.Po@am__quote@
  /external/elfutils/lib/
eu-config.h 164 ({ const char *_s = (str); obstack_copy0 (ob, _s, strnlen (_s, n)); })

Completed in 784 milliseconds

1 23 4 5 6 7 8