glob(3C) SDK R4.11 glob(3C)
NAME
glob, globfree - generate pathnames matching a pattern
SYNOPSIS
#include <glob.h>
int glob(const char *pattern, int flags,
int (*errfunc)(const char *epath, int eerrno), globt *pglob);
void globfree(globt *pglob);
DESCRIPTION
These functions are part of the X/Open Portability Guide Issue 4
optional POSIX2 C-Language Binding feature group.
Return Values
glob returns GLOBNOSYS and sets errno to ENOSYS.
globfree returns and sets errno to ENOSYS.
REFERENCES
fnmatch(3C), glob(5), wordexp(3C)
Licensed material--property of copyright holder(s)