| /openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| D | FuzzerInterceptors.cpp | 149 DEFINE_REAL(void *, memmem, const void *, size_t, const void *, size_t) in DEFINE_REAL() 213 void *memmem(const void *s1, size_t len1, const void *s2, size_t len2) { in memmem() function 215 void *result = REAL(memmem)(s1, len1, s2, len2); in memmem() 247 REAL(memmem) = reinterpret_cast<memmem_type>( in fuzzerInit() 248 getFuncAddr("memmem", reinterpret_cast<uintptr_t>(&memmem))); in fuzzerInit()
|
| D | FuzzerUtilPosix.cpp | 175 return memmem(Data, DataLen, Patt, PattLen); in SearchMemory()
|
| D | FuzzerUtilFuchsia.cpp | 539 return memmem(Data, DataLen, Patt, PattLen); in SearchMemory()
|
| D | FuzzerFlags.def | 107 "Use hints from intercepting memmem, strstr, etc")
|
| /openbsd/src/lib/libc/string/ |
| D | Makefile.inc | 6 SRCS+= explicit_bzero.c memccpy.c memmem.c memrchr.c stpcpy.c stpncpy.c \ 27 memcmp.3 memcpy.3 memmem.3 memmove.3 memset.3 stpcpy.3 strcasecmp.3 \
|
| D | memmem.c | 163 memmem(const void *h0, size_t k, const void *n0, size_t l) in memmem() function 184 DEF_WEAK(memmem);
|
| /openbsd/src/regress/lib/libc/explicit_bzero/ |
| D | explicit_bzero.c | 158 char *res = memmem(altstack, ALTSTACK_SIZE, buf, sizeof(buf)); in test_without_bzero() 169 char *res = memmem(altstack, ALTSTACK_SIZE, buf, sizeof(buf)); in test_with_bzero()
|
| /openbsd/src/lib/libc/hidden/ |
| D | string.h | 37 PROTO_NORMAL(memmem);
|
| /openbsd/src/include/ |
| D | string.h | 122 void *memmem(const void *, size_t, const void *, size_t);
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | util.h | 252 (char *) memmem((big), (bigend) - (big), \
|
| D | config_h.SH | 3048 * This symbol, if defined, indicates that the memmem routine is 3051 * In glibc, memmem is a GNU extension. The function is visible in
|
| /openbsd/src/gnu/gcc/libmudflap/ |
| D | mf-runtime.h | 124 #pragma redefine_extname memmem __mfwrap_memmem
|
| D | config.h.in | 126 /* Define to 1 if you have the `memmem' function. */
|
| D | configure.ac | 70 AC_CHECK_FUNCS(strnlen memrchr strncpy memmem sethostname)
|
| D | mf-hooks2.c | 396 WRAPPER2(void *, memmem, in WRAPPER2() argument 403 return memmem (haystack, haystacklen, needle, needlelen); in WRAPPER2()
|
| /openbsd/src/usr.bin/ssh/ |
| D | sshbuf-misc.c | 262 if ((p = memmem(sshbuf_ptr(b) + start_offset, in sshbuf_find()
|
| /openbsd/src/usr.bin/tmux/ |
| D | window-buffer.c | 275 return (memmem(bufdata, bufsize, ss, strlen(ss)) != NULL); in window_buffer_search()
|
| /openbsd/src/usr.sbin/acme-client/ |
| D | http.c | 630 ep = memmem(trans->hbuf, trans->hbufsz, "\r\n\r\n", 4); in http_head_read()
|
| /openbsd/src/usr.sbin/ocspcheck/ |
| D | http.c | 623 ep = memmem(trans->hbuf, trans->hbufsz, "\r\n\r\n", 4); in http_head_read()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_flags.inc | 235 "If set, uses a wrapper for memmem() to find more errors.")
|
| D | sanitizer_common_interceptors.inc | 728 INTERCEPTOR(void*, memmem, const void *s1, SIZE_T len1, const void *s2, 731 COMMON_INTERCEPTOR_ENTER(ctx, memmem, s1, len1, s2, len2); 732 void *r = REAL(memmem)(s1, len1, s2, len2); 742 #define INIT_MEMMEM COMMON_INTERCEPT_FUNCTION(memmem);
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 1615 memmem
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlclib.pod | 178 memmem(big, blen, little, len) ninstr(big, bigend, little, little_end)
|
| D | perl5300delta.pod | 893 Improve Configure detection of memmem().
|
| /openbsd/src/gnu/llvm/clang/docs/analyzer/ |
| D | checkers.rst | 2409 …locked``, ``getdelim``, ``getline``, ``getw``, ``memcmp``, ``memcpy``, ``memmem``, ``memmove``, ``…
|