fnmatch
int fnmatch (char const *pattern, char const *string, int flags);
char const *pattern
char const *string
int flags
# define FNM_NOMATCH 1
# define FNM_NOSYS 2
# define FNM_PATHNAME 0x1
# define FNM_PERIOD 0x2
# define FNM_NOESCAPE 0x4