Searched refs:strcspn (Results 1 – 14 of 14) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | tst-boost.c | 145 p = pattern + strcspn (pattern, " \t"); in main() 163 p = string + strcspn (string, " \t"); in main()
|
/ndk/sources/host-tools/ndk-stack/ |
D | ndk-stack.c | 78 str[strcspn(str, "\r\n")] = '\0'; in main()
|
D | ndk-stack-parser.c | 271 return str + strcspn(str, " \t"); in next_separator()
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | string.in.h | 242 # undef strcspn 243 # define strcspn(s,a) \ macro 247 strcspn (s, a))
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | cstring_test.cpp | 59 CPPUNIT_CHECK( std::strcspn("foo", "o") == 1 ); in import_checks()
|
/ndk/tests/device/test-stlport/unit/ |
D | cstring_test.cpp | 59 CPPUNIT_CHECK( std::strcspn("foo", "o") == 1 ); in import_checks()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstring | 43 size_t strcspn(const char* s1, const char* s2); 86 using ::strcspn;
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
D | cstring | 51 using _STLP_VENDOR_CSTD::strcspn;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | string_h.pass.cpp | 39 static_assert((std::is_same<decltype(strcspn(cpc, cpc)), size_t>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
D | cstring.pass.cpp | 41 static_assert((std::is_same<decltype(std::strcspn(cpc, cpc)), std::size_t>::value), ""); in main()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstring | 54 using ::strcspn;
|
/ndk/sources/cxx-stl/system/include/ |
D | cstring | 54 using ::strcspn;
|
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
D | c_locale_win32.c | 1399 len = strcspn(lname, "_"); in __ParseLocaleString() 1409 tmpLen = strcspn(lname, "."); in __ParseLocaleString() 1412 tmpLen += strcspn(lname + tmpLen, "."); in __ParseLocaleString() 1437 len = strcspn(lname, ","); in __ParseLocaleString() 1638 len_name = strcspn(expr, ";"); in __Extract_locale_name()
|
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/ |
D | c_locale_glibc2.c | 232 len_name = strcspn( expr, ";" ); in __Extract_locale_name()
|