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

  /bionic/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
  /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/chromium/third_party/libjingle/source/talk/base/
stringutils.h 110 inline const wchar_t* strstr(const wchar_t* haystack, const wchar_t* needle) { function
  /external/chromium_org/third_party/libjingle/source/talk/base/
stringutils.h 110 inline const wchar_t* strstr(const wchar_t* haystack, const wchar_t* needle) { function
  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 66 #define strstr(_hh,_nn) VG_(strstr)((_hh),(_nn)) macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 336 # define strstr rpl_strstr macro
337 char *strstr (const char *haystack, const char *needle)
341 /* strstr() does not work with multibyte strings if the locale encoding is
345 # undef strstr macro
346 # define strstr(a,b) \ macro
347 (GL_LINK_WARNING ("strstr is quadratic on many systems, and cannot " \
351 "or use strstr if you care about speed"), \
352 strstr (a, b))
459 Unlike strstr(), this function works correctly in multibyte locales with
  /external/bison/darwin-lib/
string.h 904 # undef strstr macro
    [all...]
  /external/bison/linux-lib/
string.h 904 # undef strstr macro
    [all...]
  /external/wpa_supplicant_8/src/utils/
os.h 475 #define os_strstr(h, n) strstr((h), (n))
532 #define strstr OS_DO_NOT_USE_strstr macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string2.h 1150 # define strstr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 1150 # define strstr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 1150 # define strstr macro
    [all...]
  /external/valgrind/main/coregrind/
m_libcbase.c 365 Char* VG_(strstr) ( const Char* haystack, Char* needle ) function
  /external/mksh/src/
misc.c 2003 strstr(char *b, const char *l) function
    [all...]
sh.h 481 #define strstr ucstrstr macro
500 #define cstrstr(s,c) ((const char *)strstr((s), (c)))
502 #define vstrstr(b,l) (strstr((b), (l)) != NULL)
    [all...]
  /external/grub/stage2/
shared.h 368 #define strstr grub_strstr macro
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 556 /// char *strstr(const char *s1, const char *s2);
557 strstr, enumerator in enum:llvm::LibFunc::Func

Completed in 885 milliseconds