Searched refs:maxwidth (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/bin/df/
H A Ddf.c96 int ch, maxwidth, width; local
244 maxwidth = 0;
253 if (width > maxwidth)
254 maxwidth = width;
261 prtstat(&mntbuf[i], maxwidth);
265 prtstat(&totals, maxwidth);
432 prtstat(const struct statvfs *sfsp, int maxwidth) argument
495 if (maxwidth < 12)
496 maxwidth = 12;
546 maxwidth, maxwidt
[all...]
/netbsd-current/bin/csh/
H A Dfile.c307 size_t c, columns, i, maxwidth, r, rows; local
309 maxwidth = 0;
314 maxwidth = maxwidth > (r = Strlen(items[i])) ? maxwidth : r;
315 maxwidth += 2; /* for the file tag and space */
316 columns = win.ws_col / maxwidth;
330 for (; w < maxwidth; w++)
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_consume.c548 int minwidth, maxwidth, i; local
560 maxwidth = dt_ndigits(DTRACE_QUANTIZE_BUCKETVAL(max));
562 maxwidth = 8;
563 minwidth = maxwidth - 1;
576 return (dt_printf(dtp, fp, ". %*s | count\n", -maxwidth, "max"));
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DPathTree.cc2365 static int maxwidth; variable
2374 maxwidth = 0;
2377 (long long) maxdepth, (long long) maxwidth);
2411 if (dsize > maxwidth)
2412 maxwidth = dsize;
H A DCallStack.cc1140 int maxwidth = 0; local
1167 fprintf (f, GTXT ("md = %d, mw = %d\n"), maxdepth, maxwidth);

Completed in 173 milliseconds