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

/barrelfish-master/lib/vis/
H A Dvis.h69 #define VIS_NOLOCALE 0x4000 /* encode using the C locale */ macro
H A Dvis.c123 (((flags) & VIS_NOLOCALE) ? iscgraph(c) : iswgraph(c))
361 if ((flags & VIS_NOLOCALE) || mbstowcs(dst, src, len) == (size_t)-1) {
438 if (flags & VIS_NOLOCALE) {
571 if (flags & VIS_NOLOCALE) {
/barrelfish-master/include/
H A Dvis.h69 #define VIS_NOLOCALE 0x4000 /* encode using the C locale */ macro

Completed in 80 milliseconds