HomeSort by relevance Sort by last modified time
    Searched refs:wide (Results 1 - 25 of 39) sorted by null

1 2

  /onnv/onnv-gate/usr/src/lib/policykit/libpolkit/common/
polkit.pc.in 15 Description: library for querying and setting system-wide policy
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
iso.multibyte.c 95 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 << 8 | tch)
421 wchar_t wide; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/modload/
modinfo.c 35 static int wide; variable
97 wide++;
207 if (wide) {
  /onnv/onnv-gate/usr/src/cmd/sgs/m4/common/
m4.h 62 (wide ? iswalpha(x) : isalpha(x)))
64 (wide ? iswalnum(x) : isalnum(x)))
66 (wide ? iswspace(x) : isspace(x)))
146 extern int wide;
m4ext.c 114 int wide; /* multi-byte locale */ variable
m4.c 95 wide = 1;
696 if (wide) {
934 if (wide) {
973 if (wide)
996 if (wide)
1043 if (wide) {
1089 if (wide) {
  /onnv/onnv-gate/usr/src/cmd/tbl/
t6.c 22 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
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
Decomposition.pl 1583 3000 <wide> 0020
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/posttek/
README 31 has been initialized to 0, which gets you one pixel wide lines. That gives good
  /onnv/onnv-gate/usr/src/lib/libbsm/
audit_class.txt 57 0x00020000:as:system-wide administration
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postdmd/
README 29 optimal) performance across the wide variety of currently available PostScript
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postmd/
README 46 optimal) performance across the wide variety of currently available PostScript
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
PerlIO.pm 147 on output perl will warn if a "wide" character is written
  /onnv/onnv-gate/usr/src/lib/libxcurses/
Makefile.com 35 $(STDIO) $(WIDE)
92 # WIDE source files are in src/libc/wide
93 WIDE= \
106 $(WIDE:%.o=../src/libc/wide/%.c)
165 objs/%.o pics/%.o: ../src/libc/wide/%.c
  /onnv/onnv-gate/usr/src/lib/libxcurses2/
Makefile.com 33 OBJECTS= $(XCURSES) $(MKS) $(WIDE)
75 # WIDE source files are in src/libc/wide
76 WIDE= wio_get.o wio_put.o
85 $(WIDE:%.o=../src/libc/wide/%.c)
127 objs/%.o pics/%.o: ../src/libc/wide/%.c
  /onnv/onnv-gate/usr/src/cmd/sort/common/
utility.c 543 * 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)
809 if (wide) {
826 if (wide) {
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
utf8decode.t 9 my $wide = v256;
11 my $ordwide = ord($wide);
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/terminfo/
concept 70 c108-w|c108-w-8p|concept 108 w/8 pages in wide mode,
  /onnv/onnv-gate/usr/src/lib/libdiskmgt/common/
disks_private.h 110 int wide; member in struct:disk
  /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
gssapiP_generic.h 218 int do_replay, int do_sequence, int wide);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/
finger.c 144 int wide = 1; /* -w option default */ variable
236 wide = 0;
460 if (wide) {
590 if (wide) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
Local.pm 236 The scheme above allows interpretation of a wide range of dates, particularly
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/targets/
sgen.c 657 * 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",
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/mc-amd/
mcamd_drv.c 789 int wide = 0; local
813 wide = MCREG_FIELD_F_revFG(&drcfg_lo, Width128);
815 wide = MCREG_FIELD_F_preF(&drcfg_lo, Width128);
817 mcp->mcp_accwidth = wide ? 128 : 64;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lvm/metassist/layout/
layout_slice.c 1741 boolean_t wide = B_FALSE; local
    [all...]

Completed in 1260 milliseconds

1 2