memchr.3 (32eef9aeb1f39a1623cea55da147c89abbd5b9a5) memchr.3 (6050c8fe05cff5f6b5d0191db51223f86b7c04f0)
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

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

61The
62.Fn memchr
63function
64returns a pointer to the byte located,
65or NULL if no such byte exists within
66.Fa len
67bytes.
68.Sh SEE ALSO
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

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

61The
62.Fn memchr
63function
64returns a pointer to the byte located,
65or NULL if no such byte exists within
66.Fa len
67bytes.
68.Sh SEE ALSO
69.Xr memmem 3 ,
69.Xr strchr 3 ,
70.Xr strcspn 3 ,
71.Xr strpbrk 3 ,
72.Xr strrchr 3 ,
73.Xr strsep 3 ,
74.Xr strspn 3 ,
75.Xr strstr 3 ,
76.Xr strtok 3
77.Sh STANDARDS
78The
79.Fn memchr
80function
81conforms to
82.St -isoC .
70.Xr strchr 3 ,
71.Xr strcspn 3 ,
72.Xr strpbrk 3 ,
73.Xr strrchr 3 ,
74.Xr strsep 3 ,
75.Xr strspn 3 ,
76.Xr strstr 3 ,
77.Xr strtok 3
78.Sh STANDARDS
79The
80.Fn memchr
81function
82conforms to
83.St -isoC .