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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/InstCombine/
strpbrk-2.ll 1 ; Test that the strpbrk library call simplifier works correctly.
10 declare i16* @strpbrk(i8*, i8*)
12 ; Check that 'strpbrk' functions with the wrong prototype aren't simplified.
19 %ret = call i16* @strpbrk(i8* %str, i8* %pat)
20 ; CHECK-NEXT: %ret = call i16* @strpbrk
strpbrk-1.ll 1 ; Test that the strpbrk library call simplifier works correctly.
11 declare i8* @strpbrk(i8*, i8*)
13 ; Check strpbrk(s, "") -> NULL.
19 %ret = call i8* @strpbrk(i8* %str, i8* %pat)
24 ; Check strpbrk("", s) -> NULL.
30 %ret = call i8* @strpbrk(i8* %str, i8* %pat)
35 ; Check strpbrk(s1, s2), where s1 and s2 are constants.
42 %ret = call i8* @strpbrk(i8* %str, i8* %pat)
47 ; Check strpbrk(s, "a") -> strchr(s, 'a').
53 %ret = call i8* @strpbrk(i8* %str, i8* %pat
    [all...]
  /external/libcxx/include/
cstring 44 const char* strpbrk(const char* s1, const char* s2);
45 char* strpbrk( char* s1, const char* s2);
88 using ::strpbrk;
99 inline _LIBCPP_INLINE_VISIBILITY char* strpbrk( char* __s1, const char* __s2) {return ::strpbrk(__s1, __s2);}
  /external/libpcap/Win32/Src/
getservent.c 91 cp = strpbrk(p, "#\n");
96 p = strpbrk(p, " \t");
102 cp = strpbrk(p, ",/");
109 cp = strpbrk(cp, " \t");
119 cp = strpbrk(cp, " \t");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstring 44 const char* strpbrk(const char* s1, const char* s2);
45 char* strpbrk( char* s1, const char* s2);
88 using ::strpbrk;
99 inline _LIBCPP_INLINE_VISIBILITY char* strpbrk( char* __s1, const char* __s2) {return ::strpbrk(__s1, __s2);}
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cstring 44 const char* strpbrk(const char* s1, const char* s2);
45 char* strpbrk( char* s1, const char* s2);
88 using ::strpbrk;
99 inline _LIBCPP_INLINE_VISIBILITY char* strpbrk( char* __s1, const char* __s2) {return ::strpbrk(__s1, __s2);}
  /ndk/sources/host-tools/make-3.81/w32/
pathstuff.c 52 for (p = Path, etok = strpbrk(p, ":;");
54 etok = strpbrk(p, ":;"))
66 } else if ((*etok == ':') && (etok = strpbrk(etok+1, ":;"))) {
138 for (p = path, etok = strpbrk(p, ":;"), count = 0;
140 etok = strpbrk(p, ":;"))
146 } else if (etok = strpbrk(etok+1, ":;"))
173 for (p = path, etok = strpbrk(p, ":;");
175 etok = strpbrk(p, ":;")) {
183 } else if ((etok = strpbrk(etok+1, ":;")) == NULL)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pcrt32.h 30 #define _fstrpbrk strpbrk
  /bionic/libc/upstream-openbsd/lib/libc/string/
strpbrk.c 1 /* $OpenBSD: strpbrk.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
37 strpbrk(const char *s1, const char *s2) function
  /external/clang/test/CodeGen/
libcalls-fno-builtin.c 21 char *strpbrk(const char *s1, const char *s2);
91 char *t16(char *x) { return strpbrk(x, ""); }
93 // CHECK: strpbrk
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cstring 66 #undef strpbrk
96 using ::strpbrk;
110 strpbrk(char* __s1, const char* __s2)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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/5/sources/cxx-stl/gnu-libstdc++/include/
cstring 67 #undef strpbrk
95 using ::strpbrk;
109 strpbrk(char* __s1, const char* __s2)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstring 67 #undef strpbrk
95 using ::strpbrk;
109 strpbrk(char* __s1, const char* __s2)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstring 67 #undef strpbrk
95 using ::strpbrk;
109 strpbrk(char* __s1, const char* __s2)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cstring 67 #undef strpbrk
95 using ::strpbrk;
109 strpbrk(char* __s1, const char* __s2)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstring 66 #undef strpbrk
96 using ::strpbrk;
110 strpbrk(char* __s1, const char* __s2)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstring 66 #undef strpbrk
96 using ::strpbrk;
110 strpbrk(char* __s1, const char* __s2)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstring 66 #undef strpbrk
96 using ::strpbrk;
110 strpbrk(char* __s1, const char* __s2)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstring 66 #undef strpbrk
96 using ::strpbrk;
110 strpbrk(char* __s1, const char* __s2)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstring 64 #undef strpbrk
94 using ::strpbrk;
108 strpbrk(char* __s1, const char* __s2)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstring 64 #undef strpbrk
94 using ::strpbrk;
108 strpbrk(char* __s1, const char* __s2)
  /external/openfst/src/lib/
compat.cc 36 if ((p = strpbrk(full, delim)))
  /external/stlport/stlport/using/
cstring 28 using _STLP_VENDOR_CSTD::strpbrk;

Completed in 987 milliseconds

1 2 3 4 5 6 7 8 91011>>