<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/string/memmem.3, branch releng/11.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2015-05-26T21:16:07Z</updated>
<entry>
<title>memmem(3): empty little string matches the beginning of the big string</title>
<updated>2015-05-26T21:16:07Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2015-05-26T21:16:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=16150352f592cc00900ab9eefbfd248a975230d2'/>
<id>urn:sha1:16150352f592cc00900ab9eefbfd248a975230d2</id>
<content type='text'>
This function originated in glibc, and this matches their behaviour
(and NetBSD, OpenBSD, and musl).

An empty big string (arg "l") is handled by the existing
l_len &lt; s_len test.

Reviewed by:	bapt, ngie
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D2657
</content>
</entry>
<entry>
<title>use .Mt to mark up email addresses consistently (part4)</title>
<updated>2014-06-23T08:25:03Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-06-23T08:25:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8fbf3d50e331929dfa82912749a2a5ce240d475b'/>
<id>urn:sha1:8fbf3d50e331929dfa82912749a2a5ce240d475b</id>
<content type='text'>
PR:		191174
Submitted by:	Franco Fichtner  &lt;franco at lastsummer.de&gt;
</content>
</entry>
<entry>
<title>Fix prototype.</title>
<updated>2005-11-24T06:56:21Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-11-24T06:56:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=36c71f6ac16b40ebe5ab708493223c5723373a47'/>
<id>urn:sha1:36c71f6ac16b40ebe5ab708493223c5723373a47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix up markup.</title>
<updated>2005-11-18T11:54:14Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-11-18T11:54:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ca5137742a61da31630553dcaff5863662b959a3'/>
<id>urn:sha1:ca5137742a61da31630553dcaff5863662b959a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the function memmem(3) as found in glibc and others.</title>
<updated>2005-08-25T18:26:58Z</updated>
<author>
<name>Andre Oppermann</name>
<email>andre@FreeBSD.org</email>
</author>
<published>2005-08-25T18:26:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6050c8fe05cff5f6b5d0191db51223f86b7c04f0'/>
<id>urn:sha1:6050c8fe05cff5f6b5d0191db51223f86b7c04f0</id>
<content type='text'>
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 &lt;pascal.gloor at spale.com&gt;
MFC after:	3 days
</content>
</entry>
</feed>
