fnmatch(5) fnmatch(5)
NAME
fnmatch - filename-matching utilities
SYNOPSIS
#include <fnmatch.h>
DESCRIPTION
The fnmatch header declares the following constants:
FNM_NOSYS The function is not supported by the implementation.
FNM_NOMATCH The pattern specified does not correspond to the string
FNM_PATHNAME A slash found in string only matches a slash in pattern
FNM_PERIOD Leading period in pattern must exactly match a period in string
FNM_NOESCAPE Disable backslash escaping
The following function is declared:
int fnmatch(const char *pattern, const char *string,int
flags);
Copyright 1994 Novell, Inc. Page 1