Searched refs:width (Results 176 - 200 of 316) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/troff/troff.d/
H A Dt6.c45 * width functions, sizes and fonts
69 width(j) function
104 k = widcache[i-32].width;
117 * clear width cache-- s means just space
199 widcache[i].width = k;
378 sps = width(' ' | chbits);
517 k = width(i);
711 /* have to reset the fitab pointer because the width may be different */
832 sps = width(' ' | chbits);
/opensolaris-onvv-gate/usr/src/uts/common/io/chxge/com/
H A Dmc3.c198 unsigned int width, fast_asic, attempts; local
203 width = is_MC3A(adapter) ? G_MC3_WIDTH(val) : 0;
304 t1_write_reg_4(adapter, A_MC3_BIST_ADDR_END, (mc3->size << width) - 1);
/opensolaris-onvv-gate/usr/src/cmd/dis/
H A Ddis_main.c71 #define MINSYMWIDTH 22 /* Minimum width of symbol portion of line */
167 * with a long name, this can be annoying. So we pick a width
168 * based on the maximum width that the current symbol can be.
296 int width; local
300 * case use a 4-byte width.
303 width = 8;
305 width = 16;
311 (void) printf("%0*x: ", width, curaddr);
/opensolaris-onvv-gate/usr/src/cmd/idmap/idmapd/
H A DMakefile60 XGETFLAGS = --foreign-user --strict -n -E --width=72 \
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/util/
H A DHelpDialog.java104 p.x += parentSize.width;
/opensolaris-onvv-gate/usr/src/cmd/troff/
H A Dext.h183 extern struct widcache { /* width cache, indexed by character */
185 short width; member in struct:widcache
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c370 unsigned i, len, idx, colors, x, y, width, height; local
398 width = c - '0';
401 width = width * 10 + c - '0';
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dacpi_fw.h214 uint8_t width; member in struct:dmar
/opensolaris-onvv-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm726 my $width = 0;
731 $width = $len if ($len > $width);
733 $width += 2; # pad 2 spaces for each column.
735 if ($width > (80 - length($indent))) {
736 $width = 80 - length($indent);
740 my $columns = int((80 - length($indent))/$width);
753 $space = $width - length($item);
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c314 mdb_one_bit(int width, int bit, int on) argument
319 buf = mdb_zalloc(width + (width / NBNB) + 2, UM_GC | UM_SLEEP);
321 for (i = --width; i > bit; i--)
333 mdb_inval_bits(int width, int start, int stop) argument
338 buf = mdb_zalloc(width + (width / NBNB) + 2, UM_GC | UM_SLEEP);
340 for (i = --width; i > stop; i--)
/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dovdoprnt.s44 / width=-8.
50 width=-10.
109 mov r1,width(r5)
297 mov width(r5),r1
H A Dex_vput.c1050 int width; local
1121 int width = wcwidth(c); local
1122 if (width < 0)
1123 width = 0;
1124 up -= width;
1126 if(width)
1127 while(--width)
/opensolaris-onvv-gate/usr/src/uts/common/io/zyd/
H A Dzyd.h132 int width; member in struct:zyd_rf
193 uint16_t width; member in struct:zyd_rfwrite
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c856 int width; local
864 width = 16;
872 width = sizeof (uintptr_t) * 2;
880 width = sizeof (uintptr_t) * 2;
891 width, "Total", lk_ttl, leaks, (lk_ttl == 1) ? "" : "s",
/opensolaris-onvv-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c961 int width = strlen(HDR_PLGRP_HOME_CHANGE); local
974 if (len < width)
975 (void) printf("%*c\n", (int)(width - len), ' ');
1136 int width = strlen(HDR_PLGRP_HOME_CHANGE); local
1155 * Fit string into fixed width
1159 if (len < width)
1160 (void) printf("%*c", width - len, ' ');
1162 (void) printf("%-*d", width, (int)home);
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Ds_client.c244 int s,k,width,state=0; local
708 width=SSL_get_fd(con)+1;
817 i=select(width,(void *)&readfds,(void *)&writefds,
824 } else i=select(width,(void *)&readfds,(void *)&writefds,
832 i=select(width,(void *)&readfds,(void *)&writefds,
834 } else i=select(width,(void *)&readfds,(void *)&writefds,
838 i=select(width,(void *)&readfds,(void *)&writefds,
H A Ds_time.c673 int width, i; local
705 width=i+1;
714 select(width,(void *)&readfds,NULL,NULL,NULL);
/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Dtmplout.c60 static int output_label( char *buf, char *label, int width,
62 static int output_dn( char *buf, char *dn, int width, int rdncount,
876 output_label( char *buf, char *label, int width, writeptype writeproc, argument
887 while ( p - buf < width ) {
900 output_dn( char *buf, char *dn, int width, int rdncount, argument
914 } else if ( width > 0 ) {
915 sprintf( buf, "%-*s", width, " " );
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c60 static int output_label( char *buf, char *label, int width,
62 static int output_dn( char *buf, char *dn, int width, int rdncount,
813 output_label( char *buf, char *label, int width, writeptype writeproc, argument
825 for (w = ldap_utf8characters(buf); w < (size_t)width; ++w) {
838 output_dn( char *buf, char *dn, int width, int rdncount, argument
852 } else if ( width > 0 ) {
853 sprintf( buf, "%-*s", width, " " );
/opensolaris-onvv-gate/usr/src/cmd/ssh/sftp/
H A Dsftp.c710 u_int m = 0, width = 80; local
726 width = ws.ws_col;
728 columns = width / (m + 2);
730 colspace = width / columns;
731 colspace = MIN(colspace, width);
824 u_int m = 0, width = 80; local
832 width = ws.ws_col;
834 columns = width / (m + 2);
836 colspace = width / columns;
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c129 *width = 0, /* string value of -o width= */ variable
680 } else if (STRNEQU(optarg, "width=", 6)) {
681 if (width)
685 "width="
687 width = (optarg += 6);
/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rcm.c485 size_t width = 0; local
533 * Compute the total line width of each line,
536 width = w_info + w_rsrc + 4;
539 table_size = (2 + tuples) * (width + 1) + 2;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DViewMacroDialog.java170 d.width = 300;
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.c190 else if (STRNEQU(*pl, "width=", 6))
845 char * width = 0; local
860 width = pfs->pwid;
866 width = o_width;
895 this = chkprinter(*pt, cpi, lpi, length, width,
/opensolaris-onvv-gate/usr/src/cmd/lp/model/
H A Dnetstandard251 width=* )
252 width=`parse ${i}`

Completed in 378 milliseconds

1234567891011>>