OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_cols
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/newfs_ext2fs/
mke2fs.c
193
int i, len, col, delta, fld_width,
max_cols
;
local in function:mke2fs
599
max_cols
= winsize.ws_col;
601
max_cols
= 80;
604
max_cols
-= 4;
607
delta = verbosity > 2 ? 0 :
max_cols
* BASE / ncg;
636
if (col + len <
max_cols
)
648
delta =
max_cols
* BASE / delta;
/src/sbin/newfs/
mkfs.c
192
int len, col, delta, fld_width,
max_cols
;
local in function:mkfs
677
max_cols
= winsize.ws_col;
679
max_cols
= 80;
682
max_cols
-= 4;
685
delta = verbosity > 2 ? 0 :
max_cols
* BASE / sblock.fs_ncg;
704
if (col + len <
max_cols
)
716
delta =
max_cols
* BASE / delta;
Completed in 16 milliseconds
Indexes created Sun Sep 21 16:09:51 GMT 2025