HomeSort by: relevance | last modified time | path
    Searched refs:VIS_OCTAL (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/tests/lib/libc/string/
t_strcoll.c 72 strvis(buf_a, *a, VIS_WHITE | VIS_OCTAL);
74 strvis(buf_b, *b, VIS_WHITE | VIS_OCTAL);
  /src/tests/lib/libc/locale/
t_mbtowc.c 121 (void)strvis(buf, illegal, VIS_WHITE | VIS_OCTAL);
140 (void)strvis(buf, legal, VIS_WHITE | VIS_OCTAL);
t_wctomb.c 127 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL);
152 (void)strvis(buf, cs, VIS_WHITE | VIS_OCTAL);
t_mbstowcs.c 172 (void)strvis(visbuf, t->data, VIS_WHITE | VIS_OCTAL);
182 (void)strvis(visbuf, buf, VIS_WHITE | VIS_OCTAL);
t_mbrtowc.c 149 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL);
  /src/include/
vis.h 42 #define VIS_OCTAL 0x0001 /* use octal \ddd format */
  /src/bin/ls/
util.c 67 flags = VIS_NL | VIS_OCTAL | VIS_WHITE;
  /src/usr.bin/vis/
vis.c 120 eflags |= VIS_OCTAL;
  /src/sys/dev/usb/
umass_scsipi.c 567 VIS_TRIM|VIS_SAFE|VIS_OCTAL);
569 VIS_TRIM|VIS_SAFE|VIS_OCTAL);
571 VIS_TRIM|VIS_SAFE|VIS_OCTAL);
  /src/usr.bin/extattr/
getextattr.c 119 return VIS_OCTAL;
  /src/tests/lib/libc/gen/
t_vis.c 40 VIS_OCTAL,
  /src/sys/dev/ic/
mpt_netbsd.c 1858 VIS_TRIM|VIS_SAFE|VIS_OCTAL);
1861 VIS_TRIM|VIS_SAFE|VIS_OCTAL);
1864 VIS_TRIM|VIS_SAFE|VIS_OCTAL);
1931 VIS_TRIM|VIS_SAFE|VIS_OCTAL);
1934 VIS_TRIM|VIS_SAFE|VIS_OCTAL);
1938 VIS_TRIM|VIS_SAFE|VIS_OCTAL);
siisata.c 1673 VIS_TRIM|VIS_SAFE|VIS_OCTAL);
1675 id->atap_serial, 20, VIS_TRIM|VIS_SAFE|VIS_OCTAL);
1677 id->atap_revision, 8, VIS_TRIM|VIS_SAFE|VIS_OCTAL);
ahcisata_core.c 2168 VIS_TRIM|VIS_SAFE|VIS_OCTAL);
2170 20, VIS_TRIM|VIS_SAFE|VIS_OCTAL);
2172 id->atap_revision, 8, VIS_TRIM|VIS_SAFE|VIS_OCTAL);
nvme.c 1612 sizeof(sc->sc_identify.sn), VIS_TRIM|VIS_SAFE|VIS_OCTAL);
1614 sizeof(sc->sc_identify.mn), VIS_TRIM|VIS_SAFE|VIS_OCTAL);
1616 sizeof(sc->sc_identify.fr), VIS_TRIM|VIS_SAFE|VIS_OCTAL);
  /src/usr.bin/db/
db.c 678 int encmask = ~(VIS_CSTYLE | VIS_HTTPSTYLE | VIS_OCTAL);
695 r |= VIS_OCTAL;
  /src/tests/lib/libutil/
t_snprintb.c 49 VIS_WHITE | VIS_OCTAL);
  /src/sys/dev/scsipi/
scsiconf.c 573 VIS_TRIM|VIS_SAFE|VIS_OCTAL);
575 VIS_TRIM|VIS_SAFE|VIS_OCTAL);
577 VIS_TRIM|VIS_SAFE|VIS_OCTAL);
atapi_wdc.c 322 sizeof(id->atap_model), VIS_TRIM|VIS_SAFE|VIS_OCTAL);
325 VIS_TRIM|VIS_SAFE|VIS_OCTAL);
328 VIS_TRIM|VIS_SAFE|VIS_OCTAL);
  /src/sys/dev/ata/
ld_ataraid.c 713 sizeof(wd->sc_params.atap_serial), VIS_TRIM|VIS_SAFE|VIS_OCTAL);
715 sizeof(wd->sc_params.atap_model), VIS_TRIM|VIS_SAFE|VIS_OCTAL);
717 sizeof(wd->sc_params.atap_revision), VIS_TRIM|VIS_SAFE|VIS_OCTAL);
  /src/sys/dev/pci/
arcmsr.c 701 VIS_TRIM|VIS_SAFE|VIS_OCTAL);
706 VIS_TRIM|VIS_SAFE|VIS_OCTAL);
711 sizeof(fwinfo.fw_version), VIS_TRIM|VIS_SAFE|VIS_OCTAL);
1397 sizeof(volinfo->set_name), VIS_TRIM|VIS_SAFE|VIS_OCTAL);
1486 sizeof(diskinfo->model), VIS_TRIM|VIS_SAFE|VIS_OCTAL);
1488 sizeof(diskinfo->serial), VIS_TRIM|VIS_SAFE|VIS_OCTAL);
1490 sizeof(diskinfo->firmware_rev), VIS_TRIM|VIS_SAFE|VIS_OCTAL);
  /src/sys/lib/libkern/
libkern.h 502 #define VIS_OCTAL 0x01
  /src/sys/net/
if_pppoe.c 724 VIS_SAFE | VIS_OCTAL);
795 VIS_SAFE | VIS_OCTAL);
  /src/sys/dev/hyperv/
hvs.c 762 VIS_TRIM|VIS_SAFE|VIS_OCTAL);
  /src/usr.sbin/mtree/
spec.c 445 strsvis(pathbuf, path, VIS_OCTAL, extra_glob);

Completed in 62 milliseconds

1 2