Searched refs:strpbrk (Results 1 – 11 of 11) sorted by relevance
/ndk/sources/host-tools/make-3.81/w32/ |
D | pathstuff.c | 52 for (p = Path, etok = strpbrk(p, ":;"); in convert_Path_to_windows32() 54 etok = strpbrk(p, ":;")) in convert_Path_to_windows32() 66 } else if ((*etok == ':') && (etok = strpbrk(etok+1, ":;"))) { in convert_Path_to_windows32() 138 for (p = path, etok = strpbrk(p, ":;"), count = 0; in convert_path_to_nutc() 140 etok = strpbrk(p, ":;")) in convert_path_to_nutc() 146 } else if (etok = strpbrk(etok+1, ":;")) in convert_path_to_nutc() 173 for (p = path, etok = strpbrk(p, ":;"); in convert_path_to_nutc() 175 etok = strpbrk(p, ":;")) { in convert_path_to_nutc() 183 } else if ((etok = strpbrk(etok+1, ":;")) == NULL) in convert_path_to_nutc()
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | string.in.h | 253 extern char *strpbrk (char const *__s, char const *__accept) 261 # undef strpbrk 262 # define strpbrk(s,a) \ macro 266 strpbrk (s, a)) 269 # undef strpbrk 270 # define strpbrk(s,a) \ macro 273 strpbrk (s, a))
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | cstring_test.cpp | 64 CPPUNIT_CHECK( std::strpbrk(foo, "abcdo") == foo + 1 ); in import_checks()
|
/ndk/tests/device/test-stlport/unit/ |
D | cstring_test.cpp | 64 CPPUNIT_CHECK( std::strpbrk(foo, "abcdo") == foo + 1 ); in import_checks()
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
D | cstring | 28 using _STLP_VENDOR_CSTD::strpbrk;
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstring | 60 using ::strpbrk;
|
/ndk/sources/cxx-stl/system/include/ |
D | cstring | 60 using ::strpbrk;
|
/ndk/sources/host-tools/make-3.81/ |
D | vmsify.c | 238 s = strpbrk (name, "$:"); in vmsify()
|
D | dir.c | 82 if (strpbrk (filename, "\"*+,;<=>?[\\]|") != 0) in dosify()
|
D | main.c | 1270 if (strpbrk(argv[0], "/:\\") || in main()
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | tst-rxspencer.c | 39 for (; (str = strpbrk (str, "NTSZ")) != NULL; ++str) in replace_special_chars()
|