Symbol: atof
crypto/openssl/apps/speed.c
5008
results[alg][j] += atof(sstrsep(&p, sep));
crypto/openssl/apps/speed.c
5015
d = atof(sstrsep(&p, sep));
crypto/openssl/apps/speed.c
5018
d = atof(sstrsep(&p, sep));
crypto/openssl/apps/speed.c
5021
d = atof(sstrsep(&p, sep));
crypto/openssl/apps/speed.c
5024
d = atof(sstrsep(&p, sep));
crypto/openssl/apps/speed.c
5033
d = atof(sstrsep(&p, sep));
crypto/openssl/apps/speed.c
5036
d = atof(sstrsep(&p, sep));
crypto/openssl/apps/speed.c
5045
d = atof(sstrsep(&p, sep));
crypto/openssl/apps/speed.c
5048
d = atof(sstrsep(&p, sep));
crypto/openssl/apps/speed.c
5056
d = atof(sstrsep(&p, sep));
crypto/openssl/apps/speed.c
5066
d = atof(sstrsep(&p, sep));
crypto/openssl/apps/speed.c
5069
d = atof(sstrsep(&p, sep));
crypto/openssl/apps/speed.c
5080
d = atof(sstrsep(&p, sep));
crypto/openssl/apps/speed.c
5083
d = atof(sstrsep(&p, sep));
crypto/openssl/apps/speed.c
5093
d = atof(sstrsep(&p, sep));
crypto/openssl/apps/speed.c
5100
d = atof(sstrsep(&p, sep));
crypto/openssl/apps/speed.c
5103
d = atof(sstrsep(&p, sep));
crypto/openssl/apps/speed.c
5106
d = atof(sstrsep(&p, sep));
crypto/openssl/apps/speed.c
5112
d = atof(sstrsep(&p, sep));
crypto/openssl/apps/speed.c
5115
d = atof(sstrsep(&p, sep));
crypto/openssl/apps/speed.c
5118
d = atof(sstrsep(&p, sep));
crypto/openssl/crypto/mem.c
121
md_fail_percent = atsign == NULL ? 0 : (int)(atof(atsign + 1) * 100 + 0.5);
include/stdlib.h
87
double atof(const char *);
sbin/camcontrol/camcontrol.c
6200
syncrate = atof(optarg);
sbin/ifconfig/ifieee80211.c
1064
double v = atof(val);
sbin/ifconfig/ifieee80211.c
1624
double v = atof(val);
sbin/ifconfig/ifieee80211.c
1643
double v = atof(val);
sbin/ifconfig/ifieee80211.c
1871
else switch ((int)(atof(val)*4)) {
sbin/ipfw/dummynet.c
1159
ep->par[3] = atof(av[0]) * PIE_SCALE;
sbin/ipfw/dummynet.c
1167
ep->par[4] = atof(av[0]) * PIE_SCALE;
sbin/ipfw/dummynet.c
1175
ep->par[5] = atof(av[0]) * PIE_SCALE;
sbin/ipfw/dummynet.c
940
loss = atof(arg);
sbin/ipfw/dummynet.c
963
points[points_no].delay = atof(name);
sbin/ipfw/dummynet.c
964
points[points_no].prob = atof(arg);
sbin/ipfw/dummynet.c
966
points[points_no].delay = atof(arg);
sbin/ipfw/dummynet.c
967
points[points_no].prob = atof(name);
tools/tools/net80211/wlantxtime/wlantxtime.c
541
frate = atof(optarg);
usr.bin/indent/args.c
281
opt.case_indent = atof(param_start);
usr.bin/units/units.c
341
offsetnum = atof(offset+1);
usr.bin/units/units.c
348
num = atof(item);
usr.bin/units/units.c
361
num = atof(divider + 1);
usr.bin/units/units.c
376
num = atof(item);
usr.bin/vmstat/vmstat.c
270
f = atof(optarg);
usr.bin/vmstat/vmstat.c
362
f = atof(*argv);
usr.sbin/bluetooth/hccontrol/le.c
100
window = (int)(atof(argv[2])/0.625);
usr.sbin/bluetooth/hccontrol/le.c
98
interval = (int)(atof(argv[1])/0.625);
usr.sbin/iostat/iostat.c
250
f = atof(optarg);
usr.sbin/iostat/iostat.c
388
f = atof(*argv);
usr.sbin/lpr/pac/pac.c
119
price = atof(cp);
usr.sbin/lpr/pac/pac.c
211
t = atof(cp);
usr.sbin/pmcannotate/pmcannotate.c
725
limit = (float)atof(optarg);
usr.sbin/pmcstat/pmcstat_log.c
843
pmcstat_threshold = atof(opt+10);