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

1 2 3 4 56 7 8 91011>>

  /external/bison/lib/
string.in.h 504 /* strspn() assumes the second argument is a list of single-byte characters.
506 # undef strspn macro
507 /* Assume strspn is always declared. */
508 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings "
    [all...]
  /external/openssl/crypto/x509v3/
v3_addr.c 990 t += strspn(t, " \t");
996 t += strspn(t, " \t");
1021 i1 = strspn(s, addr_chars);
1022 i2 = i1 + strspn(s + i1, " \t");
1046 i1 = i2 + strspn(s + i2, " \t");
1047 i2 = i1 + strspn(s + i1, addr_chars);
    [all...]
  /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-12/arch-mips/symbols/
libc.so.functions.txt 800 strspn
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 794 strspn
  /development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt 797 strspn
  /development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt 791 strspn
  /development/ndk/platforms/android-17/arch-mips/symbols/
libc.so.functions.txt 795 strspn
  /development/ndk/platforms/android-17/arch-x86/symbols/
libc.so.functions.txt 789 strspn
  /development/ndk/platforms/android-18/arch-mips/symbols/
libc.so.functions.txt 792 strspn
  /development/ndk/platforms/android-18/arch-x86/symbols/
libc.so.functions.txt 786 strspn
  /development/ndk/platforms/android-19/arch-mips/symbols/
libc.so.functions.txt 801 strspn
  /development/ndk/platforms/android-19/arch-x86/symbols/
libc.so.functions.txt 795 strspn
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 839 strspn
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 878 strspn
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 815 strspn
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 809 strspn
  /development/ndk/platforms/android-L/arch-arm64/symbols/
libc.so.functions.txt 843 strspn
  /development/ndk/platforms/android-L/arch-mips64/symbols/
libc.so.functions.txt 844 strspn
  /development/ndk/platforms/android-L/arch-x86_64/symbols/
libc.so.functions.txt 843 strspn
  /external/chromium_org/third_party/mesa/src/src/glsl/
s_expression.cpp 45 size_t n = strspn(src, " \v\t\r\n");
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
simple_tokenizer.c 154 /* TODO(shess) could strspn() to skip delimiters en masse. Needs
  /external/libcxx/test/strings/c.strings/
cstring.pass.cpp 46 static_assert((std::is_same<decltype(std::strspn(cpc, cpc)), std::size_t>::value), "");

Completed in 432 milliseconds

1 2 3 4 56 7 8 91011>>