HomeSort by: relevance | last modified time | path
    Searched refs:memmem (Results 1 - 25 of 165) sorted by relevancy

1 2 3 4 5 6 7

  /src/tests/lib/libc/string/
t_memmem.c 75 atf_tc_set_md_var(tc, "descr", "Test memmem results");
81 expect(memmem(b2, lb2, p0, lp0) == b2);
82 expect(memmem(b0, lb0, p0, lp0) == b0);
83 expect(memmem(b0, lb0, p1, lp1) == NULL);
84 expect(memmem(b1, lb1, p1, lp1) == NULL);
86 expect(memmem(b2, lb2, p1, lp1) == b2);
87 expect(memmem(b2, lb2, p2, lp2) == (b2 + 4));
88 expect(memmem(b2, lb2, p3, lp3) == (b2 + 7));
90 expect(memmem(b2, lb2, p5, lp5) == b2);
91 expect(memmem(b2, lb2, p6, lp6) == (b2 + 9))
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
memmem.c 20 @deftypefn Supplemental void* memmem (const void *@var{haystack}, @
42 #undef memmem macro
46 memmem (const void *haystack, size_t haystack_len, const void *needle, function
  /src/external/gpl3/binutils.old/dist/libiberty/
memmem.c 20 @deftypefn Supplemental void* memmem (const void *@var{haystack}, @
42 #undef memmem macro
46 memmem (const void *haystack, size_t haystack_len, const void *needle, function
  /src/external/gpl3/gcc/dist/libiberty/
memmem.c 20 @deftypefn Supplemental void* memmem (const void *@var{haystack}, @
42 #undef memmem macro
46 memmem (const void *haystack, size_t haystack_len, const void *needle, function
  /src/external/gpl3/gcc.old/dist/libiberty/
memmem.c 20 @deftypefn Supplemental void* memmem (const void *@var{haystack}, @
42 #undef memmem macro
46 memmem (const void *haystack, size_t haystack_len, const void *needle, function
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/bionic/
string.d 17 pure void* memmem(return scope const void* haystack, size_t haystacklen, scope const void* needle, size_t needlelen);
  /src/external/gpl3/gdb/dist/libiberty/
memmem.c 20 @deftypefn Supplemental void* memmem (const void *@var{haystack}, @
42 #undef memmem macro
46 memmem (const void *haystack, size_t haystack_len, const void *needle, function
  /src/external/gpl3/gdb.old/dist/libiberty/
memmem.c 20 @deftypefn Supplemental void* memmem (const void *@var{haystack}, @
42 #undef memmem macro
46 memmem (const void *haystack, size_t haystack_len, const void *needle, function
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/
string.d 20 pure void* memmem(return scope const void* haystack, size_t haystacklen, scope const void* needle, size_t needlelen);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/
string.d 20 pure void* memmem(return scope const void* haystack, size_t haystacklen, scope const void* needle, size_t needlelen);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
string.d 21 pure void* memmem(return scope const void* haystack, size_t haystacklen, scope const void* needle, size_t needlelen);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/
string.d 20 pure void* memmem(return scope const void* haystack, size_t haystacklen, scope const void* needle, size_t needlelen);
  /src/external/bsd/tmux/dist/compat/
memmem.c 1 /* $OpenBSD: memmem.c,v 1.4 2015/08/31 02:53:57 guenther Exp $ */
39 memmem(const void *l, size_t l_len, const void *s, size_t s_len) function
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/
string.d 30 pure void* memmem(return scope const void* haystack, size_t haystacklen, scope const void* needle, size_t needlelen);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/
string.d 21 pure void* memmem(return scope const void* haystack, size_t haystacklen, scope const void* needle, size_t needlelen);
  /src/external/gpl3/gdb/dist/gnulib/import/
memmem.c 24 /* Specification of memmem. */
35 memmem (const void *haystack_start, size_t haystack_len, function
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
mmap1.c 47 if (memmem (a, size, str, strlen (str) + 1) == NULL)
mmap2.c 43 if (memmem (a, size, str, strlen (str) + 1) == NULL)
mmap5.c 78 (a == MAP_FAILED || memmem (a, size, str, strlen (str) + 1) == NULL)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
memmem.c 24 /* Specification of memmem. */
35 memmem (const void *haystack_start, size_t haystack_len, function
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
mmap1.c 47 if (memmem (a, size, str, strlen (str) + 1) == NULL)
mmap2.c 43 if (memmem (a, size, str, strlen (str) + 1) == NULL)
mmap5.c 78 (a == MAP_FAILED || memmem (a, size, str, strlen (str) + 1) == NULL)
  /src/external/gpl3/gdb/dist/gdbsupport/
search.cc 69 found_ptr = (gdb_byte *) memmem (search_buf.data (), nr_search_bytes,
  /src/external/gpl3/gdb.old/dist/gdbsupport/
search.cc 69 found_ptr = (gdb_byte *) memmem (search_buf.data (), nr_search_bytes,

Completed in 42 milliseconds

1 2 3 4 5 6 7