Home | History | Annotate | Download | only in import

Lines Matching defs:FCT

31 static int FCT (const CHAR *pattern, const CHAR *string,
40 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end,
184 if (FCT (p, n, string_end, no_leading_period, flags2,
193 && (FCT (p, n + 1, string_end, flags & FNM_PERIOD, flags,
207 && (FCT (p, n, string_end, no_leading_period, flags2,
1085 if (FCT (p, string, string_end, no_leading_period, flags, NULL,
1095 if (FCT (list->str, string, rs, no_leading_period,
1100 && (FCT (p, rs, string_end,
1108 && FCT (pattern - 1, rs, string_end,
1125 if (FCT (p, string, string_end, no_leading_period, flags, NULL,
1135 if (FCT (STRCAT (list->str, p), string, string_end,
1153 if (FCT (runp->str, string, rs, no_leading_period,
1160 && (FCT (p, rs, string_end,
1200 #undef FCT