Home | History | Annotate | Download | only in lib

Lines Matching defs:memmem

133 #   define memmem rpl_memmem
135 _GL_FUNCDECL_RPL (memmem, void *,
140 _GL_CXXALIAS_RPL (memmem, void *,
145 _GL_FUNCDECL_SYS (memmem, void *,
151 _GL_CXXALIAS_SYS (memmem, void *,
155 _GL_CXXALIASWARN (memmem);
157 # undef memmem
159 _GL_WARN_ON_USE (memmem, "memmem is unportable and often quadratic - "
160 "use gnulib module memmem-simple for portability, "
161 "and module memmem for speed" );