Searched defs:FCT (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfnmatch.c151 # define FCT internal_fnmatch macro
181 # define FCT internal_fnwmatch macro
H A Dfnmatch_loop.c28 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end, function
168 if (FCT (p, n, string_end, no_leading_period2, flags2)
177 && (FCT (p, n + 1, string_end, flags & FNM_PERIOD, flags)
192 && (FCT (p, n, string_end, no_leading_period2, flags2)
1110 if (FCT (p, string, string_end, no_leading_period, flags) == 0)
1120 if (FCT (list->str, string, rs, no_leading_period,
1124 && (FCT (p, rs, string_end,
1132 && FCT (pattern - 1, rs, string_end,
1147 if (FCT (p, string, string_end, no_leading_period, flags) == 0)
1157 if (FCT (STRCA
1206 #undef FCT macro
[all...]

Completed in 24 milliseconds