Home
last modified time | relevance | path

Searched refs:truncate_wchar (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/lib/libiberty/src/
H A Dregex.c4522 static unsigned char truncate_wchar (CHAR_T c);
4525 truncate_wchar (CHAR_T c) in truncate_wchar() function
4627 fastmap[truncate_wchar(p[1])] = 1; in PREFIX()
H A DChangeLog535 truncate_wchar, re_compile_fastmap, re_compile_fastmap,
2553 * regex.c (truncate_wchar): Use wcrtomb not wctomb.