Home
last modified time | relevance | path

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

/freebsd/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); in ATF_TC_BODY()
231 n = strnvis(dst, 4, src, VIS_SAFE | VIS_NOLOCALE); in ATF_TC_BODY()
235 n = strnvis(dst, sizeof(src), src, VIS_SAFE | VIS_NOLOCALE); in ATF_TC_BODY()
247 #ifdef VIS_NOLOCALE in ATF_TP_ADD_TCS()
/freebsd/contrib/libc-vis/
H A Dvis.c122 (((flags) & VIS_NOLOCALE) ? iscgraph(c) : iswgraph(c))
363 if ((flags & VIS_NOLOCALE) in makeextralist()
461 if (flags & VIS_NOLOCALE) { in istrsenvisx()
661 if (flags & VIS_NOLOCALE) { in istrsenvisx()
H A Dvis.h69 #define VIS_NOLOCALE 0x4000 /* encode using the C locale */ macro
/freebsd/contrib/vis/
H A Dvis.c114 eflags |= VIS_NOLOCALE; in main()
/freebsd/usr.bin/kdump/
H A Dkdump.c1722 vis(visbuf, *dp, VIS_CSTYLE | VIS_NOLOCALE, *(dp+1)); in visdump()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9197 // FIXME: only need to be checked when "flag | VIS_NOLOCALE" doesn't hold
9293 // FIXME: only need to be checked when "flag | VIS_NOLOCALE" doesn't hold