Deleted Added
full compact
glob.3 (100217) glob.3 (108087)
1.\" Copyright (c) 1989, 1991, 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Guido van Rossum.
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\" @(#)glob.3 8.3 (Berkeley) 4/16/94
1.\" Copyright (c) 1989, 1991, 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Guido van Rossum.
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\" @(#)glob.3 8.3 (Berkeley) 4/16/94
35.\" $FreeBSD: head/lib/libc/gen/glob.3 100217 2002-07-17 04:58:09Z mikeh $
35.\" $FreeBSD: head/lib/libc/gen/glob.3 108087 2002-12-19 09:40:28Z ru $
36.\"
37.Dd April 16, 1994
38.Dt GLOB 3
39.Os
40.Sh NAME
41.Nm glob ,
42.Nm globfree
43.Nd generate pathnames matching a pattern

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

349.Dv GLOB_APPEND
350was specified.
351.It Fa gl_matchc
352contains the number of matched pathnames in the current invocation of
353.Fn glob .
354.It Fa gl_flags
355contains a copy of the
356.Fa flags
36.\"
37.Dd April 16, 1994
38.Dt GLOB 3
39.Os
40.Sh NAME
41.Nm glob ,
42.Nm globfree
43.Nd generate pathnames matching a pattern

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

349.Dv GLOB_APPEND
350was specified.
351.It Fa gl_matchc
352contains the number of matched pathnames in the current invocation of
353.Fn glob .
354.It Fa gl_flags
355contains a copy of the
356.Fa flags
357parameter with the bit
357argument with the bit
358.Dv GLOB_MAGCHAR
359set if
360.Fa pattern
361contained any of the special characters ``*'', ``?'' or ``['', cleared
362if not.
363.It Fa gl_pathv
364contains a pointer to a
365.Dv NULL Ns -terminated

--- 104 unchanged lines hidden ---
358.Dv GLOB_MAGCHAR
359set if
360.Fa pattern
361contained any of the special characters ``*'', ``?'' or ``['', cleared
362if not.
363.It Fa gl_pathv
364contains a pointer to a
365.Dv NULL Ns -terminated

--- 104 unchanged lines hidden ---