[][src]Crate fnmatch_sys

Statics

FNM_NOESCAPE

Disable backslash escpaing.

FNM_NOMATCH

Match failed.

FNM_PATHNAME

Slash must be matched by slash.

FNM_PERIOD

Period must be matched by period.

Functions

fnmatch

The fnmatch() function checks whether the string argument matches the pattern argument, which is a shell wildcard pattern (see glob(7)).