Andre Oppermann 6050c8fe05 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
2005-08-25 18:26:58 +00:00
..
2004-06-30 20:09:10 +00:00
2004-01-14 07:47:10 +00:00
2004-01-14 07:47:10 +00:00
2004-01-14 07:47:10 +00:00
2004-01-14 07:47:10 +00:00
2002-10-03 19:39:20 +00:00
2002-12-19 09:40:28 +00:00
2005-02-27 21:17:22 +00:00
2003-07-01 15:28:05 +00:00
2005-01-20 09:17:07 +00:00
2004-12-10 15:27:06 +00:00
2004-12-10 15:24:40 +00:00
2002-12-09 14:04:05 +00:00
2002-10-24 02:48:45 +00:00
2003-03-12 06:41:49 +00:00
2002-12-09 14:04:05 +00:00
2002-12-09 14:04:05 +00:00