Searched refs:width (Results 1 - 25 of 583) sorted by path

1234567891011>>

/freebsd-9.3-release/bin/ls/
H A Dprint.c355 printdev(size_t width, dev_t dev) argument
358 (void)printf("%#*jx ", (u_int)width, (uintmax_t)dev);
596 printsize(size_t width, off_t bytes) argument
608 (void)printf("%*s ", (u_int)width, buf);
612 (void)printf(format, (u_int)width, bytes);
614 (void)printf("%*jd ", (u_int)width, bytes);
/freebsd-9.3-release/bin/ps/
H A Dprint.c90 (void)printf("%-*s", v->width, vent->header);
92 (void)printf("%*s", v->width, vent->header);
H A Dps.c658 linelen += printf(fmtstr, vent->var->width, str);
1182 if (v->width < len)
1183 v->width = len;
1197 if (v->width < i)
1198 v->width = i;
H A Dps.h35 #define UNLIMITED 0 /* unlimited terminal width */
84 short width; /* calculated width */ member in struct:var
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c1768 * width for each property. For the 'NAME' (and 'SOURCE') columns, we
2446 /* Calculate/update width of TYPE field */
2455 /* Calculate/update width of NAME field */
2482 /* Calculate/update width of USED/QUOTA fields */
2509 size_t *width, us_node_t *node)
2588 (void) printf("%-*s", width[field], strval);
2590 (void) printf("%*s", width[field], strval);
2601 size_t *width, boolean_t rmnode, uu_avl_t *avl)
2615 width[field], col);
2618 width[fiel
2508 print_us_node(boolean_t scripted, boolean_t parsable, int *fields, int types, size_t *width, us_node_t *node) argument
2600 print_us(boolean_t scripted, boolean_t parsable, int *fields, int types, size_t *width, boolean_t rmnode, uu_avl_t *avl) argument
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c1200 * Given a vdev configuration, determine the maximum width needed for the device
2529 * The width must fall into the range [10,38]. The upper limit is the
2700 * before calculating the maximum name width, so that any
2706 * Iterate over all pools to determine the maximum width
2772 size_t width = 0; local
2775 width = pl->pl_width;
2778 * Reset the width to accommodate the verbose listing
2781 width = cb->cb_namewidth;
2805 (void) printf("%*s", width, header);
2807 (void) printf("%-*s", width, heade
2826 size_t width; local
2891 size_t width = zprop_width(prop, &fixed, ZFS_TYPE_POOL); local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c3526 uint64_t width = 40; local
3573 n = ztest_random(regions) * stride + ztest_random(width);
3574 s = 1 + ztest_random(2 * width - 1);
3580 n = ztest_random(regions) * stride + ztest_random(width);
3581 s = 1 + ztest_random(width - 1);
3793 uint64_t width = 9; local
3837 n = ztest_random(regions) * stride + ztest_random(width);
3838 s = 1 + ztest_random(width - 1);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c1252 dt_aggregate_qsort(dtrace_hdl_t *dtp, void *base, size_t nel, size_t width, argument
1275 qsort(base, nel, width, compar);
H A Ddt_consume.c828 size_t nbytes, int width, int quiet, int forceraw)
882 return (dt_printf(dtp, fp, " %-*s", width, c));
897 return (dt_printf(dtp, fp, " %-*s", width, s));
827 dt_print_bytes(dtrace_hdl_t *dtp, FILE *fp, caddr_t addr, size_t nbytes, int width, int quiet, int forceraw) argument
H A Ddt_printf.c409 int width; local
419 * indentation to be the width. This is a slightly odd semantic, but
426 width = -pfd->pfd_dynwidth;
428 width = pfd->pfd_dynwidth ? pfd->pfd_dynwidth : pfd->pfd_width;
430 width = 0;
433 dtp->dt_options[DTRACEOPT_STACKINDENT] = width;
908 pfv->pfv_argc, n ? "precision" : "width");
1373 int width = pfd->pfd_width; local
1428 len, &width) == -1)
1430 pfd->pfd_dynwidth = width;
1896 int width = pfd->pfd_width; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c777 int width, fmt, i; local
791 cp = number(cp, &width);
793 expected("intrinsic/b", "; (post-width)", cp - 1);
815 cp = number(cp, &width);
817 intr->intr_nbits = width * 8;
823 tdp->t_size = width;
826 parse_debug(3, NULL, "intrinsic: size=%d", width);
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex380 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
382 {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
383 \def\ewbot{\vrule height0pt depth\cornerthick width\cornerlong}
385 {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
1192 \ifx\empty\imagewidth\else width \imagewidth \fi
2054 \vskip4pt \hrule height 2pt width \hsize
2072 \vskip4pt \hrule height 4pt width \hsize \vskip4pt
2504 % Contents of each column will wrap at width given in preamble. Width
2506 % or in percent of \hsize, the current width of text on page.
2547 % They will wrap at the width determine
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Drdata.h167 within the "width". */
442 unsigned int width, unsigned int split_width,
450 * within 'width' by breaking the text into multiple lines.
455 * not exceed 'width' anyway.
459 * The 'width' and 'linebreak' arguments are ignored.
469 * it is undefined and falls back to the default value of 'width'
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmaster.c630 * required to make the width.
636 nibbles(char *numbuf, size_t length, unsigned int width, char mode, int value) { argument
654 if (width > 0)
655 width--;
658 * If width is non zero then we need to add a label seperator.
662 if (width > 0 || value != 0) {
668 if (width > 0)
669 width--;
672 } while (value != 0 || width > 0);
685 unsigned int width; local
[all...]
H A Drdata.c114 unsigned int width; /*%< Width of rdata column. */ member in struct:dns_rdata_textctx
823 if (tctx->width == 0) /* No splitting */
826 result = isc_hex_totext(&sr, tctx->width - 2,
875 tctx.width = 60;
882 unsigned int flags, unsigned int width,
896 tctx.width = width;
898 tctx.width = split_width;
904 tctx.width = 60; /* Used for hex word length only. */
881 dns_rdata_tofmttext(dns_rdata_t *rdata, dns_name_t *origin, unsigned int flags, unsigned int width, unsigned int split_width, const char *linebreak, isc_buffer_t *target) argument
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/any_255/
H A Dtsig_250.c205 if (tctx->width == 0) /* No splitting */
208 RETERR(isc_base64_totext(&sigr, tctx->width - 2,
242 if (tctx->width == 0) /* No splitting */
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dcert_37.c112 if (tctx->width == 0) /* No splitting */
115 RETERR(isc_base64_totext(&sr, tctx->width - 2,
H A Ddlv_32769.c140 if (tctx->width == 0) /* No splitting */
143 RETERR(isc_hex_totext(&sr, tctx->width - 2,
H A Ddnskey_48.c141 if (tctx->width == 0) /* No splitting */
144 RETERR(isc_base64_totext(&sr, tctx->width - 2,
H A Dds_43.c140 if (tctx->width == 0) /* No splitting */
143 RETERR(isc_hex_totext(&sr, tctx->width - 2,
H A Dipseckey_45.c193 if (tctx->width == 0) /* No splitting */
196 RETERR(isc_base64_totext(&region, tctx->width - 2,
H A Dkey_25.c131 if (tctx->width == 0) /* No splitting */
134 RETERR(isc_base64_totext(&sr, tctx->width - 2,
H A Dkeydata_65533.c163 if (tctx->width == 0) /* No splitting */
166 RETERR(isc_base64_totext(&sr, tctx->width - 2,
H A Dopt_41.c79 if (tctx->width == 0) /* No splitting */
82 RETERR(isc_base64_totext(&or, tctx->width - 2,
H A Drrsig_46.c252 if (tctx->width == 0) /* No splitting */
255 RETERR(isc_base64_totext(&sr, tctx->width - 2,

Completed in 201 milliseconds

1234567891011>>