Deleted Added
full compact
strspn.3 (1574) strspn.3 (13372)
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

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

42.Nm strspn
43.Nd span a string
44.Sh SYNOPSIS
45.Fd #include <string.h>
46.Ft size_t
47.Fn strspn "const char *s" "const char *charset"
48.Sh DESCRIPTION
49The
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

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

42.Nm strspn
43.Nd span a string
44.Sh SYNOPSIS
45.Fd #include <string.h>
46.Ft size_t
47.Fn strspn "const char *s" "const char *charset"
48.Sh DESCRIPTION
49The
50.Fn strcspn
50.Fn strspn
51function
52spans the initial part of the null-terminated string
53.Fa s
54as long as the characters from
55.Fa s
56occur in string
57.Fa charset .
58.Sh RETURN VALUES

--- 21 unchanged lines hidden ---
51function
52spans the initial part of the null-terminated string
53.Fa s
54as long as the characters from
55.Fa s
56occur in string
57.Fa charset .
58.Sh RETURN VALUES

--- 21 unchanged lines hidden ---