/freebsd/lib/libc/string/ |
H A D | memmem.3 | diff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others. It is the binary equivalent to strstr(3).
void *memmem(const void *big, size_t big_len, const void *little, size_t little_len);
Submitted by: Pascal Gloor <pascal.gloor at spale.com> MFC after: 3 days 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others. It is the binary equivalent to strstr(3).
void *memmem(const void *big, size_t big_len, const void *little, size_t little_len);
Submitted by: Pascal Gloor <pascal.gloor at spale.com> MFC after: 3 days
|
H A D | memmem.c | diff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others. It is the binary equivalent to strstr(3).
void *memmem(const void *big, size_t big_len, const void *little, size_t little_len);
Submitted by: Pascal Gloor <pascal.gloor at spale.com> MFC after: 3 days 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others. It is the binary equivalent to strstr(3).
void *memmem(const void *big, size_t big_len, const void *little, size_t little_len);
Submitted by: Pascal Gloor <pascal.gloor at spale.com> MFC after: 3 days
|
H A D | memchr.3 | diff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others. It is the binary equivalent to strstr(3).
void *memmem(const void *big, size_t big_len, const void *little, size_t little_len);
Submitted by: Pascal Gloor <pascal.gloor at spale.com> MFC after: 3 days diff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others. It is the binary equivalent to strstr(3).
void *memmem(const void *big, size_t big_len, const void *little, size_t little_len);
Submitted by: Pascal Gloor <pascal.gloor at spale.com> MFC after: 3 days
|
H A D | strchr.3 | diff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others. It is the binary equivalent to strstr(3).
void *memmem(const void *big, size_t big_len, const void *little, size_t little_len);
Submitted by: Pascal Gloor <pascal.gloor at spale.com> MFC after: 3 days diff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others. It is the binary equivalent to strstr(3).
void *memmem(const void *big, size_t big_len, const void *little, size_t little_len);
Submitted by: Pascal Gloor <pascal.gloor at spale.com> MFC after: 3 days
|
H A D | strstr.3 | diff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others. It is the binary equivalent to strstr(3).
void *memmem(const void *big, size_t big_len, const void *little, size_t little_len);
Submitted by: Pascal Gloor <pascal.gloor at spale.com> MFC after: 3 days diff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others. It is the binary equivalent to strstr(3).
void *memmem(const void *big, size_t big_len, const void *little, size_t little_len);
Submitted by: Pascal Gloor <pascal.gloor at spale.com> MFC after: 3 days
|
H A D | Makefile.inc | diff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others. It is the binary equivalent to strstr(3).
void *memmem(const void *big, size_t big_len, const void *little, size_t little_len);
Submitted by: Pascal Gloor <pascal.gloor at spale.com> MFC after: 3 days diff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others. It is the binary equivalent to strstr(3).
void *memmem(const void *big, size_t big_len, const void *little, size_t little_len);
Submitted by: Pascal Gloor <pascal.gloor at spale.com> MFC after: 3 days
|
/freebsd/include/ |
H A D | string.h | diff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others. It is the binary equivalent to strstr(3).
void *memmem(const void *big, size_t big_len, const void *little, size_t little_len);
Submitted by: Pascal Gloor <pascal.gloor at spale.com> MFC after: 3 days diff 6050c8fe05cff5f6b5d0191db51223f86b7c04f0 Thu Aug 25 20:26:58 CEST 2005 Andre Oppermann <andre@FreeBSD.org> Add the function memmem(3) as found in glibc and others. It is the binary equivalent to strstr(3).
void *memmem(const void *big, size_t big_len, const void *little, size_t little_len);
Submitted by: Pascal Gloor <pascal.gloor at spale.com> MFC after: 3 days
|