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

  /bionic/libc/string/
memmem.c 35 void *memmem(const void *haystack, size_t n, const void *needle, size_t m) function
  /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))

Completed in 1315 milliseconds