FNM_PERIOD
if ((flags & FNM_PERIOD) && (*string == '.')) {
flags = FNM_PERIOD;
if (fnmatch("*.tal", dp->d_name, FNM_PERIOD) == FNM_NOMATCH)