Searched refs:string_end (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | fnmatch_loop.c | 22 const CHAR *string_end, bool no_leading_period, int flags) 28 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end, argument 55 res = EXT (c, p, n, string_end, no_leading_period, 61 if (n == string_end) 78 if (n == string_end || FOLD ((UCHAR) *n) != c) 87 res = EXT (c, p, n, string_end, no_leading_period, 93 if (n != string_end && *n == L_('.') && no_leading_period) 112 if (n == string_end) 142 if (MEMCHR (n, L_('/'), string_end - n) == NULL) 154 string_end 1021 EXT(INT opt, const CHAR *pattern, const CHAR *string, const CHAR *string_end, bool no_leading_period, int flags) argument [all...] |
Completed in 20 milliseconds