Searched refs:VIS_NOLOCALE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c147 #ifdef VIS_NOLOCALE
165 jr = strvisx(jd, s, sizeof(s), VIS_WHITE | VIS_NOLOCALE);
176 #endif /* VIS_NOLOCALE */
185 #ifdef VIS_NOLOCALE
187 #endif /* VIS_NOLOCALE */
/freebsd-10-stable/contrib/libc-vis/
H A Dvis.h70 #define VIS_NOLOCALE 0x4000 /* encode using the C locale */ macro
H A Dvis.c123 (((flags) & VIS_NOLOCALE) ? iscgraph(c) : iswgraph(c))
363 if ((flags & VIS_NOLOCALE) || mbsrtowcs(dst, &src, len, &mbstate) == (size_t)-1) {
450 if (flags & VIS_NOLOCALE) {
580 if (flags & VIS_NOLOCALE) {

Completed in 66 milliseconds