Home
last modified time | relevance | path

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

12

/netbsd/src/tests/lib/libc/string/
Dt_strcoll.c72 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/
Dt_mbstowcs.c172 (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()
Dt_mbtowc.c121 (void)strvis(buf, illegal, VIS_WHITE | VIS_OCTAL); in h_mbtowc()
140 (void)strvis(buf, legal, VIS_WHITE | VIS_OCTAL); in h_mbtowc()
Dt_wctomb.c127 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL); in h_wctomb()
152 (void)strvis(buf, cs, VIS_WHITE | VIS_OCTAL); in h_wctomb()
Dt_mbrtowc.c149 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL); in h_ctype2()
/netbsd/src/external/bsd/tmux/dist/
Dhyperlinks.c147 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()
Dlog.c111 if (stravis(&out, s, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL) == -1) { in log_vwrite()
Dpaste.c330 const int flags = VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL; in paste_make_sample()
/netbsd/src/include/
Dvis.h42 #define VIS_OCTAL 0x0001 /* use octal \ddd format */ macro
/netbsd/src/sys/dev/usb/
Dumass_scsipi.c567 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/
Dutil.c67 flags = VIS_NL | VIS_OCTAL | VIS_WHITE; in safe_print()
/netbsd/src/sys/dev/ata/
Dld_ataraid.c713 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/
Darcmsr.c701 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/
Dvis.c120 eflags |= VIS_OCTAL; in main()
/netbsd/src/sys/dev/ic/
Dmpt_netbsd.c1858 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/
Ddb.c678 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/
Dutf8.c192 tp = vis(dp, *sp, VIS_OCTAL | VIS_ALL, 0); in vasnmprintf()
/netbsd/src/sys/dev/scsipi/
Dscsiconf.c573 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()
Datapi_wdc.c322 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/
Dt_vis.c40 VIS_OCTAL,
/netbsd/src/tests/lib/libutil/
Dt_snprintb.c49 VIS_WHITE | VIS_OCTAL); in vis_arr()
/netbsd/src/usr.bin/extattr/
Dgetextattr.c119 return VIS_OCTAL; in parse_flag_vis()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dvis.c226 if (isextra || ((c & 0177) == ' ') || (flag & VIS_OCTAL)) { in do_svis()
Dvis.hin54 #define VIS_OCTAL 0x01 /* use octal \ddd format */
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Dreplay.c312 strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL); in krb5_get_server_rcache()

12