HomeSort by relevance Sort by last modified time
    Searched full:strnlen (Results 126 - 150 of 268) sorted by null

1 2 3 4 56 7 8 91011

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/lib/
libc.so 
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/lib/
libc.so 
  /bionic/libc/include/
string.h 69 extern size_t strnlen(const char *, size_t) __purefunc;
  /development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt 917 strnlen
  /development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt 941 strnlen
  /external/elfutils/lib/
eu-config.h 164 ({ const char *_s = (str); obstack_copy0 (ob, _s, strnlen (_s, n)); })
  /external/kernel-headers/original/asm-x86/
string_32.h 200 extern size_t strnlen(const char * s, size_t count);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h 121 #pragma redefine_extname strnlen __mfwrap_strnlen
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 84 size_t slen = strnlen(p->suffix, 44);
731 input_str_len = strnlen(value,64);
736 str_len = strnlen(ctl->ename[n], 64);
  /external/bison/m4/
gnulib-comp.m4 202 # Code from module strnlen:
699 AC_LIBOBJ([strnlen])
702 gl_STRING_MODULE_INDICATOR([strnlen])
1101 lib/strnlen.c
    [all...]
  /external/bison/lib/
strerror_r.c 226 practice (rather than pulling in a safer strnlen). */
config.in.h 292 /* Define to 1 when the gnulib module strnlen should be tested. */
494 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
utf.h 119 // every byte of the string. (cf. strnlen)
  /external/e2fsprogs/e2fsck/
e2fsck.h 363 #define strnlen(str, x) e2fsck_strnlen((str),(x)) macro
util.c 99 * Incredibly, libc5 doesn't appear to have strnlen. So we have to
  /external/iptables/extensions/
libxt_string.c 84 info->patlen = strnlen(s, XT_STRING_MAX_PATTERN_SIZE);
  /external/qemu/
cutils.c 87 /* XXX: use host strnlen if available ? */
  /ndk/sources/host-tools/sed-4.2.1/lib/
gnulib.mk 862 ## begin gnulib module strnlen
865 EXTRA_DIST += strnlen.c
867 EXTRA_libsed_a_SOURCES += strnlen.c
869 ## end gnulib module strnlen
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 548 /// size_t strnlen(const char *s, size_t maxlen);
549 strnlen, enumerator in enum:llvm::LibFunc::Func
  /ndk/sources/host-tools/sed-4.2.1/
config_h.in 239 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
798 #undef strnlen
  /bionic/libc/arch-x86/string/
sse2-strlen-atom.S 49 /* calee safe register only for strnlen is required */
  /device/samsung/manta/gps/
gps.exynos5.so 
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libmudflap.so 

Completed in 1418 milliseconds

1 2 3 4 56 7 8 91011