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

Lines Matching defs:memmem

445 #   define memmem rpl_memmem
447 _GL_FUNCDECL_RPL (memmem, void *,
452 _GL_CXXALIAS_RPL (memmem, void *,
457 _GL_FUNCDECL_SYS (memmem, void *,
463 _GL_CXXALIAS_SYS (memmem, void *,
467 _GL_CXXALIASWARN (memmem);
469 # undef memmem
471 _GL_WARN_ON_USE (memmem, "memmem is unportable and often quadratic - "
472 "use gnulib module memmem-simple for portability, "
473 "and module memmem for speed" );