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

/haiku/headers/compatibility/bsd/
H A Dvis.h75 #define VIS_NOLOCALE 0x4000 /* encode using the C locale */ macro
/haiku/src/libs/bsd/
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 65 milliseconds