Home
last modified time | relevance | path

Searched refs:strcspn (Results 1 – 14 of 14) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dtst-boost.c145 p = pattern + strcspn (pattern, " \t"); in main()
163 p = string + strcspn (string, " \t"); in main()
/ndk/sources/host-tools/ndk-stack/
Dndk-stack.c78 str[strcspn(str, "\r\n")] = '\0'; in main()
Dndk-stack-parser.c271 return str + strcspn(str, " \t"); in next_separator()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstring.in.h242 # undef strcspn
243 # define strcspn(s,a) \ macro
247 strcspn (s, a))
/ndk/tests/device/test-gnustl-full/unit/
Dcstring_test.cpp59 CPPUNIT_CHECK( std::strcspn("foo", "o") == 1 ); in import_checks()
/ndk/tests/device/test-stlport/unit/
Dcstring_test.cpp59 CPPUNIT_CHECK( std::strcspn("foo", "o") == 1 ); in import_checks()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstring43 size_t strcspn(const char* s1, const char* s2);
86 using ::strcspn;
/ndk/sources/cxx-stl/stlport/stlport/using/
Dcstring51 using _STLP_VENDOR_CSTD::strcspn;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstring_h.pass.cpp39 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/
Dcstring.pass.cpp41 static_assert((std::is_same<decltype(std::strcspn(cpc, cpc)), std::size_t>::value), ""); in main()
/ndk/sources/cxx-stl/gabi++/include/
Dcstring54 using ::strcspn;
/ndk/sources/cxx-stl/system/include/
Dcstring54 using ::strcspn;
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_locale_win32.c1399 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/
Dc_locale_glibc2.c232 len_name = strcspn( expr, ";" ); in __Extract_locale_name()