Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/
Dt_vis.c147 #ifdef VIS_NOLOCALE
165 jr = strvisx(jd, s, sizeof(s), VIS_WHITE | VIS_NOLOCALE); in ATF_TC_BODY()
185 #ifdef VIS_NOLOCALE in ATF_TP_ADD_TCS()
/freebsd-12-stable/contrib/libc-vis/
Dvis.c123 (((flags) & VIS_NOLOCALE) ? iscgraph(c) : iswgraph(c))
363 if ((flags & VIS_NOLOCALE) || mbsrtowcs(dst, &src, len, &mbstate) == (size_t)-1) { in makeextralist()
450 if (flags & VIS_NOLOCALE) { in istrsenvisx()
580 if (flags & VIS_NOLOCALE) { in istrsenvisx()
Dvis.h70 #define VIS_NOLOCALE 0x4000 /* encode using the C locale */ macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc9096 // FIXME: only need to be checked when "flag | VIS_NOLOCALE" doesn't hold
9192 // FIXME: only need to be checked when "flag | VIS_NOLOCALE" doesn't hold