/freebsd/lib/libc/stdio/ |
H A D | xprintf_vis.c | 69 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 D | t_mbtowc.c | 99 (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 D | t_mbstowcs.c | 164 (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 D | t_wctomb.c | 121 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL); in h_wctomb()
|
H A D | t_mbrtowc.c | 142 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL); in h_ctype2()
|
/freebsd/contrib/openbsm/compat/ |
H A D | vis.h | 41 #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 D | vis.h | 49 #define VIS_OCTAL 0x01 /* use octal \ddd format */ macro
|
H A D | setproctitle.c | 154 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL); in setproctitle()
|
H A D | vis.c | 117 if (((c & 0177) == ' ') || (flag & VIS_OCTAL) || in vis()
|
/freebsd/contrib/libc-vis/ |
H A D | vis.h | 42 #define VIS_OCTAL 0x0001 /* use octal \ddd format */ macro
|
H A D | vis.c | 265 if (iswextra || ((c & 0177) == L' ') || (flags & VIS_OCTAL)) { in do_mbyte()
|
/freebsd/crypto/openssh/ |
H A D | log.c | 68 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL) 69 #define LOG_STDERR_VIS (VIS_SAFE|VIS_OCTAL)
|
H A D | utf8.c | 195 tp = vis(dp, *sp, VIS_OCTAL | VIS_ALL, 0); in vasnmprintf()
|
/freebsd/contrib/vis/ |
H A D | vis.c | 120 eflags |= VIS_OCTAL; in main()
|
/freebsd/crypto/openssh/regress/unittests/test_helper/ |
H A D | test_helper.c | 533 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 D | t_vis.c | 40 VIS_OCTAL,
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | vis.c | 224 if (isextra || ((c & 0177) == ' ') || (flag & VIS_OCTAL)) { in do_svis()
|
H A D | vis.hin | 54 #define VIS_OCTAL 0x01 /* use octal \ddd format */
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | replay.c | 309 strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL); in krb5_get_server_rcache()
|
H A D | log.c | 234 strvisx(msgclean, rk_UNCONST(msg), len, VIS_OCTAL); in log_file()
|
/freebsd/contrib/mtree/ |
H A D | spec.c | 441 strsvis(pathbuf, path, VIS_OCTAL, extra_glob); in vispath()
|
/freebsd/usr.sbin/cdcontrol/ |
H A D | cdcontrol.c | 849 (sizeof (vmcn) - 1) / 4, VIS_OCTAL | VIS_NL); in pstatus()
|
/freebsd/usr.bin/xinstall/ |
H A D | xinstall.c | 1431 strsnvis(buf, buflen, p, VIS_OCTAL, extra); in metadata_log()
|
/freebsd/contrib/netbsd-tests/lib/libcurses/director/ |
H A D | testlang_parse.y | 447 if (strnvisx(dst, dstlen, data, datalen, VIS_WHITE | VIS_OCTAL) == -1)
|
/freebsd/usr.bin/top/ |
H A D | machine.c | 1060 VIS_NL | VIS_TAB | VIS_CSTYLE | VIS_OCTAL); in format_next_process()
|