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

<<11121314151617181920>>

  /external/wpa_supplicant_8/src/crypto/
tls_gnutls.c 449 if (strstr(tmp, match))
489 if (depth == 0 && match && strstr(buf, match) == NULL) {
  /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
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 56 const char *net_part = strstr(next_sep,
58 const char *bssid_part = strstr(next_sep,
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 255 if(mode == enable && strstr(cComponentName,"secure") == NULL)
753 temp = strstr(tempName, namePrefix);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/
collect2 
  /system/core/logcat/
logcat.cpp 611 logcat = strstr( cmdline, KERNEL_OPTION );
612 console = strstr( cmdline, CONSOLE_OPTION );
  /system/vold/
Volume.cpp 671 char* start = strstr(line, "UUID=");
678 start = strstr(line, "LABEL=");
  /external/valgrind/main/none/tests/ppc32/
jm-insns.c     [all...]
test_isa_2_06_part3.c     [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_test.cc 154 if (strstr(f.c_str(), ".ldb") != NULL ||
155 strstr(f.c_str(), ".log") != NULL) {
157 } else if (strstr(f.c_str(), "MANIFEST") != NULL) {
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
s_client.c     [all...]
  /external/openssl/apps/
s_client.c     [all...]
  /external/valgrind/main/memcheck/
mc_replace_strmem.c 93 20310 STRSTR
    [all...]
  /external/valgrind/main/mpi/
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/bluetooth/bluedroid/btif/src/
btif_storage.c     [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.cpp 92 const char* dataPos = strstr(src, "eexec");
103 const char* trailerPos = strstr(dataPos, "cleartomark");
158 // if the data was NUL terminated so that we can use strstr() to search it.
    [all...]
  /external/qemu/
usb-linux.c 992 if (strstr(devname, "auto:")) {
1016 if (strstr(devname, "auto:"))
1038 p = strstr(str, tag);
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp 92 const char* dataPos = strstr(src, "eexec");
103 const char* trailerPos = strstr(dataPos, "cleartomark");
158 // if the data was NUL terminated so that we can use strstr() to search it.
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part3.c     [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.cpp 151 if (strstr(soundCardInfo, "msm8960-tabla1x-snd-card")) {
154 } else if (strstr(soundCardInfo, "msm-snd-card")) {
157 } else if (strstr(soundCardInfo, "msm8930-sitar-snd-card")) {
    [all...]
  /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...]
  /bootable/recovery/edify/
expr.c 231 char* result = strdup(strstr(haystack, needle) ? "t" : "");
  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 323 RETURN_ON_ASSERTION_FAILURE(strstr(utf8, "file:///") == utf8, env, clazz);

Completed in 1444 milliseconds

<<11121314151617181920>>