Home
last modified time | relevance | path

Searched refs:wide (Results 1 – 25 of 78) sorted by relevance

1234

/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 Dm4.c100 wide = 1; in main()
713 if (wide) { in undiv()
963 if (wide) { in getchr()
1002 if (wide) in sputchr()
1025 if (wide) in putchr()
1072 if (wide) { in wstr2str()
1118 if (wide) { in str2wstr()
H A Dm4ext.c110 int wide; /* multi-byte locale */ variable
/illumos-gate/usr/src/cmd/modload/
H A Dmodinfo.c35 static int wide; variable
97 wide++; in main()
207 if (wide) { in print_info()
/illumos-gate/usr/src/cmd/tbl/
H A Dt6.c20 void wide(char *, char *, char *);
70 wide(s, FN(vforml,icol), SZ(vforml,icol)); fprintf(tabout, "\n"); in maktab()
88 wide(s, FN(vforml,icol), SZ(vforml,icol)); fprintf(tabout, "\n"); in maktab()
116 wide(table[ilin][icol-k].col, FN(ilin,icol-k), SZ(ilin,icol-k)); in maktab()
205 wide(char *s, char *fn, char *size) in wide() function
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A DREADME23 been designed this way to try and make it work with as wide a variety of
33 then converted. This allows us to try the CTF tools against a wide
/illumos-gate/usr/src/lib/policykit/libpolkit/common/
H A Dpolkit.pc.in14 Description: library for querying and setting system-wide policy
/illumos-gate/usr/src/cmd/localedef/
H A DMakefile.common30 wide.o \
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com84 $(WIDE:%.o=../src/libc/wide/%.c)
126 objs/%.o pics/%.o: ../src/libc/wide/%.c
/illumos-gate/usr/src/cmd/ssh/etc/
H A Dssh_config13 # 3. system-wide file /etc/ssh/ssh_config
/illumos-gate/usr/src/cmd/sort/
H A Dutility.c792 xdump(FILE *fp, uchar_t *buf, size_t bufsize, int wide) in xdump() argument
807 if (wide) { in xdump()
824 if (wide) { in xdump()
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile.com105 $(WIDE:%.o=../src/libc/wide/%.c)
167 objs/%.o pics/%.o: ../src/libc/wide/%.c
/illumos-gate/usr/src/tools/smatch/src/
H A Dchar.c144 expr->wide = is_wide; in get_string_constant()
H A Dexpression.h165 int wide; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c148 int wide = 1; /* -w option default */ variable
240 wide = 0; in main()
464 if (wide) { in print()
594 if (wide) { in shortprint()
/illumos-gate/usr/src/uts/common/io/wpi/fw-wpi/
H A DLICENSE17 Limited patent license. Intel Corporation grants a world-wide,
/illumos-gate/usr/src/uts/common/io/mwl/mwl_fw/
H A DLICENSE23 # Limited patent license. Marvell International Ltd. grants a world-wide,
/illumos-gate/usr/src/uts/common/io/iwh/fw-iw/fw_5000/
H A DLICENSE17 Limited patent license. Intel Corporation grants a world-wide,
/illumos-gate/usr/src/uts/common/io/iwh/fw-iw/fw_5150/
H A DLICENSE17 Limited patent license. Intel Corporation grants a world-wide,
/illumos-gate/usr/src/uts/common/io/iwk/fw-iw/
H A DLICENSE17 Limited patent license. Intel Corporation grants a world-wide,
/illumos-gate/usr/src/uts/common/io/iwn/fw-iw/
H A DTHIRDPARTYLICENSE17 Limited patent license. Intel Corporation grants a world-wide,
/illumos-gate/usr/src/uts/common/io/iwp/fw-iw/
H A DLICENSE17 Limited patent license. Intel Corporation grants a world-wide,
/illumos-gate/usr/src/boot/forth/
H A Dbrand-fbsd.4th35 : brand ( x y -- ) \ "FreeBSD" [wide] logo in B/W (7 rows x 42 columns)
H A Dbrand-illumos.4th33 : brand ( x y -- ) \ "illumos" [wide] logo in B/W (5 rows x 39 columns)
/illumos-gate/usr/src/cmd/cmd-inet/etc/ppp/
H A Doptions.tmpl26 # Privileged system-wide pppd options may be placed here. Typically, the

1234