strstr           1135 lib-src/emacsclient.c   if (inside_emacs && strstr (inside_emacs, ",term:")
strstr           1471 lib-src/etags.c       if (strstr (line.buffer, buf) == NULL)
strstr           1109 lib-src/make-docfile.c 	      if (strstr (input_buffer, "noreturn"))
strstr           1111 lib-src/make-docfile.c 	      if (strstr (input_buffer, "const"))
strstr           1116 lib-src/make-docfile.c 	      if (strstr (input_buffer, "noinline"))
strstr            839 lib/string.in.h _GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle)
strstr            842 lib/string.in.h _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle));
strstr            847 lib/string.in.h _GL_CXXALIAS_SYS_CAST2 (strstr,
strstr            854 lib/string.in.h _GL_CXXALIASWARN1 (strstr, char *,
strstr            856 lib/string.in.h _GL_CXXALIASWARN1 (strstr, const char *,
strstr            859 lib/string.in.h _GL_CXXALIASWARN (strstr);
strstr            868 lib/string.in.h _GL_WARN_ON_USE (strstr, "strstr is quadratic on many systems, and cannot "
strstr           1392 src/emacs.c          for (p = argv[0]; (p = strstr (p, "temacs")) != NULL; p++)
strstr           4274 src/font.c           while ((p1 = strstr (p0, "-*-*")))
strstr            984 src/ftfont.c   	      || ! strstr ((char *) this, otlayout))
strstr           1027 src/gtkutil.c    if (!strstr (msg, "visible children"))
strstr           1413 src/keymap.c   	  if (!strstr (SSDATA (lc_key), " "))
strstr           2234 src/pgtkfns.c    if (strstr (nm, "fontset") && !strstr (nm, "fontset-startup"))
strstr           6544 src/pgtkterm.c   if (!strstr (msg, "g_set_prgname"))
strstr            717 src/sfntfont-android.c 	  if ((strstr (dirent->d_name, ".ttf")
strstr            718 src/sfntfont-android.c 	       || strstr (dirent->d_name, ".ttc"))
strstr            601 src/sfntfont.c       if (strstr (tag, "Hans") || strstr (tag, "Hant"))
strstr            604 src/sfntfont.c       if (strstr (tag, "Japn"))
strstr            607 src/sfntfont.c       if (strstr (tag, "Kore"))
strstr           9514 src/w32.c      	      if (strstr (adapter->Description, "Wireless "))
strstr           9800 src/w32.c                    && strstr (description, "Wireless "))
strstr           1503 src/w32font.c        return strstr ("helvetica", full_iname) != NULL;
strstr           1511 src/w32font.c        return strstr ("helv", full_iname) != NULL;
strstr           1587 src/w32font.c         && !strstr ((char *)logical_font->elfFullName,
strstr            517 src/w32select.c   cp = strstr (coding_name, "utf-16");
strstr           30018 src/xterm.c      if (!strstr (msg, "g_set_prgname"))
strstr             64 test/manual/etags/php-src/lce_functions.php        return !(strstr($str, "\"")
strstr             65 test/manual/etags/php-src/lce_functions.php 		|| strstr($str, "\\"));