Home
last modified time | relevance | path

Searched refs:is_char_class (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/posix/
Dfnmatch.c159 is_char_class (const wchar_t *wcs) in is_char_class() function
212 #define IS_CHAR_CLASS(string) is_char_class (string)
/glibc-2.36/manual/
Dpattern.texi53 @c IS_CHAR_CLASS = is_char_class @mtslocale
/glibc-2.36/ChangeLog.old/
DChangeLog.222738 [_LIBC || ! __GNU_LIBRARY__][HANDLE_MULTIBYTE](is_char_class): Remove.
2821 (is_char_class): New function.
DChangeLog.101574 (is_char_class) [!_LIBC]: Fix 'mstate_t' typo. Fix 2nd arg to
DChangeLog.115654 * posix/fnmatch.c (is_char_class): Fix logic. Avoid buffer overrun.