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

  /bionic/libc/upstream-openbsd/lib/libc/string/
strstr.c 1 /* $OpenBSD: strstr.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
40 strstr(const char *s, const char *find) function
  /toolchain/binutils/binutils-2.25/libiberty/
strstr.c 1 /* Simple implementation of strstr for systems without it.
6 @deftypefn Supplemental char* strstr (const char *@var{string}, const char *@var{sub})
30 strstr (const char *s1, const char *s2) function
  /external/bison/lib/
string.in.h 565 # define strstr rpl_strstr macro
567 _GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle)
570 _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle));
573 extern "C++" { const char * strstr (const char *, const char *); }
574 extern "C++" { char * strstr (char *, const char *); } */
575 _GL_CXXALIAS_SYS_CAST2 (strstr,
581 _GL_CXXALIASWARN1 (strstr, char *, (char *haystack, const char *needle));
582 _GL_CXXALIASWARN1 (strstr, const char *,
585 _GL_CXXALIASWARN (strstr); variable
588 /* strstr() does not work with multibyte strings if the locale encoding i
592 # undef strstr macro
    [all...]
  /external/valgrind/coregrind/m_demangle/
vg_libciface.h 66 #define strstr(_hh,_nn) VG_(strstr)((_hh),(_nn)) macro
  /external/webrtc/webrtc/base/
stringutils.h 93 inline const wchar_t* strstr(const wchar_t* haystack, const wchar_t* needle) { function
  /external/bison/darwin-lib/
string.h 904 # undef strstr macro
    [all...]
  /external/bison/linux-lib/
string.h 904 # undef strstr macro
    [all...]
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 401 INTERCEPT_LIBRARY_FUNCTION(strstr); variable
  /external/wpa_supplicant_8/src/utils/
os.h 545 #define os_strstr(h, n) strstr((h), (n))
649 #define strstr OS_DO_NOT_USE_strstr macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string2.h 1150 # define strstr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string2.h 1150 # define strstr macro
    [all...]
string.h 1845 #define strstr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h 1150 # define strstr macro
    [all...]
  /external/valgrind/coregrind/
m_libcbase.c 384 HChar* VG_(strstr) ( const HChar* haystack, const HChar* needle ) function
  /external/mksh/src/
misc.c 2058 strstr(char *b, const char *l) function
    [all...]
sh.h 548 #define strstr ucstrstr macro
567 #define cstrstr(s,c) ((const char *)strstr((s), (c)))
569 #define vstrstr(b,l) (strstr((b), (l)) != NULL)
    [all...]

Completed in 828 milliseconds