Searched refs:VIS_OCTAL (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/lib/libc/stdio/
H A Dxprintf_vis.c69 ret = strvisx(buf, p, l, VIS_WHITE | VIS_OCTAL);
73 ret = strvisx(buf, p, l, VIS_WHITE | VIS_CSTYLE | VIS_OCTAL);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dvis.h49 #define VIS_OCTAL 0x01 /* use octal \ddd format */ macro
H A Dsetproctitle.c153 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL);
H A Dvis.c117 if (((c & 0177) == ' ') || (flag & VIS_OCTAL) ||
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbtowc.c99 (void)strvis(buf, illegal, VIS_WHITE | VIS_OCTAL);
116 (void)strvis(buf, legal, VIS_WHITE | VIS_OCTAL);
H A Dt_mbstowcs.c164 (void)strvis(visbuf, t->data, VIS_WHITE | VIS_OCTAL);
174 (void)strvis(visbuf, buf, VIS_WHITE | VIS_OCTAL);
H A Dt_mbrtowc.c142 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL);
H A Dt_wctomb.c121 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL);
/freebsd-11-stable/contrib/openbsm/compat/
H A Dvis.h41 #define VIS_OCTAL 0x01 /* use octal \ddd format */ macro
162 if (((c & 0177) == ' ') || isgraph(c) || (flag & VIS_OCTAL)) {
/freebsd-11-stable/contrib/libc-vis/
H A Dvis.h43 #define VIS_OCTAL 0x0001 /* use octal \ddd format */ macro
/freebsd-11-stable/contrib/vis/
H A Dvis.c114 eflags |= VIS_OCTAL;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c40 VIS_OCTAL,
/freebsd-11-stable/crypto/openssh/
H A Dlog.c65 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
66 #define LOG_STDERR_VIS (VIS_SAFE|VIS_OCTAL)
H A Dutf8.c190 tp = vis(dp, *sp, VIS_OCTAL | VIS_ALL, 0);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dreplay.c309 strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL);
H A Dlog.c234 strvisx(msgclean, rk_UNCONST(msg), len, VIS_OCTAL);
/freebsd-11-stable/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c475 vis(buf, aa1, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa1);
477 vis(buf, aa2, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa2);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dvis.c224 if (isextra || ((c & 0177) == ' ') || (flag & VIS_OCTAL)) {
/freebsd-11-stable/usr.sbin/fmtree/
H A Dcompare.c387 strvis(lbuf, tbuf, VIS_WHITE | VIS_OCTAL);
H A Dcreate.c159 strvis(escaped_name, p->fts_name, VIS_WHITE | VIS_OCTAL | VIS_GLOB);
/freebsd-11-stable/contrib/mtree/
H A Dspec.c441 strsvis(pathbuf, path, VIS_OCTAL, extra_glob);
/freebsd-11-stable/usr.sbin/cdcontrol/
H A Dcdcontrol.c851 (sizeof (vmcn) - 1) / 4, VIS_OCTAL | VIS_NL);
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y447 if (strnvisx(dst, dstlen, data, datalen, VIS_WHITE | VIS_OCTAL) == -1)
/freebsd-11-stable/usr.bin/xinstall/
H A Dxinstall.c1423 strsvis(buf, p, VIS_OCTAL, extra);

Completed in 167 milliseconds