| /netbsd/src/tests/lib/libc/string/ |
| D | t_strcoll.c | 72 strvis(buf_a, *a, VIS_WHITE | VIS_OCTAL); in h_ordering() 74 strvis(buf_b, *b, VIS_WHITE | VIS_OCTAL); in h_ordering()
|
| /netbsd/src/tests/lib/libc/locale/ |
| D | t_mbstowcs.c | 172 (void)strvis(visbuf, t->data, VIS_WHITE | VIS_OCTAL); in ATF_TC_BODY() 182 (void)strvis(visbuf, buf, VIS_WHITE | VIS_OCTAL); in ATF_TC_BODY()
|
| D | t_mbtowc.c | 121 (void)strvis(buf, illegal, VIS_WHITE | VIS_OCTAL); in h_mbtowc() 140 (void)strvis(buf, legal, VIS_WHITE | VIS_OCTAL); in h_mbtowc()
|
| D | t_wctomb.c | 127 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL); in h_wctomb() 152 (void)strvis(buf, cs, VIS_WHITE | VIS_OCTAL); in h_wctomb()
|
| D | t_mbrtowc.c | 149 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL); in h_ctype2()
|
| /netbsd/src/external/bsd/tmux/dist/ |
| D | hyperlinks.c | 147 utf8_stravis(&uri, uri_in, VIS_OCTAL|VIS_CSTYLE); in hyperlinks_put() 148 utf8_stravis(&internal_id, internal_id_in, VIS_OCTAL|VIS_CSTYLE); in hyperlinks_put()
|
| D | log.c | 111 if (stravis(&out, s, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL) == -1) { in log_vwrite()
|
| D | paste.c | 330 const int flags = VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL; in paste_make_sample()
|
| /netbsd/src/include/ |
| D | vis.h | 42 #define VIS_OCTAL 0x0001 /* use octal \ddd format */ macro
|
| /netbsd/src/sys/dev/usb/ |
| D | umass_scsipi.c | 567 VIS_TRIM|VIS_SAFE|VIS_OCTAL); in umass_atapi_probe_device() 569 VIS_TRIM|VIS_SAFE|VIS_OCTAL); in umass_atapi_probe_device() 571 VIS_TRIM|VIS_SAFE|VIS_OCTAL); in umass_atapi_probe_device()
|
| /netbsd/src/bin/ls/ |
| D | util.c | 67 flags = VIS_NL | VIS_OCTAL | VIS_WHITE; in safe_print()
|
| /netbsd/src/sys/dev/ata/ |
| D | ld_ataraid.c | 713 sizeof(wd->sc_params.atap_serial), VIS_TRIM|VIS_SAFE|VIS_OCTAL); in ld_ataraid_biodisk() 715 sizeof(wd->sc_params.atap_model), VIS_TRIM|VIS_SAFE|VIS_OCTAL); in ld_ataraid_biodisk() 717 sizeof(wd->sc_params.atap_revision), VIS_TRIM|VIS_SAFE|VIS_OCTAL); in ld_ataraid_biodisk()
|
| /netbsd/src/sys/dev/pci/ |
| D | arcmsr.c | 701 VIS_TRIM|VIS_SAFE|VIS_OCTAL); in arc_query_firmware() 706 VIS_TRIM|VIS_SAFE|VIS_OCTAL); in arc_query_firmware() 711 sizeof(fwinfo.fw_version), VIS_TRIM|VIS_SAFE|VIS_OCTAL); in arc_query_firmware() 1397 sizeof(volinfo->set_name), VIS_TRIM|VIS_SAFE|VIS_OCTAL); in arc_bio_vol() 1486 sizeof(diskinfo->model), VIS_TRIM|VIS_SAFE|VIS_OCTAL); in arc_bio_disk_filldata() 1488 sizeof(diskinfo->serial), VIS_TRIM|VIS_SAFE|VIS_OCTAL); in arc_bio_disk_filldata() 1490 sizeof(diskinfo->firmware_rev), VIS_TRIM|VIS_SAFE|VIS_OCTAL); in arc_bio_disk_filldata()
|
| /netbsd/src/usr.bin/vis/ |
| D | vis.c | 120 eflags |= VIS_OCTAL; in main()
|
| /netbsd/src/sys/dev/ic/ |
| D | mpt_netbsd.c | 1858 VIS_TRIM|VIS_SAFE|VIS_OCTAL); in mpt_bio_ioctl_vol() 1861 VIS_TRIM|VIS_SAFE|VIS_OCTAL); in mpt_bio_ioctl_vol() 1864 VIS_TRIM|VIS_SAFE|VIS_OCTAL); in mpt_bio_ioctl_vol() 1931 VIS_TRIM|VIS_SAFE|VIS_OCTAL); in mpt_bio_ioctl_disk_common() 1934 VIS_TRIM|VIS_SAFE|VIS_OCTAL); in mpt_bio_ioctl_disk_common() 1938 VIS_TRIM|VIS_SAFE|VIS_OCTAL); in mpt_bio_ioctl_disk_common()
|
| /netbsd/src/usr.bin/db/ |
| D | db.c | 678 int encmask = ~(VIS_CSTYLE | VIS_HTTPSTYLE | VIS_OCTAL); in parse_encode_option() 695 r |= VIS_OCTAL; in parse_encode_option()
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | utf8.c | 192 tp = vis(dp, *sp, VIS_OCTAL | VIS_ALL, 0); in vasnmprintf()
|
| /netbsd/src/sys/dev/scsipi/ |
| D | scsiconf.c | 573 VIS_TRIM|VIS_SAFE|VIS_OCTAL); in scsibusprint() 575 VIS_TRIM|VIS_SAFE|VIS_OCTAL); in scsibusprint() 577 VIS_TRIM|VIS_SAFE|VIS_OCTAL); in scsibusprint()
|
| D | atapi_wdc.c | 322 sizeof(id->atap_model), VIS_TRIM|VIS_SAFE|VIS_OCTAL); in wdc_atapi_probe_device() 325 VIS_TRIM|VIS_SAFE|VIS_OCTAL); in wdc_atapi_probe_device() 328 VIS_TRIM|VIS_SAFE|VIS_OCTAL); in wdc_atapi_probe_device()
|
| /netbsd/src/tests/lib/libc/gen/ |
| D | t_vis.c | 40 VIS_OCTAL,
|
| /netbsd/src/tests/lib/libutil/ |
| D | t_snprintb.c | 49 VIS_WHITE | VIS_OCTAL); in vis_arr()
|
| /netbsd/src/usr.bin/extattr/ |
| D | getextattr.c | 119 return VIS_OCTAL; in parse_flag_vis()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| D | vis.c | 226 if (isextra || ((c & 0177) == ' ') || (flag & VIS_OCTAL)) { in do_svis()
|
| D | vis.hin | 54 #define VIS_OCTAL 0x01 /* use octal \ddd format */
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| D | replay.c | 312 strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL); in krb5_get_server_rcache()
|