HomeSort by relevance Sort by last modified time
    Searched refs:strstr (Results 276 - 300 of 527) sorted by null

<<11121314151617181920>>

  /external/qemu/slirp/
tftp.c 331 || strstr((char *)spt->filename, "/../")) {
tcp_subr.c 964 *(m->m_data+m->m_len) = 0; /* NUL terminate for strstr */
965 if ((bptr = (char *)strstr(m->m_data, "ORT")) != NULL) {
997 } else if ((bptr = (char *)strstr(m->m_data, "27 Entering")) != NULL) {
1058 *(m->m_data+m->m_len) = 0; /* NULL terminate the string for strstr */
1059 if ((bptr = (char *)strstr(m->m_data, "DCC")) == NULL)
    [all...]
  /external/qemu/slirp-android/
tftp.c 337 || strstr((char *)spt->filename, "/../")) {
tcp_subr.c 819 *(m->m_data+m->m_len) = 0; /* NUL terminate for strstr */
820 if ((bptr = (char *)strstr(m->m_data, "ORT")) != NULL) {
852 } else if ((bptr = (char *)strstr(m->m_data, "27 Entering")) != NULL) {
913 *(m->m_data+m->m_len) = 0; /* NULL terminate the string for strstr */
914 if ((bptr = (char *)strstr(m->m_data, "DCC")) == NULL)
  /external/srec/portable/src/
plog.c 274 if (strstr(format, "ESR_BUFFER_OVERFLOW")==format)
  /external/svox/pico/lib/
picopal.c 120 return (picopal_char *)strstr((const char *)s, (const char *)substr);
  /external/v8/src/
debug-agent.cc 186 const char* result = strstr(msg, disconnectRequestStr);
  /external/valgrind/main/exp-sgcheck/
h_intercepts.c 317 #define STRSTR(soname, fnname) \
355 STRSTR(VG_Z_LIBC_SONAME, strstr)
  /external/valgrind/main/mpi/
mpiwrap_type_test.c 232 if ((!opts) || NULL==strstr(opts, "initkludge")) {
libmpiwrap.c 95 #include <string.h> /* strstr */
190 if (NULL != strstr(options_str, "warn"))
192 if (NULL != strstr(options_str, "strict"))
194 if (NULL != strstr(options_str, "verbose"))
196 if (NULL != strstr(options_str, "quiet"))
198 if (NULL != strstr(options_str, "help"))
200 if (NULL != strstr(options_str, "initkludge"))
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 652 if (strstr(flags, "[DISABLED][P2P-PERSISTENT]")) {
665 if (strstr(flags, "[CURRENT]")) {
670 strstr(flags, "[DISABLED]") == NULL)
916 if (strstr(pos, "(WSC)"))
    [all...]
  /frameworks/native/opengl/libs/EGL/
egl_cache.cpp 101 bool inMiddle = strstr(exts, " " BC_EXT_STR " ");
egl_display.cpp 49 const char* match = strstr(exts, name);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
string.h 194 extern char *strstr (__const char *__haystack, __const char *__needle)
216 /* Similar to `strstr' but this function ignores the case of both strings. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 194 extern char *strstr (__const char *__haystack, __const char *__needle)
216 /* Similar to `strstr' but this function ignores the case of both strings. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 194 extern char *strstr (__const char *__haystack, __const char *__needle)
216 /* Similar to `strstr' but this function ignores the case of both strings. */
  /system/core/init/
bootchart.c 320 s = strstr(cmdline, KERNEL_OPTION);
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
main.cpp 268 } else if (!strcasecmp(argn[i], "src") && strstr(argv[i], "plugin-document-has-focus.pl"))
272 if (script == strstr(script, "mouse::")) {
275 } else if (script == strstr(script, "key::")) {
  /frameworks/base/core/jni/
AndroidRuntime.cpp 594 opc = strstr(dexoptFlagsBuf, "v="); /* verification */
609 opc = strstr(dexoptFlagsBuf, "o="); /* optimization */
625 opc = strstr(dexoptFlagsBuf, "m=y"); /* register map */
    [all...]
  /hardware/broadcom/libbt/src/
hardware.c 267 if (strstr(hw_cfg_cb.local_chip_name, p_entry->chipset_name)!=NULL)
638 if ((p_name = strstr(p_name, "BCM")) != NULL)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
s_client.c     [all...]
  /external/openssl/apps/
s_client.c     [all...]
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c     [all...]
  /frameworks/base/tools/aapt/
Resource.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 426 if(strstr(seq_command, "pause") == seq_command)
444 else if(strstr(seq_command, "sleep") == seq_command)
452 else if(strstr(seq_command, "resume") == seq_command)
461 else if(strstr(seq_command, "flush") == seq_command)
490 else if(strstr(seq_command, "disable_op") == seq_command)
508 else if(strstr(seq_command, "enable_op") == seq_command)
    [all...]

Completed in 2294 milliseconds

<<11121314151617181920>>