FNM_PATHNAME
#define FNM_FILE_NAME FNM_PATHNAME
const int slash = !!(flags & FNM_PATHNAME);
const int slash = !!(flags & FNM_PATHNAME);
if (fnmatch(excl->pattern, dp->d_name, FNM_PATHNAME) == 0)
if (depth && fnmatch(argv[i], cp, FNM_PATHNAME) != 0)
!fnmatch(ep->name, p->fts_name, FNM_PATHNAME)) ||