Deleted Added
full compact
stringlist.3 (213573) stringlist.3 (249802)
1.\" $NetBSD: stringlist.3,v 1.5 1999/03/22 19:44:46 garbled Exp $
2.\"
3.\" Copyright (c) 1997, 1999 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" This file was contributed to The NetBSD Foundation by Luke Mewburn.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

21.\" LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
22.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27.\" POSSIBILITY OF SUCH DAMAGE.
28.\"
1.\" $NetBSD: stringlist.3,v 1.5 1999/03/22 19:44:46 garbled Exp $
2.\"
3.\" Copyright (c) 1997, 1999 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" This file was contributed to The NetBSD Foundation by Luke Mewburn.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

21.\" LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
22.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27.\" POSSIBILITY OF SUCH DAMAGE.
28.\"
29.\" $FreeBSD: head/lib/libc/gen/stringlist.3 213573 2010-10-08 12:40:16Z uqs $
29.\" $FreeBSD: head/lib/libc/gen/stringlist.3 249802 2013-04-23 13:03:03Z eadler $
30.\"
31.Dd November 28, 1999
32.Dt STRINGLIST 3
33.Os
34.Sh NAME
35.Nm stringlist ,
36.Nm sl_init ,
37.Nm sl_add ,

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

44.In stringlist.h
45.Ft StringList *
46.Fn sl_init
47.Ft int
48.Fn sl_add "StringList *sl" "char *item"
49.Ft void
50.Fn sl_free "StringList *sl" "int freeall"
51.Ft char *
30.\"
31.Dd November 28, 1999
32.Dt STRINGLIST 3
33.Os
34.Sh NAME
35.Nm stringlist ,
36.Nm sl_init ,
37.Nm sl_add ,

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

44.In stringlist.h
45.Ft StringList *
46.Fn sl_init
47.Ft int
48.Fn sl_add "StringList *sl" "char *item"
49.Ft void
50.Fn sl_free "StringList *sl" "int freeall"
51.Ft char *
52.Fn sl_find "StringList *sl" "char *item"
52.Fn sl_find "StringList *sl" "const char *item"
53.Sh DESCRIPTION
54The
55.Nm
56functions manipulate stringlists, which are lists of
57strings that extend automatically if necessary.
58.Pp
59The
60.Vt StringList

--- 67 unchanged lines hidden ---
53.Sh DESCRIPTION
54The
55.Nm
56functions manipulate stringlists, which are lists of
57strings that extend automatically if necessary.
58.Pp
59The
60.Vt StringList

--- 67 unchanged lines hidden ---