HomeSort by relevance Sort by last modified time
    Searched full:strstr (Results 76 - 100 of 1000) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_debug.c 56 {"allmsg", ~RADEON_SYNC}, /* avoid the term "sync" because the parser uses strstr */
  /external/chromium_org/tools/memory_watcher/
call_stack.cc 330 if (strstr(symbol->Name, "CallStack::") ||
331 strstr(symbol->Name, "MemoryWatcher::") ||
332 strstr(symbol->Name, "Perftools_") ||
333 strstr(symbol->Name, "MemoryHook::") ) {
  /external/compiler-rt/BlocksRuntime/tests/
fail.c 92 char *where = strstr(got, desired);
  /external/compiler-rt/lib/asan/
asan_interceptors.h 27 DECLARE_REAL(char*, strstr, const char *s1, const char *s2)
  /external/freetype/include/freetype/config/
ftstdlib.h 91 #define ft_strstr strstr
  /external/libselinux/src/
init.c 57 if (strstr(buf, "selinuxfs")) {
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_debug.c 56 {"allmsg", ~RADEON_SYNC}, /* avoid the term "sync" because the parser uses strstr */
  /external/pixman/pixman/
pixman-mips.c 52 if (strstr (cpuinfo_line, search_string) != NULL)
  /external/stlport/test/unit/
cstring_test.cpp 68 CPPUNIT_CHECK( std::strstr(foo, "") == foo );
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 527 if (strstr(reply, "RSN") || strstr(reply, "WPA2"))
529 else if (strstr(reply, "WPA"))
538 if (strstr(reply, "WPA-EAP"))
540 else if (strstr(reply, "WPA-PSK"))
542 else if (strstr(reply, "IEEE8021X")) {
552 if (strstr(reply, "CCMP") && auth != AUTH_NONE_OPEN &&
555 else if (strstr(reply, "TKIP"))
557 else if (strstr(reply, "WEP"))
  /hardware/ti/omap4xxx/
mapinfo.c 98 if (strstr(mi->name, ".so")) {
  /ndk/sources/cxx-stl/gabi++/include/
cstring 63 using ::strstr;
  /ndk/sources/cxx-stl/system/include/
cstring 63 using ::strstr;
  /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
  /ndk/tests/device/test-gnustl-full/unit/
cstring_test.cpp 68 CPPUNIT_CHECK( std::strstr(foo, "") == foo );
  /ndk/tests/device/test-stlport/unit/
cstring_test.cpp 68 CPPUNIT_CHECK( std::strstr(foo, "") == foo );
  /packages/apps/Gallery2/jni/
jni_egl_fence.cpp 42 if (eglExtensions && strstr(eglExtensions, "EGL_KHR_fence_sync")) {
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstring 63 using ::strstr;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstring 63 using ::strstr;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstring 63 using ::strstr;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstring 63 using ::strstr;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstring 63 using ::strstr;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstring 63 using ::strstr;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstring 63 using ::strstr;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstring 63 using ::strstr;

Completed in 1521 milliseconds

1 2 34 5 6 7 8 91011>>