Lines Matching defs:width
1142 int width,
1145 (void) sprintf(lp, "%-*.*s", width, sizeof (p->ap_log_id),
1260 int width,
1279 (void) sprintf(lp, "%-*s", width, cp);
1288 int width,
1304 (void) sprintf(lp, "%-*s", width, cp);
1332 int width,
1357 (void) sprintf(lp, "%-*s", width, cp);
1386 int width,
1400 (void) sprintf(lp, "%-*s", width, gettext("unavailable"));
1411 (void) sprintf(lp, "%-*s", width, time_buf);
1420 int width,
1429 (void) sprintf(lp, "%-*s", width, tstr);
1457 int width,
1460 (void) sprintf(lp, "%-*.*s", width, sizeof (p->ap_info), p->ap_info);
1494 int width,
1497 (void) sprintf(lp, "%-*.*s", width, sizeof (p->ap_type), p->ap_type);
1534 int width,
1537 (void) sprintf(lp, "%-*.*s", width, sizeof (p->ap_class), p->ap_class);
1546 int width,
1550 (void) sprintf(lp, "%-*.*s", width, width, "y");
1552 (void) sprintf(lp, "%-*.*s", width, width, "n");
1561 int width,
1564 (void) sprintf(lp, "%-*.*s", width, sizeof (p->ap_phys_id),
1623 int width,
1626 (void) sprintf(lp, "%-*s", width, "");
2153 if (fldp->width > pp->width)
2154 pp->width = fldp->width;
2157 pp->width = fldp->width;
2232 out_len += pp->width;
2251 fldp->width, fldp->heading);
2253 (*fldp->printfn)(bdp, fldp->width, lp);