fnmatch(3C) DG/UX R4.11MU05 fnmatch(3C)
NAME
fnmatch - match filename or pattern
SYNOPSIS
#include <fnmatch.h>
int fnmatch(const char *pattern, const char *string, int flags);
DESCRIPTION
fnmatch is part of the X/Open Portability Guide Issue 4 optional
POSIX2 C-Language Binding feature group.
Return Values
fnmatch returns FNMNOSYS and sets errno to ENOSYS.
REFERENCES
fnmatch(5), glob(3C), wordexp(3C)
Licensed material--property of copyright holder(s)