OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:barlength
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/fsck/
progress.c
95
int
barlength
;
local
128
barlength
= MIN(sizeof(buf) - 1, ttywidth) - BAROVERHEAD - lengthextras;
129
if (
barlength
> 0) {
130
i =
barlength
* percentage / 100;
132
"|%.*s%*s| ", i, stars,
barlength
- i, "");
/src/usr.bin/ftp/
progressbar.c
133
int ratio, i, remaining,
barlength
;
local
227
barlength
= MIN((int)(sizeof(buf) - 1), ttywidth) - BAROVERHEAD;
229
barlength
-= (int)strlen(prefix);
230
if (
barlength
> 0) {
231
i =
barlength
* ratio / 100;
233
"|%.*s%*s|", i, stars, (int)(
barlength
- i), "");
Completed in 21 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026