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

<<11121314151617181920>>

  /external/qemu/slirp/
tftp.c 331 || strstr((char *)spt->filename, "/../")) {
  /external/qemu/slirp-android/
tftp.c 337 || strstr((char *)spt->filename, "/../")) {
  /external/skia/tools/flags/
SkCommandLineFlags.cpp 334 : strstr(name, matchName) != 0) {
  /external/valgrind/main/
config.h 247 /* Define to 1 if you have the `strstr' function. */
  /external/valgrind/main/mpi/
mpiwrap_type_test.c 232 if ((!opts) || NULL==strstr(opts, "initkludge")) {
  /external/valgrind/main/tests/
s390x_features.c 157 m = strstr(p, "machine");
  /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 " ");
  /ndk/sources/android/libthread_db/gdb-7.6/
libthread_db.c 95 perm = strstr(buff, "CapPrm:");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnsl-2.7.so 
libnsl.so 
libnsl.so.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libnsl-2.7.so 
libnsl.so 
libnsl.so.1 
  /system/core/sh/
cd.c 104 p = strstr(curdir, dest);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
debug.c 185 if (strstr(str, opts[i].name) || strcmp(str, "all") == 0)
218 if (strstr(str, opts[i].name))
  /external/dnsmasq/src/
tftp.c 255 if (strstr(filename, daemon->namebuff) == filename)
298 if (daemon->tftp_prefix && strstr(namebuff, "/../"))
  /external/libpcap/
inet.c 606 || strstr(device, "dag") != NULL
609 || strstr(device, "septel") != NULL
  /external/libppp/src/
chat.c 364 if (level == LogCHAT || strstr(ptr, "CONNECT"))
498 if (strstr(c->argv[c->arg], "\\P")) /* Don't log the password */
  /external/libselinux/src/
label_file.c 588 if ((next_slash = strstr(key, "//"))) {
597 next_slash = strstr(prev_slash, "//");
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 556 /// char *strstr(const char *s1, const char *s2);
557 strstr, enumerator in enum:llvm::LibFunc::Func
  /external/mesa3d/src/mesa/main/
debug.c 185 if (strstr(str, opts[i].name) || strcmp(str, "all") == 0)
218 if (strstr(str, opts[i].name))
  /external/svox/pico/tts/
svox_ssml_parser.cpp 214 if (strstr(xsampastr, " ") || strstr(xsampastr, "#")) /* check again to see if we have multiple words */
  /external/valgrind/main/coregrind/
fixup_macho_loadcmds.c 540 p = strstr(nm, "-x86-darwin");
544 p = strstr(nm, "-amd64-darwin");

Completed in 1049 milliseconds

<<11121314151617181920>>