HomeSort by relevance Sort by last modified time
    Searched defs:strstr (Results 1 - 14 of 14) 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
  /bootable/bootloader/legacy/libc/
strstr.c 31 char *strstr(const char *s1, const char *s2) function
  /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/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/wpa_supplicant/
os.h 445 #define os_strstr(h, n) strstr((h), (n))
481 #define strstr OS_DO_NOT_USE_strstr macro
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os.h 445 #define os_strstr(h, n) strstr((h), (n))
494 #define strstr OS_DO_NOT_USE_strstr macro
  /external/wpa_supplicant_8/src/utils/
os.h 452 #define os_strstr(h, n) strstr((h), (n))
501 #define strstr OS_DO_NOT_USE_strstr macro
  /external/valgrind/main/coregrind/
m_libcbase.c 311 Char* VG_(strstr) ( const Char* haystack, Char* needle ) function
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue.cpp 423 QScriptValue strstr = QScriptValue("bar"); local
424 QCOMPARE(strstr.engine(), (QScriptEngine *)0);
425 object.setProperty("foo", strstr);
426 QCOMPARE(object.property("foo").toString(), strstr.toString());
427 QCOMPARE(strstr.engine(), &eng); // the value has been bound to the engine
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string2.h 1150 # define strstr macro
    [all...]
  /external/mksh/src/
misc.c 1352 strstr(char *b, const char *l) function
    [all...]
sh.h 406 #define strstr ucstrstr macro
426 #define cstrstr(s,c) ((const char *)strstr((s), (c)))
428 #define vstrstr(b,l) (strstr((b), (l)) != NULL)
    [all...]
  /external/grub/stage2/
shared.h 368 #define strstr grub_strstr macro

Completed in 881 milliseconds