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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfnmatch_loop.c22 const CHAR *string_end, bool no_leading_period, int flags)
29 bool no_leading_period, int flags)
55 res = EXT (c, p, n, string_end, no_leading_period,
65 else if (*n == L_('.') && no_leading_period)
87 res = EXT (c, p, n, string_end, no_leading_period,
93 if (n != string_end && *n == L_('.') && no_leading_period)
165 bool no_leading_period2 = no_leading_period;
185 int no_leading_period2 = no_leading_period;
214 if (*n == L_('.') && no_leading_period)
943 res = EXT (c, p, n, string_end, no_leading_period, flag
28 FCT(const CHAR *pattern, const CHAR *string, const CHAR *string_end, bool no_leading_period, int flags) argument
1021 EXT(INT opt, const CHAR *pattern, const CHAR *string, const CHAR *string_end, bool no_leading_period, int flags) argument
[all...]

Completed in 26 milliseconds