Home
last modified time | relevance | path

Searched refs:VIS_NOLOCALE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libc/gen/
H A Dvis.c126 (((flags) & VIS_NOLOCALE) ? iscgraph(c) : iswgraph(c))
372 if ((flags & VIS_NOLOCALE) || mbsrtowcs(dst, &src, len, &mbstate) == (size_t)-1) { in makeextralist()
459 if (flags & VIS_NOLOCALE) { in istrsenvisx()
589 if (flags & VIS_NOLOCALE) { in istrsenvisx()
H A Dutmpx.c344 VIS_WHITE | VIS_NOLOCALE); in utmp_update()
/dragonfly/include/
H A Dvis.h75 #define VIS_NOLOCALE 0x4000 /* encode using the C locale */ macro
/dragonfly/usr.bin/vis/
H A Dvis.c104 eflags |= VIS_NOLOCALE; in main()