strchr.3 (d1d015864103b253b3fcb2f72a0da5b0cfeb31b6) strchr.3 (c0806cdc211f4c77d39268cd84d31b2c5f6fa0c6)
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

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

108.Xr wcschr 3
109.Sh STANDARDS
110The functions
111.Fn strchr
112and
113.Fn strrchr
114conform to
115.St -isoC .
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

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

108.Xr wcschr 3
109.Sh STANDARDS
110The functions
111.Fn strchr
112and
113.Fn strrchr
114conform to
115.St -isoC .
116The
116The function
117.Fn strchrnul
117.Fn strchrnul
118is a GNU extension .
119.Sh History
118is a
119.Tn GNU
120extension.
121.Sh HISTORY
120The
121.Fn strchrnul
122function first appeared in glibc 2.1.1 and was added in
123.Fx 10.0 .
122The
123.Fn strchrnul
124function first appeared in glibc 2.1.1 and was added in
125.Fx 10.0 .