Home
last modified time | relevance | path

Searched refs:VIS_OCTAL (Results 1 – 25 of 25) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dxprintf_vis.c69 ret = strvisx(buf, p, l, VIS_WHITE | VIS_OCTAL); in __printf_render_vis()
73 ret = strvisx(buf, p, l, VIS_WHITE | VIS_CSTYLE | VIS_OCTAL); in __printf_render_vis()
/freebsd/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbtowc.c99 (void)strvis(buf, illegal, VIS_WHITE | VIS_OCTAL); in h_mbtowc()
116 (void)strvis(buf, legal, VIS_WHITE | VIS_OCTAL); in h_mbtowc()
H A Dt_mbstowcs.c164 (void)strvis(visbuf, t->data, VIS_WHITE | VIS_OCTAL); in ATF_TC_BODY()
174 (void)strvis(visbuf, buf, VIS_WHITE | VIS_OCTAL); in ATF_TC_BODY()
H A Dt_wctomb.c121 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL); in h_wctomb()
H A Dt_mbrtowc.c142 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL); in h_ctype2()
/freebsd/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/crypto/openssh/openbsd-compat/
H A Dvis.h49 #define VIS_OCTAL 0x01 /* use octal \ddd format */ macro
H A Dsetproctitle.c154 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL); in setproctitle()
H A Dvis.c117 if (((c & 0177) == ' ') || (flag & VIS_OCTAL) || in vis()
/freebsd/contrib/libc-vis/
H A Dvis.h42 #define VIS_OCTAL 0x0001 /* use octal \ddd format */ macro
H A Dvis.c265 if (iswextra || ((c & 0177) == L' ') || (flags & VIS_OCTAL)) { in do_mbyte()
/freebsd/crypto/openssh/
H A Dlog.c68 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
69 #define LOG_STDERR_VIS (VIS_SAFE|VIS_OCTAL)
H A Dutf8.c195 tp = vis(dp, *sp, VIS_OCTAL | VIS_ALL, 0); in vasnmprintf()
/freebsd/contrib/vis/
H A Dvis.c120 eflags |= VIS_OCTAL; in main()
/freebsd/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c533 vis(buf, aa1, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa1); in assert_char()
535 vis(buf, aa2, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa2); in assert_char()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c40 VIS_OCTAL,
/freebsd/crypto/heimdal/lib/roken/
H A Dvis.c224 if (isextra || ((c & 0177) == ' ') || (flag & VIS_OCTAL)) { in do_svis()
H A Dvis.hin54 #define VIS_OCTAL 0x01 /* use octal \ddd format */
/freebsd/crypto/heimdal/lib/krb5/
H A Dreplay.c309 strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL); in krb5_get_server_rcache()
H A Dlog.c234 strvisx(msgclean, rk_UNCONST(msg), len, VIS_OCTAL); in log_file()
/freebsd/contrib/mtree/
H A Dspec.c441 strsvis(pathbuf, path, VIS_OCTAL, extra_glob); in vispath()
/freebsd/usr.sbin/cdcontrol/
H A Dcdcontrol.c849 (sizeof (vmcn) - 1) / 4, VIS_OCTAL | VIS_NL); in pstatus()
/freebsd/usr.bin/xinstall/
H A Dxinstall.c1431 strsnvis(buf, buflen, p, VIS_OCTAL, extra); in metadata_log()
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y447 if (strnvisx(dst, dstlen, data, datalen, VIS_WHITE | VIS_OCTAL) == -1)
/freebsd/usr.bin/top/
H A Dmachine.c1060 VIS_NL | VIS_TAB | VIS_CSTYLE | VIS_OCTAL); in format_next_process()