strstr           1133 lib-src/emacsclient.c   if (inside_emacs && strstr (inside_emacs, ",term:")
strstr           1470 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            772 lib/string.in.h _GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle)
strstr            775 lib/string.in.h _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle));
strstr            780 lib/string.in.h _GL_CXXALIAS_SYS_CAST2 (strstr,
strstr            787 lib/string.in.h _GL_CXXALIASWARN1 (strstr, char *,
strstr            789 lib/string.in.h _GL_CXXALIASWARN1 (strstr, const char *,
strstr            792 lib/string.in.h _GL_CXXALIASWARN (strstr);
strstr            801 lib/string.in.h _GL_WARN_ON_USE (strstr, "strstr is quadratic on many systems, and cannot "
strstr           1326 src/emacs.c          for (p = argv[0]; (p = strstr (p, "temacs")) != NULL; p++)
strstr           4248 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           2241 src/pgtkfns.c    if (strstr (nm, "fontset") && !strstr (nm, "fontset-startup"))
strstr           6544 src/pgtkterm.c   if (!strstr (msg, "g_set_prgname"))
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           29335 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, "\\"));