glob.3 (7bdf80e5714a8b59a2bfda90f367be4612df033e) glob.3 (08398af3763c9941a3a7593c3cfb49f43f8c42c1)
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:

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

38.Os
39.Sh NAME
40.Nm glob ,
41.Nm globfree
42.Nd generate pathnames matching a pattern
43.Sh SYNOPSIS
44.Fd #include <glob.h>
45.Ft int
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:

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

38.Os
39.Sh NAME
40.Nm glob ,
41.Nm globfree
42.Nd generate pathnames matching a pattern
43.Sh SYNOPSIS
44.Fd #include <glob.h>
45.Ft int
46.Fn glob "const char *pattern" "int flags" "const int (*errfunc)(const char *, int)" "glob_t *pglob"
46.Fn glob "const char *pattern" "int flags" "int (*errfunc)(const char *, int)" "glob_t *pglob"
47.Ft void
48.Fn globfree "glob_t *pglob"
49.Sh DESCRIPTION
50The
51.Fn glob
52function
53is a pathname generator that implements the rules for file name pattern
54matching used by the shell.

--- 392 unchanged lines hidden ---
47.Ft void
48.Fn globfree "glob_t *pglob"
49.Sh DESCRIPTION
50The
51.Fn glob
52function
53is a pathname generator that implements the rules for file name pattern
54matching used by the shell.

--- 392 unchanged lines hidden ---