HomeSort by relevance Sort by last modified time
    Searched defs:strpbrk (Results 1 - 16 of 16) sorted by null

  /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/syslinux/com32/lib/
strspn.c 55 char *strpbrk(const char *s, const char *accept) function
  /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/ndk/r13/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
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Searching.c 108 /** The strpbrk function locates the first occurrence in the string pointed to
111 @return The strpbrk function returns a pointer to the character, or a
115 strpbrk(const char *s1, const char *s2) function
  /external/syslinux/gpxe/src/core/
stringextra.c 157 * strpbrk - Find the first occurrence of a set of characters
161 char * strpbrk(const char * cs,const char * ct) function
196 send = strpbrk( sbegin, ct);
223 end = strpbrk(sbegin, ct);
  /external/bison/lib/
string.in.h 467 _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept)
472 extern "C" { const char * strpbrk (const char *, const char *); }
473 extern "C++" { char * strpbrk (char *, const char *); } */
474 _GL_CXXALIAS_SYS_CAST2 (strpbrk,
479 _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept));
480 _GL_CXXALIASWARN1 (strpbrk, char const *,
483 _GL_CXXALIASWARN (strpbrk); variable
486 /* strpbrk() assumes the second argument is a list of single-byte characters.
490 # undef strpbrk macro
491 _GL_WARN_ON_USE (strpbrk, "strpbrk cannot work correctly on character strings
496 # undef strpbrk macro
    [all...]
  /external/valgrind/coregrind/m_demangle/
vg_libciface.h 64 #define strpbrk(_ss,_aa) VG_(strpbrk)((_ss),(_aa)) macro
  /external/bison/darwin-lib/
string.h 779 _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept)
784 extern "C" { const char * strpbrk (const char *, const char *); }
785 extern "C++" { char * strpbrk (char *, const char *); } */
786 _GL_CXXALIAS_SYS_CAST2 (strpbrk,
791 _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept));
792 _GL_CXXALIASWARN1 (strpbrk, char const *,
795 _GL_CXXALIASWARN (strpbrk);
798 /* strpbrk() assumes the second argument is a list of single-byte characters.
802 # undef strpbrk
803 _GL_WARN_ON_USE (strpbrk, "strpbrk cannot work correctly on character strings
808 # undef strpbrk macro
    [all...]
  /external/bison/linux-lib/
string.h 779 _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept)
784 extern "C" { const char * strpbrk (const char *, const char *); }
785 extern "C++" { char * strpbrk (char *, const char *); } */
786 _GL_CXXALIAS_SYS_CAST2 (strpbrk,
791 _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept));
792 _GL_CXXALIASWARN1 (strpbrk, char const *,
795 _GL_CXXALIASWARN (strpbrk);
798 /* strpbrk() assumes the second argument is a list of single-byte characters.
802 # undef strpbrk
803 _GL_WARN_ON_USE (strpbrk, "strpbrk cannot work correctly on character strings
808 # undef strpbrk macro
    [all...]
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 409 INTERCEPT_LIBRARY_FUNCTION(strpbrk); variable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string2.h 1087 # define strpbrk macro
1104 # define strpbrk macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string2.h 1087 # define strpbrk macro
1104 # define strpbrk macro
    [all...]
string.h 1738 #define strpbrk macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h 1087 # define strpbrk macro
1104 # define strpbrk macro
    [all...]
  /external/valgrind/coregrind/
m_libcbase.c 287 HChar* VG_(strpbrk) ( const HChar* s, const HChar* accpt ) function
458 s = VG_(strpbrk (token, delim));

Completed in 378 milliseconds