OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blksize_width
(Results
1 - 1
of
1
) sorted by relevancy
/src/bin/df/
df.c
87
static int
blksize_width
= WIDTH_BLKSIZE;
variable in typeref:typename:int
413
prthumanval((int64_t)(sfsp->f_blocks * sfsp->f_frsize),
blksize_width
);
414
prthumanval((int64_t)(used * sfsp->f_frsize), 1 +
blksize_width
);
415
prthumanval((int64_t)(bavail * sfsp->f_frsize), 1 +
blksize_width
);
534
blksize_width
= 6;
541
blksize_width
-= 3;
543
blksize_width
-= 3;
544
if (
blksize_width
< headerlen)
545
blksize_width
= headerlen;
562
blksize_width
, header
[
all
...]
Completed in 12 milliseconds
Indexes created Sun Oct 12 05:10:08 GMT 2025