/src/common/lib/libc/string/ |
memmem.c | 26 __FBSDID("$FreeBSD: head/lib/libc/string/memmem.c 315468 2017-03-18 00:53:24Z emaste $"); 28 __RCSID("$NetBSD: memmem.c,v 1.6 2024/12/14 16:48:13 riastradh Exp $"); 174 void *memmem(const void *h0, size_t k, const void *n0, size_t l) function in typeref:typename:void *
|
memmem.c | 26 __FBSDID("$FreeBSD: head/lib/libc/string/memmem.c 315468 2017-03-18 00:53:24Z emaste $"); 28 __RCSID("$NetBSD: memmem.c,v 1.6 2024/12/14 16:48:13 riastradh Exp $"); 174 void *memmem(const void *h0, size_t k, const void *n0, size_t l) function in typeref:typename:void *
|
memmem.c | 26 __FBSDID("$FreeBSD: head/lib/libc/string/memmem.c 315468 2017-03-18 00:53:24Z emaste $"); 28 __RCSID("$NetBSD: memmem.c,v 1.6 2024/12/14 16:48:13 riastradh Exp $"); 174 void *memmem(const void *h0, size_t k, const void *n0, size_t l) function in typeref:typename:void *
|