glob.h File Reference

GLOB_APPEND

Append to output from previous call.

GLOB_DOOFFS

Use gl_offs.

GLOB_ERR

Return on error.

GLOB_MARK

Append / to matching directories.

GLOB_NOCHECK

Return pattern itself if nothing matches.

GLOB_NOSORT

Don't sort.

GLOB_NOESCAPE

GLOB_NOSPACE

Error values returned by glob(3). Malloc call failed.

GLOB_ABORTED

Error values returned by glob(3). Unignored error.

GLOB_NOMATCH

Error values returned by glob(3). No match and GLOB_NOCHECK was not set.

GLOB_NOSYS

glob ( const char *, int, int(*)(const char *, int), glob_t * )

IMPORT_C intglob(const char *,
int,
int(*)(const char *, int),
glob_t *
)

generate pathnames matching a pattern. The glob() function shall match all accessible pathnames against this pattern and develop a list of all pathnames that match.

globfree ( glob_t * )

IMPORT_C voidglobfree(glob_t *)

generate pathnames matching a pattern