Symbol: percent
bin/df/df.c
381
(void)printf(" %5d%%", percent(used, availblks));
bin/df/df.c
390
(void)printf(" %4d%% ", percent(used, inodes));
bin/df/df.c
393
percent(used, inodes));
bin/df/df.c
482
percent(used, avail), sfsp->f_mntonname);
bin/df/df.c
54
static int percent(u_int64_t, u_int64_t);
games/fortune/fortune/fortune.c
1092
if (list->percent == NO_PROB)
games/fortune/fortune/fortune.c
1095
fprintf(stderr, "%3d%%", list->percent);
games/fortune/fortune/fortune.c
335
int i, percent;
games/fortune/fortune/fortune.c
347
percent = NO_PROB;
games/fortune/fortune/fortune.c
364
percent = strtonum(prefix, 0, 100, &errstr);
games/fortune/fortune/fortune.c
378
if (!add_file(percent, sp, NULL, &File_list, &File_tail, NULL))
games/fortune/fortune/fortune.c
389
add_file(int percent, char *file, char *dir, FILEDESC **head, FILEDESC **tail,
games/fortune/fortune/fortune.c
447
return add_file(percent, file, FORTDIR, head, tail,
games/fortune/fortune/fortune.c
460
fp->percent = percent;
games/fortune/fortune/fortune.c
490
else if (fp->percent == NO_PROB) {
games/fortune/fortune/fortune.c
519
fp->percent = NO_PROB;
games/fortune/fortune/fortune.c
584
scene->percent = obscene->percent = NO_PROB;
games/fortune/fortune/fortune.c
71
int percent;
games/fortune/fortune/fortune.c
736
int percent, num_noprob, frac;
games/fortune/fortune/fortune.c
744
percent = 0;
games/fortune/fortune/fortune.c
747
if (fp->percent == NO_PROB) {
games/fortune/fortune/fortune.c
753
percent += fp->percent;
games/fortune/fortune/fortune.c
755
percent, num_noprob));
games/fortune/fortune/fortune.c
756
if (percent > 100) {
games/fortune/fortune/fortune.c
758
"fortune: probabilities sum to %d%%!\n", percent);
games/fortune/fortune/fortune.c
761
else if (percent < 100 && num_noprob == 0) {
games/fortune/fortune/fortune.c
764
percent);
games/fortune/fortune/fortune.c
767
else if (percent == 100 && num_noprob != 0) {
games/fortune/fortune/fortune.c
772
percent = 100 - percent;
games/fortune/fortune/fortune.c
776
frac = percent / num_noprob;
games/fortune/fortune/fortune.c
779
if (fp->percent == NO_PROB) {
games/fortune/fortune/fortune.c
780
fp->percent = frac;
games/fortune/fortune/fortune.c
781
percent -= frac;
games/fortune/fortune/fortune.c
784
last->percent = percent;
games/fortune/fortune/fortune.c
785
DPRINTF(1, (stderr, ", residual = %d%%", percent));
games/fortune/fortune/fortune.c
790
percent));
games/fortune/fortune/fortune.c
810
if (File_list->next == NULL || File_list->percent == NO_PROB)
games/fortune/fortune/fortune.c
815
for (fp = File_list; fp->percent != NO_PROB; fp = fp->next)
games/fortune/fortune/fortune.c
816
if (choice < fp->percent)
games/fortune/fortune/fortune.c
819
choice -= fp->percent;
games/fortune/fortune/fortune.c
822
fp->name, fp->percent, choice));
games/fortune/fortune/fortune.c
826
fp->name, fp->percent, choice));
games/fortune/fortune/fortune.c
828
if (fp->percent != NO_PROB)
games/trek/impulse.c
45
int course, power, percent;
games/trek/impulse.c
61
percent = 100 * power / Ship.energy + 0.5;
games/trek/impulse.c
62
if (percent >= 85)
games/trek/impulse.c
65
percent);
games/trek/impulse.c
71
percent = 100 * time / Now.time + 0.5;
games/trek/impulse.c
72
if (percent >= 85)
games/trek/impulse.c
75
percent);
games/trek/rest.c
56
int percent;
games/trek/rest.c
62
percent = 100 * t / Now.time + 0.5;
games/trek/rest.c
63
if (percent >= 70)
games/trek/rest.c
66
percent);
games/trek/srscan.c
136
percent = 100.0 * Ship.shield / Param.shield;
games/trek/srscan.c
137
printf("shields %s, %d%%", s, percent);
games/trek/srscan.c
67
int percent;
games/trek/warp.c
104
percent = 100 * time / Now.time + 0.5;
games/trek/warp.c
105
if (percent >= 85)
games/trek/warp.c
108
percent);
games/trek/warp.c
145
percent = ranf(100);
games/trek/warp.c
146
if (percent < 70)
games/trek/warp.c
149
if (percent < 35 || !Game.snap)
games/trek/warp.c
158
percent = Event[i].evcode;
games/trek/warp.c
159
if (percent == E_FIXDV || percent == E_LRTB)
games/trek/warp.c
182
if (percent < 80)
games/trek/warp.c
72
int course, percent, i;
games/trek/warp.c
90
percent = 100 * power / Ship.energy + 0.5;
games/trek/warp.c
91
if (percent >= 85)
games/trek/warp.c
94
percent);
regress/sys/netinet/tcpthread/tcpthread.c
353
unsigned int num, percent;
regress/sys/netinet/tcpthread/tcpthread.c
390
percent = arc4random() % 100;
regress/sys/netinet/tcpthread/tcpthread.c
391
if (percent < max_percent) {
regress/sys/netinet/tcpthread/tcpthread.c
395
percent = arc4random() % 100;
regress/sys/netinet/tcpthread/tcpthread.c
396
if (percent < idle_percent) {
regress/sys/netinet/udpthread/udpthread.c
404
unsigned int num, percent;
regress/sys/netinet/udpthread/udpthread.c
440
percent = arc4random() % 100;
regress/sys/netinet/udpthread/udpthread.c
441
if (percent < max_percent) {
regress/sys/netinet/udpthread/udpthread.c
445
percent = arc4random() % 100;
regress/sys/netinet/udpthread/udpthread.c
446
if (percent < idle_percent) {
sbin/bioctl/bioctl.c
394
char percent[20], seconds[20];
sbin/bioctl/bioctl.c
437
percent[0] = '\0';
sbin/bioctl/bioctl.c
440
snprintf(percent, sizeof percent,
sbin/bioctl/bioctl.c
500
percent, seconds);
sbin/bioctl/bioctl.c
504
percent, seconds);
sbin/bioctl/bioctl.c
509
bv.bv_level, percent, seconds, cache);
sbin/bioctl/bioctl.c
513
bv.bv_level, percent, seconds, cache);
sbin/bioctl/bioctl.c
585
percent[0] = '\0';
sbin/bioctl/bioctl.c
588
snprintf(percent, sizeof percent,
sbin/bioctl/bioctl.c
599
"", "", "", "", "", serial, percent, seconds);
sbin/pfctl/parse.y
4807
qspec.realtime.m1.percent = opts->realtime.m1.bw_percent;
sbin/pfctl/parse.y
4809
qspec.realtime.m2.percent = opts->realtime.m2.bw_percent;
sbin/pfctl/parse.y
4813
qspec.linkshare.m1.percent = opts->linkshare.m1.bw_percent;
sbin/pfctl/parse.y
4815
qspec.linkshare.m2.percent = opts->linkshare.m2.bw_percent;
sbin/pfctl/parse.y
4819
qspec.upperlimit.m1.percent = opts->upperlimit.m1.bw_percent;
sbin/pfctl/parse.y
4821
qspec.upperlimit.m2.percent = opts->upperlimit.m2.bw_percent;
sbin/pfctl/pfctl.c
1758
if (rtsc->m1.percent || rtsc->m2.percent ||
sbin/pfctl/pfctl.c
1759
lssc->m1.percent || lssc->m2.percent ||
sbin/pfctl/pfctl.c
1760
ulsc->m1.percent || ulsc->m2.percent)
sbin/pfctl/pfctl_parser.c
1278
if (bw->percent)
sbin/pfctl/pfctl_parser.c
1279
printf("%s%u%%", prefix, bw->percent);
sys/arch/armv7/exynos/ec_commands.h
594
uint8_t percent;
sys/arch/armv7/exynos/ec_commands.h
602
uint8_t percent;
sys/arch/armv7/exynos/ec_commands.h
609
uint32_t percent;
sys/arch/loongson/loongson/loongson2_machdep.c
286
loongson2f_setperf(int percent)
sys/arch/loongson/loongson/loongson2_machdep.c
290
step = percent * 8 / 100;
sys/dev/pci/if_bnxreg.h
189
#define DB_OR_RANDOMFALSE(percent)
sys/dev/pci/if_bnxreg.h
190
#define DB_AND_RANDOMFALSE(percent)
sys/dev/pci/if_bnxreg.h
192
#define DB_OR_RANDOMTRUE(percent)
sys/dev/pci/if_bnxreg.h
193
#define DB_AND_RANDOMTRUE(percent)
sys/dev/pci/mpii.c
115
short percent;
sys/dev/pci/mpii.c
2090
dev->percent = evs->percent;
sys/dev/pci/mpii.c
3438
bv->bv_percent = dev->percent;
sys/dev/pci/mpiireg.h
1609
u_int8_t percent;
sys/dev/softraid.c
4685
int c, s, slept, percent = 0, old_percent = -1;
sys/dev/softraid.c
4707
percent = sr_rebuild_percent(sd);
sys/dev/softraid.c
4709
DEVNAME(sc), sd->sd_meta->ssd_devname, percent);
sys/dev/softraid.c
4803
percent = sr_rebuild_percent(sd);
sys/dev/softraid.c
4804
if (percent != old_percent && blk != whole_blk) {
sys/dev/softraid.c
4808
old_percent = percent;
sys/dev/softraid_raid5.c
772
int s, slept, percent = 0, old_percent = -1;
sys/dev/softraid_raid5.c
806
percent = sr_rebuild_percent(sd);
sys/dev/softraid_raid5.c
808
DEVNAME(sd->sd_sc), sd->sd_meta->ssd_devname, percent);
sys/dev/softraid_raid5.c
870
percent = sr_rebuild_percent(sd);
sys/dev/softraid_raid5.c
871
if (percent != old_percent && strip_no != chunk_strips - 1) {
sys/dev/softraid_raid5.c
876
old_percent = percent;
sys/net/pfvar.h
1260
u_int percent;
usr.bin/dig/lib/lwres/lwconfig.c
302
char *percent;
usr.bin/dig/lib/lwres/lwconfig.c
309
percent = strchr(buf, '%');
usr.bin/dig/lib/lwres/lwconfig.c
310
if (percent != NULL)
usr.bin/dig/lib/lwres/lwconfig.c
311
*percent = 0;
usr.bin/dig/lib/lwres/lwconfig.c
329
if (percent != NULL) {
usr.bin/dig/lib/lwres/lwconfig.c
333
percent++;
usr.bin/dig/lib/lwres/lwconfig.c
335
zone = if_nametoindex(percent);
usr.bin/dig/lib/lwres/lwconfig.c
340
zone = strtoul(percent, &ep, 10);
usr.bin/dig/lib/lwres/lwconfig.c
341
if (ep != percent && *ep == 0)
usr.bin/less/jump.c
111
jump_percent(int percent, long fraction)
usr.bin/less/jump.c
127
pos = percent_pos(len, percent, fraction);
usr.bin/less/os.c
86
percent_pos(off_t pos, int percent, long fraction)
usr.bin/less/os.c
92
off_t perden = (percent * (NUM_FRAC_DENOM / 100)) + (fraction / 100);
usr.bin/ssh/misc.c
1305
vdollar_percent_expand(int *parseerror, int dollar, int percent,
usr.bin/ssh/misc.c
1326
if (percent) {
usr.bin/ssh/misc.c
1378
if (*string != '%' || !percent) {
usr.bin/ssh/moduli.c
488
unsigned long num_to_process, processed, remaining, percent, eta;
usr.bin/ssh/moduli.c
513
percent = 100 * processed / num_to_process;
usr.bin/ssh/moduli.c
517
ctime(&time_now), processed, num_to_process, percent,
usr.bin/ssh/progressmeter.c
127
int percent;
usr.bin/ssh/progressmeter.c
186
percent = 100;
usr.bin/ssh/progressmeter.c
188
percent = ((float)cur_pos / end_pos) * 100;
usr.bin/ssh/progressmeter.c
191
xextendf(&buf, NULL, " %3d%% %s %s/s ", percent, format_size(cur_pos),
usr.bin/tic/dump_entry.c
783
bool percent = FALSE;
usr.bin/tic/dump_entry.c
789
percent = FALSE;
usr.bin/tic/dump_entry.c
793
percent = FALSE;
usr.bin/tic/dump_entry.c
797
percent = TRUE;
usr.bin/tic/dump_entry.c
802
if (percent) {
usr.bin/tic/dump_entry.c
803
percent = FALSE;
usr.bin/tic/dump_entry.c
837
if (percent) {
usr.bin/tic/dump_entry.c
838
percent = FALSE;
usr.bin/tic/dump_entry.c
859
if (percent && params && !leading_DYN(&tmpbuf, "%")) {
usr.bin/tic/dump_entry.c
864
percent = FALSE;
usr.bin/tic/dump_entry.c
871
percent = FALSE;
usr.bin/vmstat/vmstat.c
636
double percent, total;
usr.bin/vmstat/vmstat.c
643
percent = 100 / total;
usr.bin/vmstat/vmstat.c
645
percent = 0;
usr.bin/vmstat/vmstat.c
646
(void)printf("%2.0f ", (cur.cp_time[CP_USER] + cur.cp_time[CP_NICE]) * percent);
usr.bin/vmstat/vmstat.c
647
(void)printf("%2.0f ", (cur.cp_time[CP_SYS] + cur.cp_time[CP_SPIN] + cur.cp_time[CP_INTR]) * percent);
usr.bin/vmstat/vmstat.c
648
(void)printf("%2.0f", cur.cp_time[CP_IDLE] * percent);
usr.sbin/hostapd/parse.y
1164
percent : STRING
usr.sbin/hostapd/parse.y
171
%type <v.number> percent
usr.sbin/hostapd/parse.y
808
frmmatchrtapopt : RSSI unaryop percent