Home
last modified time | relevance | path

Searched refs:maxwidth (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/bin/df/
Ddf.c83 int width, maxwidth; in main() local
159 maxwidth = 0; in main()
162 if (width > maxwidth) in main()
163 maxwidth = width; in main()
166 if (maxwidth < 11) in main()
167 maxwidth = 11; in main()
170 posixprint(mntbuf, mntsize, maxwidth); in main()
172 bsdprint(mntbuf, mntsize, maxwidth); in main()
286 prtstat(struct statfs *sfsp, int maxwidth, int headerlen, int blocksize) in prtstat() argument
291 (void)printf("%-*.*s", maxwidth, maxwidth, sfsp->f_mntfromname); in prtstat()
[all …]
/mirbsd/src/usr.bin/less/
Dprompt.c464 pr_expand(proto, maxwidth) in pr_expand() argument
466 int maxwidth;
525 if (maxwidth > 0 && mp >= message + maxwidth)
531 return (mp - maxwidth);
/mirbsd/src/sys/arch/sparc/dev/
Drfx.c68 u_int32_t maxwidth; /* unsure */ member