strchr.3 (4bbf46d65cb866eaf8b210020c4ec86676205c77) | strchr.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 --- 69 unchanged lines hidden (view full) --- 78.Fn strchr 79and 80.Fn strrchr 81return a pointer to the located character, or 82.Dv NULL 83if the character does not appear in the string. 84.Sh SEE ALSO 85.Xr memchr 3 , | 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 --- 69 unchanged lines hidden (view full) --- 78.Fn strchr 79and 80.Fn strrchr 81return a pointer to the located character, or 82.Dv NULL 83if the character does not appear in the string. 84.Sh SEE ALSO 85.Xr memchr 3 , |
86.Xr memmem 3 , |
|
86.Xr strcspn 3 , 87.Xr strpbrk 3 , 88.Xr strsep 3 , 89.Xr strspn 3 , 90.Xr strstr 3 , 91.Xr strtok 3 92.Sh STANDARDS 93The functions 94.Fn strchr 95and 96.Fn strrchr 97conform to 98.St -isoC . | 87.Xr strcspn 3 , 88.Xr strpbrk 3 , 89.Xr strsep 3 , 90.Xr strspn 3 , 91.Xr strstr 3 , 92.Xr strtok 3 93.Sh STANDARDS 94The functions 95.Fn strchr 96and 97.Fn strrchr 98conform to 99.St -isoC . |