HomeSort by relevance Sort by last modified time
    Searched refs:strstr (Results 51 - 75 of 225) sorted by null

1 23 4 5 6 7 8 9

  /external/jhead/
makernote.c 177 if (strstr(ImageInfo.CameraMake, "Canon")){
jhead.c 430 if (strstr(ImageInfo.CameraModel, FilterModel) == NULL){
464 Subst = strstr(NamePattern, "&i");
597 while ((s = strstr(pattern, "%f")) && strlen(pattern) + n < PATH_MAX-1){
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 514 if (strstr(reply, "RSN") || strstr(reply, "WPA2"))
516 else if (strstr(reply, "WPA"))
525 if (strstr(reply, "WPA-EAP"))
527 else if (strstr(reply, "WPA-PSK"))
529 else if (strstr(reply, "IEEE8021X")) {
539 if (strstr(reply, "CCMP") && auth != AUTH_NONE)
541 else if (strstr(reply, "TKIP"))
543 else if (strstr(reply, "WEP"))
  /system/extras/tests/fstest/
perm_checker.c 120 if (strstr(spec, "/...")) {
253 if ((strstr(name, pr->spec) == name) &&
265 if (strstr(name, pr->spec) == name) {
340 if (strstr(name, pr->spec) == name) {
  /external/opencore/oscl/oscl/osclbase/src/
oscl_stdstring.cpp 290 return (const char*)strstr(str1, str2);
295 return (char*)strstr(str1, str2);
  /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/bluetooth/glib/tests/
markup-collect.c 201 if (strstr (error->message, tests[i].error_info) == NULL)
spawn-test.c 119 if (strstr (output, "Active Connections") == 0)
  /external/icu4c/common/
cstring.h 41 #define uprv_strstr(s, c) U_STANDARD_CPP_NAMESPACE strstr(s, c)
  /external/ipsec-tools/src/racoon/
plog.c 133 while ((p = strstr(buf,"%z")) != NULL)
  /external/qemu/
keymaps.c 108 if (rest && strstr(rest, "numlock")) {
  /external/quake/quake/src/WinQuake/
cl_demo.cpp 212 if (strstr(Cmd_Argv(1), ".."))
gl_vidlinuxglx.cpp 546 if (strstr(gl_extensions, "GL_SGIS_multitexture ") && !COM_CheckParm("-nomtex")) {
652 if (strstr(gl_extensions, "3DFX_set_global_palette") &&
670 } else if (strstr(gl_extensions, "GL_EXT_shared_texture_palette") &&
699 if ((gl_renderer && strstr(gl_renderer, "Voodoo")) ||
700 (gl_vendor && strstr(gl_vendor, "3Dfx")))
  /external/srec/portable/include/
ptypes.h 275 * LCHAR version of strstr()
277 #define LSTRSTR strstr
  /external/stlport/test/unit/cppunit/
cppunit_mini.h 97 const char *ptr = strstr(in_desiredTest, "::");
  /external/webkit/JavaScriptCore/wtf/
Assertions.cpp 59 if (strstr(format, "%@")) {
  /development/ide/xcode/ports/
skia_mac.cp 31 const char* common = strstr(applicationPath, "build/ide/xcode/");
  /external/grub/stage2/
md5.c 224 saltlen = strstr (salt, "$") - salt;
228 char *end = strstr (salt, "$");
  /external/netperf/
netcpu_kstat10.c 154 else if (strstr(knp->name,"nsec")) {
229 if (strstr(knp->name,"time")) {
  /external/skia/xcode/ports/
skia_mac.cp 32 const char* common = strstr(applicationPath, "build/ide/xcode/");
  /external/tcpdump/
print-esp.c 243 p = strstr(decode, "-hmac96");
249 p = strstr(decode, "-cbc");
  /system/extras/tests/sdcard/
sysutil.cpp 299 return strstr(value, "NO_NEW_FAIR_SLEEPERS") == NULL;
329 return strstr(value, "NO_NEW_FAIR_SLEEPERS") == NULL;
  /external/quake/quake/src/QW/client/
common.c 1765 if (strstr(dir, "..") || strstr(dir, "/")
1766 || strstr(dir, "\\") || strstr(dir, ":") )
    [all...]
  /external/qemu/block/
vmdk.c 138 if ((p_name = strstr(desc,cid_str)) != NULL) {
156 tmp_str = strstr(desc,"parentCID");
158 if ((p_name = strstr(desc,"CID")) != NULL) {
243 if ((p_name = strstr(p_desc,"CID")) != NULL) {
334 if ((p_name = strstr(desc,"parentFileNameHint")) != NULL) {

Completed in 3831 milliseconds

1 23 4 5 6 7 8 9