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

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/
StrPBrk.ll 9 declare i8* @strpbrk(i8*, i8*)
15 %test1 = call i8* @strpbrk(i8* %null_p, i8* %s2)
16 %test2 = call i8* @strpbrk(i8* %s1, i8* %null_p)
17 ; CHECK-NOT: call i8* @strpbrk
18 %test3 = call i8* @strpbrk(i8* %s1, i8* %w_p)
20 %test4 = call i8* @strpbrk(i8* %hello_p, i8* %w_p)
22 %test5 = call i8* @strpbrk(i8* %s1, i8* %s2)
23 ; CHECK: call i8* @strpbrk(i8* %s1, i8* %s2)
  /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/compiler-rt/test/sanitizer_common/TestCases/
strpbrk.c 11 r = strpbrk(s1, s2);
  /external/syslinux/com32/lib/
strsep.c 15 e = strpbrk(s, delim);
  /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);
  /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
  /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");
  /external/iptables/iptables/
getethertype.c 91 cp = strpbrk(e, "#\n");
96 cp = strpbrk(e, " \t");
102 e = strpbrk(cp, " \t");
121 cp = strpbrk(cp, " \t");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pcrt32.h 30 #define _fstrpbrk strpbrk
  /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

Completed in 926 milliseconds

1 2 3 4 5 6 7 8 91011>>