/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/ |
string.h | 81 extern size_t strspn(const char *, const char *);
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/ |
string.h | 81 extern size_t strspn(const char *, const char *);
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/ |
string.h | 81 extern size_t strspn(const char *, const char *);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
string.in.h | 277 /* strspn() assumes the second argument is a list of single-byte characters. 279 # undef strspn macro 280 # define strspn(s,a) \ macro 281 (GL_LINK_WARNING ("strspn cannot work correctly on character strings " \ 284 strspn (s, a)) 532 Unlike strspn(), this function works correctly in multibyte locales. */
|
/external/llvm/test/Transforms/InstCombine/ |
disable-simplify-libcalls.ll | 31 declare i64 @strspn(i8*, i8*) 181 %ret = call i64 @strspn(i8* %x, i8* %y) 183 ; CHECK: call i64 @strspn
|
/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...] |
v3_asid.c | 585 i1 = strspn(val->value, "0123456789"); 590 i2 = i1 + strspn(val->value + i1, " \t"); 597 i2 = i2 + strspn(val->value + i2, " \t"); 598 i3 = i2 + strspn(val->value + i2, "0123456789");
|
/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 | 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 | 808 strspn
|
/external/libppp/src/ |
netgraph.c | 119 data += strspn(data, " \t"); 130 data += strspn(data, " \t"); 153 data += strspn(data, " \t"); 447 *endp += strspn(*endp, sep);
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
c_mac.php | 108 'strcmp', 'strncmp', 'strcoll', 'strchr', 'strrchr', 'strspn', 'strcspn',
|
/external/qemu/ |
path.c | 124 name += strspn(name, "/");
|
/ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/ |
cstring.pass.cpp | 46 static_assert((std::is_same<decltype(std::strspn(cpc, cpc)), std::size_t>::value), "");
|
/external/bison/darwin-lib/ |
string.h | 816 /* strspn() assumes the second argument is a list of single-byte characters. 818 # undef strspn macro 819 /* Assume strspn is always declared. */ 820 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " [all...] |
/external/bison/linux-lib/ |
string.h | 816 /* strspn() assumes the second argument is a list of single-byte characters. 818 # undef strspn macro 819 /* Assume strspn is always declared. */ 820 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " [all...] |
/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/ |
libc.so | |
/external/openssl/apps/ |
engine.c | 376 if(strspn(*argv + 1, "v") < strlen(*argv + 1)) 386 if(strspn(*argv + 1, "t") < strlen(*argv + 1))
|