Deleted Added
full compact
memchr.3 (203485) memchr.3 (233648)
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek and the American National Standards Committee X3,
6.\" on Information Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)memchr.3 8.1 (Berkeley) 6/4/93
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek and the American National Standards Committee X3,
6.\" on Information Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)memchr.3 8.1 (Berkeley) 6/4/93
33.\" $FreeBSD: head/lib/libc/string/memchr.3 203485 2010-02-04 11:23:28Z ru $
33.\" $FreeBSD: head/lib/libc/string/memchr.3 233648 2012-03-29 05:02:12Z eadler $
34.\"
35.Dd April 9, 2008
36.Dt MEMCHR 3
37.Os
38.Sh NAME
39.Nm memchr
40.Nd locate byte in byte string
41.Sh LIBRARY

--- 47 unchanged lines hidden (view full) ---

89.Sh STANDARDS
90The
91.Fn memchr
92function
93conforms to
94.St -isoC .
95.Pp
96The
34.\"
35.Dd April 9, 2008
36.Dt MEMCHR 3
37.Os
38.Sh NAME
39.Nm memchr
40.Nd locate byte in byte string
41.Sh LIBRARY

--- 47 unchanged lines hidden (view full) ---

89.Sh STANDARDS
90The
91.Fn memchr
92function
93conforms to
94.St -isoC .
95.Pp
96The
97.Fn memrchr
97.Fn memrchr
98function is a GNU extension and conforms to no standard.
99.Sh HISTORY
100The
101.Fn memrchr
102function first appeared in GNU libc 2.1.91, this implementation
103first appeared in
104.Fx 6.4 ,
105coming from
106.Ox 4.3 .
98function is a GNU extension and conforms to no standard.
99.Sh HISTORY
100The
101.Fn memrchr
102function first appeared in GNU libc 2.1.91, this implementation
103first appeared in
104.Fx 6.4 ,
105coming from
106.Ox 4.3 .