Home | History | Annotate | Download | only in gen

Lines Matching defs:glob

1 /*	$NetBSD: glob.c,v 1.39 2019/05/29 01:21:33 christos Exp $	*/
38 static char sccsid[] = "@(#)glob.c 8.3 (Berkeley) 10/13/93";
40 __RCSID("$NetBSD: glob.c,v 1.39 2019/05/29 01:21:33 christos Exp $");
45 * glob(3) -- a superset of the one defined in POSIX 1003.2.
67 * Number of matches in the current invocation of glob.
78 #include <glob.h>
184 glob(const char * __restrict pattern, int flags, int (*errfunc)(const char *,
232 * Expand recursively a glob {} pattern. When there is no more expansion
233 * invoke the standard globbing routine to glob the rest of the magic
266 * If it fails then it tries to glob the rest of the pattern and returns.
309 /* Non matching braces; just glob the pattern */
471 * The main glob() routine: compiles the pattern (optionally processing
701 * assigned, below, to two functions which are prototyped in glob.h
758 * Posix/XOpen: glob should return when it encounters a