HomeSort by relevance Sort by last modified time
    Searched defs:memmem (Results 1 - 5 of 5) sorted by null

  /bionic/libc/bionic/
memmem.c 35 void *memmem(const void *haystack, size_t n, const void *needle, size_t m) function
  /external/bison/lib/
string.in.h 133 # define memmem rpl_memmem macro
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); variable
157 # undef memmem macro
159 _GL_WARN_ON_USE (memmem, "memmem is unportable and often quadratic - "
160 "use gnulib module memmem-simple for portability,
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 72 # define memmem rpl_memmem macro
75 extern void *memmem (void const *__haystack, size_t __haystack_len,
80 # undef memmem macro
81 # define memmem(a,al,b,bl) \ macro
82 (GL_LINK_WARNING ("memmem is unportable and often quadratic - " \
83 "use gnulib module memmem-simple for portability, " \
84 "and module memmem for speed" ), \
85 memmem (a, al, b, bl))
  /external/bison/darwin-lib/
string.h 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 macro
471 _GL_WARN_ON_USE (memmem, "memmem is unportable and often quadratic - "
472 "use gnulib module memmem-simple for portability,
    [all...]
  /external/bison/linux-lib/
string.h 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 macro
471 _GL_WARN_ON_USE (memmem, "memmem is unportable and often quadratic - "
472 "use gnulib module memmem-simple for portability,
    [all...]

Completed in 61 milliseconds