Home | History | Annotate | Download | only in linux-lib

Lines Matching full:strstr

877 #   define strstr rpl_strstr
879 _GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle)
882 _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle));
885 extern "C++" { const char * strstr (const char *, const char *); }
886 extern "C++" { char * strstr (char *, const char *); } */
887 _GL_CXXALIAS_SYS_CAST2 (strstr,
893 _GL_CXXALIASWARN1 (strstr, char *, (char *haystack, const char *needle));
894 _GL_CXXALIASWARN1 (strstr, const char *,
897 _GL_CXXALIASWARN (strstr);
900 /* strstr() does not work with multibyte strings if the locale encoding is
904 # undef strstr
905 /* Assume strstr is always declared. */
906 _GL_WARN_ON_USE (strstr, "strstr is quadratic on many systems, and cannot "
910 "or use strstr if you care about speed");
1107 Unlike strstr(), this function works correctly in multibyte locales with