Searched refs:VIS_NOLOCALE (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/netbsd-tests/lib/libc/gen/ |
| H A D | t_vis.c | 147 #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 D | vis.c | 122 (((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 D | vis.h | 69 #define VIS_NOLOCALE 0x4000 /* encode using the C locale */ macro
|
| /freebsd/contrib/vis/ |
| H A D | vis.c | 114 eflags |= VIS_NOLOCALE; in main()
|
| /freebsd/usr.bin/kdump/ |
| H A D | kdump.c | 1722 vis(visbuf, *dp, VIS_CSTYLE | VIS_NOLOCALE, *(dp+1)); in visdump()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 9197 // 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
|