HomeSort by relevance Sort by last modified time
    Searched refs:strpbrk (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /bionic/libc/upstream-openbsd/lib/libc/string/
strpbrk.c 1 /* $OpenBSD: strpbrk.c,v 1.6 2015/08/31 02:53:57 guenther Exp $ */
37 strpbrk(const char *s1, const char *s2) function
49 DEF_STRONG(strpbrk); variable
  /external/compiler-rt/test/sanitizer_common/TestCases/
strpbrk.c 11 r = strpbrk(s1, s2);
  /external/syslinux/com32/lib/
strsep.c 15 e = strpbrk(s, delim);
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getprotoent.c 86 cp = strpbrk(p, "#\n");
91 cp = strpbrk(p, " \t");
97 p = strpbrk(cp, " \t");
111 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)
getnetbyht.c 103 cp = strpbrk(p, "#\n");
108 cp = strpbrk(p, " \t");
114 p = strpbrk(cp, " \t");
129 cp = strpbrk(cp, " \t");
  /external/compiler-rt/test/asan/TestCases/
strpbrk-1.c 1 // Test string s1 overflow in strpbrk function
16 r = strpbrk(s1, s2);
strpbrk-2.c 1 // Test stopset overflow in strpbrk function
16 r = strpbrk(s1, s2);
strpbrk_strict.c 1 // Test strict_string_checks option in strpbrk function
18 char* r = strpbrk(s1, s2);
  /external/libcxx/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
  /prebuilts/clang/host/darwin-x86/clang-4053586/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
  /prebuilts/clang/host/darwin-x86/clang-4393122/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
  /prebuilts/clang/host/darwin-x86/clang-4479392/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
  /prebuilts/clang/host/darwin-x86/clang-4579689/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
  /prebuilts/clang/host/darwin-x86/clang-4630689/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
  /prebuilts/clang/host/darwin-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
  /prebuilts/clang/host/darwin-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
  /prebuilts/clang/host/linux-x86/clang-4053586/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
  /prebuilts/clang/host/linux-x86/clang-4393122/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
  /prebuilts/clang/host/linux-x86/clang-4479392/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
  /prebuilts/clang/host/linux-x86/clang-4579689/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
  /prebuilts/clang/host/linux-x86/clang-4630689/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
  /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
  /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
  /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

Completed in 812 milliseconds

1 2 3 4 5 6