Searched refs:wide (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Diso.multibyte.c95 wchar_t wide; local
271 * Goto where it generates wide character.
278 wide = 0;
299 wide = ch;
300 wide = (wide << 8 | tch);
303 wide = ch;
315 wide = ch;
316 wide = (wide <<
421 wchar_t wide; local
[all...]
/illumos-gate/usr/src/cmd/modload/
H A Dmodinfo.c35 static int wide; variable
97 wide++;
207 if (wide) {
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.h72 (wide ? iswalpha(x) : isalpha(x)))
74 (wide ? iswalnum(x) : isalnum(x)))
76 (wide ? iswspace(x) : isspace(x)))
156 extern int wide;
H A Dm4ext.c110 int wide; /* multi-byte locale */ variable
H A Dm4.c96 wide = 1;
709 if (wide) {
959 if (wide) {
998 if (wide)
1021 if (wide)
1068 if (wide) {
1114 if (wide) {
/illumos-gate/usr/src/cmd/tbl/
H A Dt6.c22 void wide(char *, char *, char *);
71 wide(s, FN(vforml,icol), SZ(vforml,icol)); fprintf(tabout, "\n");
88 wide(s, FN(vforml,icol), SZ(vforml,icol)); fprintf(tabout, "\n");
116 wide(table[ilin][icol-k].col, FN(ilin,icol-k), SZ(ilin,icol-k));
200 ".if t .if \\n(TW>\\n(.li .tm Table at line %d file %s is too wide - \\n(TW units\n", iline-1, ifile);
205 wide(char *s, char *fn, char *size) function
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile.com90 # WIDE source files are in src/libc/wide
104 $(WIDE:%.o=../src/libc/wide/%.c)
168 objs/%.o pics/%.o: ../src/libc/wide/%.c
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com73 # WIDE source files are in src/libc/wide
83 $(WIDE:%.o=../src/libc/wide/%.c)
127 objs/%.o pics/%.o: ../src/libc/wide/%.c
/illumos-gate/usr/src/cmd/sort/common/
H A Dutility.c543 * wxwrite() implements a buffered write() function for null-terminated wide
566 * wide character format earlier, we can safely assume that the buffer
794 xdump(FILE *fp, uchar_t *buf, size_t bufsize, int wide) argument
809 if (wide) {
826 if (wide) {
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Ddisks_private.h108 int wide; member in struct:disk
H A Ddrive.c917 if (diskp->wide == 1) {
H A Dfindevs.c1720 (void) snprintf(prop_name, sizeof (prop_name), "target%d-wide",
1722 diskp->wide = get_prop(prop_name, pnode);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c144 int wide = 1; /* -w option default */ variable
236 wide = 0;
460 if (wide) {
590 if (wide) {
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A DgssapiP_generic.h215 int do_replay, int do_sequence, int wide);
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsgen.c657 * If the hba and the target both support wide xfers, enable them.
659 if (scsi_ifgetcap(&sg_state->sgen_scsiaddr, "wide-xfer", 1) != -1) {
660 int wide = 0; local
663 wide = 1;
664 if (scsi_ifsetcap(&sg_state->sgen_scsiaddr, "wide-xfer",
665 wide, 1) == 1) {
667 "sgen_attach: wide xfer %s, "
669 wide ? "enabled" : "disabled",
H A Dst.c867 int wide; local
991 * If it's a SCSI-2 tape drive which supports wide,
992 * tell the host adapter to use wide.
994 wide = ((devp->sd_inq->inq_rdf == RDF_SCSI2) &&
997 if (scsi_ifsetcap(ROUTE, "wide-xfer", wide, 1) == 1) {
999 "Wide Transfer %s\n", wide ? "enabled" : "disabled");
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_drv.c788 int wide = 0; local
812 wide = MCREG_FIELD_F_revFG(&drcfg_lo, Width128);
814 wide = MCREG_FIELD_F_preF(&drcfg_lo, Width128);
816 mcp->mcp_accwidth = wide ? 128 : 64;
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan.S481 sethi %hi(0x7ff00000),%g1 !upper word of Inf (we use 64-bit wide int for this)
512 sethi %hi(0x7ff00000),%g1 !upper word of Inf (we use 64-bit wide int for this)
543 sethi %hi(0x7ff00000),%g1 !upper word of Inf (we use 64-bit wide int for this)
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_slice.c1705 * protocol (SCSI-2, -3, fast/wide), then the slices are
1741 boolean_t wide = B_FALSE; local
1747 (error = hba_supports_wide(hba, &wide));
1790 (fast20 == ufast20) && (wide == uwide) &&
/illumos-gate/usr/src/cmd/localedef/
H A DMakefile27 scanner.o localedef.o wide.o parser.tab.o
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex186 wide-spread wrap-around
1127 % Useful for site-wide @afourpaper, etc.
1992 % A feymr10 euro is ~7.3pt wide, while a normal cmtt10 char is ~5.25pt wide.

Completed in 112 milliseconds