HomeSort by relevance Sort by last modified time
    Searched full:strpbrk (Results 26 - 50 of 997) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
string.h 41 const char* strpbrk(const char* s1, const char* s2);
42 char* strpbrk( char* s1, const char* s2);
81 char* __libcpp_strpbrk(const char* __s1, const char* __s2) {return (char*)strpbrk(__s1, __s2);}
83 const char* strpbrk(const char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} function
85 char* strpbrk( char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} function
cstring 44 const char* strpbrk(const char* s1, const char* s2);
45 char* strpbrk( char* s1, const char* s2);
84 using ::strpbrk;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
string.h 41 const char* strpbrk(const char* s1, const char* s2);
42 char* strpbrk( char* s1, const char* s2);
81 char* __libcpp_strpbrk(const char* __s1, const char* __s2) {return (char*)strpbrk(__s1, __s2);}
83 const char* strpbrk(const char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} function
85 char* strpbrk( char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} function
cstring 44 const char* strpbrk(const char* s1, const char* s2);
45 char* strpbrk( char* s1, const char* s2);
84 using ::strpbrk;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
string.h 41 const char* strpbrk(const char* s1, const char* s2);
42 char* strpbrk( char* s1, const char* s2);
81 char* __libcpp_strpbrk(const char* __s1, const char* __s2) {return (char*)strpbrk(__s1, __s2);}
83 const char* strpbrk(const char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} function
85 char* strpbrk( char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} function
cstring 44 const char* strpbrk(const char* s1, const char* s2);
45 char* strpbrk( char* s1, const char* s2);
84 using ::strpbrk;
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostbynis.c 92 cp = strpbrk(result, " \t");
103 cp = strpbrk(cp, " \t");
113 cp = strpbrk(cp, " \t");
gethostbyht.c 128 if ( NULL == (cp = strpbrk(p, "#\n")))
131 if ( NULL == (cp = strpbrk(p, " \t")))
158 if ((cp = strpbrk(cp, " \t\r")) != NULL)
167 if ((cp = strpbrk(cp, " \t\r")) != NULL)
  /external/libcxx/include/
cstring 44 const char* strpbrk(const char* s1, const char* s2);
45 char* strpbrk( char* s1, const char* s2);
84 using ::strpbrk;
  /external/libcxx/test/std/depr/depr.c.headers/
string_h.pass.cpp 40 static_assert((std::is_same<decltype(strpbrk(cp, cpc)), char*>::value), "");
52 // set for strchr, strpbrk, strrchr, strstr, and memchr, unless the compiler is
56 static_assert((std::is_same<decltype(strpbrk(cpc, cpc)), const char*>::value), "");
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
cstring 44 const char* strpbrk(const char* s1, const char* s2);
45 char* strpbrk( char* s1, const char* s2);
84 using ::strpbrk;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
cstring 44 const char* strpbrk(const char* s1, const char* s2);
45 char* strpbrk( char* s1, const char* s2);
84 using ::strpbrk;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
cstring 44 const char* strpbrk(const char* s1, const char* s2);
45 char* strpbrk( char* s1, const char* s2);
84 using ::strpbrk;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
cstring 44 const char* strpbrk(const char* s1, const char* s2);
45 char* strpbrk( char* s1, const char* s2);
84 using ::strpbrk;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
cstring 44 const char* strpbrk(const char* s1, const char* s2);
45 char* strpbrk( char* s1, const char* s2);
84 using ::strpbrk;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
cstring 44 const char* strpbrk(const char* s1, const char* s2);
45 char* strpbrk( char* s1, const char* s2);
84 using ::strpbrk;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
cstring 44 const char* strpbrk(const char* s1, const char* s2);
45 char* strpbrk( char* s1, const char* s2);
84 using ::strpbrk;
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
cstring 44 const char* strpbrk(const char* s1, const char* s2);
45 char* strpbrk( char* s1, const char* s2);
84 using ::strpbrk;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
cstring 44 const char* strpbrk(const char* s1, const char* s2);
45 char* strpbrk( char* s1, const char* s2);
84 using ::strpbrk;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
cstring 44 const char* strpbrk(const char* s1, const char* s2);
45 char* strpbrk( char* s1, const char* s2);
84 using ::strpbrk;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
cstring 44 const char* strpbrk(const char* s1, const char* s2);
45 char* strpbrk( char* s1, const char* s2);
84 using ::strpbrk;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
cstring 44 const char* strpbrk(const char* s1, const char* s2);
45 char* strpbrk( char* s1, const char* s2);
84 using ::strpbrk;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cstring 64 #undef strpbrk
94 using ::strpbrk;
108 strpbrk(char* __s1, const char* __s2)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstring 64 #undef strpbrk
94 using ::strpbrk;
108 strpbrk(char* __s1, const char* __s2)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
string_h.pass.cpp 40 static_assert((std::is_same<decltype(strpbrk(cp, cpc)), char*>::value), "");
52 // set for strchr, strpbrk, strrchr, strstr, and memchr, unless the compiler is
56 static_assert((std::is_same<decltype(strpbrk(cpc, cpc)), const char*>::value), "");

Completed in 1389 milliseconds

12 3 4 5 6 7 8 91011>>