Searched refs:percent (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-9.3-release/contrib/dialog/samples/
H A Dgauge14 message ($PCT percent)
H A Dgauge015 message ($PCT percent)
H A Dgauge0-input-fd17 message ($PCT percent)
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Ddnlc.h38 #define dnlc_reduce_cache(percent) do { } while (0)
/freebsd-9.3-release/contrib/dialog/
H A Dguage.c45 int percent; member in struct:_my_obj
151 (void) wprintw(dialog, "%3d%%", obj->percent);
158 x = (obj->percent * (obj->width - 2 * (3 + MARGIN))) / 100;
199 obj->percent = atoi(buf);
217 obj->percent = atoi(buf);
270 dlg_update_gauge(void *objptr, int percent) argument
275 obj->percent = percent;
287 int percent)
318 obj->percent
283 dlg_allocate_gauge(const char *title, const char *cprompt, int height, int width, int percent) argument
351 dialog_gauge(const char *title, const char *cprompt, int height, int width, int percent) argument
[all...]
H A Darrows.c167 int percent; local
180 percent = (!total_data
185 if (percent < 0)
186 percent = 0;
187 else if (percent > 100)
188 percent = 100;
191 (void) sprintf(buffer, "%d%%", percent);
H A Dmixedgauge.c121 float percent; local
164 if (sscanf(status, "%f%%", &percent) != 1)
165 percent = 0.0;
166 xxx = (int) ((cells * (percent + 0.5)) / 100.0);
216 dlg_update_mixedgauge(DIALOG_MIXEDGAUGE * dlg, int percent) argument
232 (void) wprintw(dlg->dialog, "%3d%%", percent);
239 x = (percent * (dlg->width - 2 * (3 + MARGIN))) / 100;
381 int percent,
391 dlg_update_mixedgauge(&dlg, percent);
377 dialog_mixedgauge(const char *title, const char *cprompt, int height, int width, int percent, int item_no, char **items) argument
H A Ddialog.pl87 local ( $title, $message, $width, $percent ) = @_;
100 open(GAUGE, "|dialog --title \"$title\" --gauge \"$message\" $height $width $percent");
104 local ( $percent ) = @_;
106 &printflush(GAUGE, "$percent\n");
110 local ( $message, $percent ) = @_;
114 &printflush(GAUGE, "XXX\n$percent\n$message\nXXX\n");
/freebsd-9.3-release/sbin/camcontrol/
H A Dprogress.h46 uint64_t percent; /* cache the percentage complete */ member in struct:progress_t
H A Dprogress.c89 prog->percent = (prog->done * 100) / prog->size;
144 starc = (barlength * prog->percent) / 100;
176 (long long)prog->percent,
/freebsd-9.3-release/games/fortune/fortune/
H A Dfortune.c85 int percent; member in struct:fd
366 int i, percent; local
400 percent = NO_PROB;
404 percent = 0;
406 percent = percent * 10 + *sp - '0';
407 if (percent > 100) {
421 percent = NO_PROB;
444 } else if (!add_file(percent, sp, NULL, &File_list,
458 add_file(int percent, cons argument
890 int percent, num_noprob, frac; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp168 size_t percent = format.find('%'); local
169 if (percent == StringRef::npos) {
173 assert(format[percent] == '%');
175 if (percent > 0) out << format.substr(0, percent);
177 switch (format[percent+1]) {
184 format = format.substr(percent+2);
/freebsd-9.3-release/lib/libipsec/
H A Dpolicy_token.l74 percent \%
/freebsd-9.3-release/contrib/less/
H A Djump.c116 jump_percent(percent, fraction)
117 int percent;
136 pos = percent_pos(len, percent, fraction);
H A Dos.c289 percent_pos(pos, percent, fraction)
291 int percent;
294 /* Change percent (parts per 100) to perden (parts per NUM_FRAC_DENOM). */
295 POSITION perden = (percent * (NUM_FRAC_DENOM / 100)) + (fraction / 100);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DOperatorPrecedence.cpp68 case tok::percent:
/freebsd-9.3-release/crypto/openssh/
H A Dprogressmeter.c126 int percent; local
174 /* percent of transfer done */
176 percent = ((float)cur_pos / end_pos) * 100;
178 percent = 100;
180 " %3d%% ", percent);
/freebsd-9.3-release/lib/libstand/
H A Dprintf.c157 const char *p, *percent, *q; local
187 percent = fmt - 1;
451 while (percent < fmt)
452 PCHAR(*percent++);
/freebsd-9.3-release/libexec/rtld-elf/
H A Drtld_printf.c126 const char *p, *percent, *q; local
152 percent = fmt - 1;
416 while (percent < fmt)
417 PCHAR(*percent++);
/freebsd-9.3-release/sbin/dump/
H A Doptr.c191 double percent; local
207 percent = (blockswritten * 100.0) / tapesize;
215 disk, passno, percent, hours, mins, tdone_str);
220 msg("%3.2f%% done, finished in %d:%02d at %s\n", percent,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DTokenConcatenation.cpp84 TokenInfo[tok::percent ] |= aci_custom_firstchar;
110 TokenInfo[tok::percent ] |= aci_avoid_equal; // %=
263 case tok::percent: // %>, %:
/freebsd-9.3-release/contrib/ncurses/progs/
H A Ddump_entry.c478 bool percent = FALSE; local
484 percent = FALSE;
488 percent = TRUE;
493 if (percent) {
494 percent = FALSE;
525 if (percent) {
526 percent = FALSE;
538 if (percent && params) {
544 percent = FALSE;
551 percent
[all...]
/freebsd-9.3-release/contrib/texinfo/info/
H A Dwindow.h166 extern void window_goto_percentage (WINDOW *window, int percent);
/freebsd-9.3-release/sys/cddl/dev/dtrace/
H A Ddtrace_debug.c233 const char *p, *percent, *q; local
259 percent = fmt - 1;
520 while (percent < fmt)
521 dtrace_debug__putc(cpu, *percent++);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Ddexplorer181 (( percent = current * 100 / samples ))
182 printf "%3d%% $*\n" $percent

Completed in 142 milliseconds

123