Symbol: strtod
bin/sleep/sleep.c
135
val = strtod(arg, &temp);
dist/pf/sbin/pfctl/parse.y
1437
bps = strtod($1, &cp);
dist/pf/sbin/pfctl/parse.y
2141
double p = strtod($2, &e);
games/random/random.c
94
denom = strtod(*argv, &ep);
include/stdlib.h
121
double strtod(const char * __restrict, char ** __restrict);
lib/libc/gdtoa/gdtoa.h
140
extern double strtod ANSI((CONST char *, char **));
lib/libc/gdtoa/gdtoaimp.h
629
extern double strtod ANSI((const char *s00, char **se));
lib/libc/gdtoa/strtod.c
65
__strong_alias(_strtold, strtod)
lib/libc/gdtoa/strtodnrp.c
46
strtod(CONST char *s, char **sp)
lib/libc/gdtoa/test/ddtest.c
134
u.dd[0] = strtod(s, &se);
lib/libc/gdtoa/test/ddtest.c
135
u.dd[1] = strtod(se, &se);
lib/libc/gdtoa/test/dt.c
175
dval(&d1) = strtod(buf, (char **)0);
lib/libc/gdtoa/test/dt.c
228
dval(&d) = strtod(buf,&se);
lib/libc/gdtoa/test/dtest.c
99
if ((u.f != strtod(ibuf, &se1) || se1 != se))
lib/libc/gdtoa/test/pftest.c
115
d.x = strtod(b,&s);
lib/libc/gdtoa/test/strtodt.c
82
b.d = strtod(buf,0);
lib/libc/posix1e/acl_from_text_nfs4.c
184
id = strtod(str, &end);
lib/libc/stdlib/atof.c
49
return (strtod(ascii, NULL));
lib/libm/gen/nan.c
47
#define NAN_STRTOD strtod
sbin/disklabel/interact.c
746
d = strtod(buf, &ep);
sbin/ping/ping.c
324
interval = strtod(optarg, &p);
sbin/ping/ping.c
417
maxwait = strtod(optarg, &p);
sbin/ping6/ping6.c
420
intval = strtod(optarg, &e);
sbin/ping6/ping6.c
524
maxwait = strtod(optarg, &e);
sbin/ping6/ping6.c
530
deadline = strtod(optarg, &e);
tests/lib/libc/gen/t_fpsetround.c
104
double d = strtod(tst[i].n, NULL);
tests/lib/libc/gen/t_siginfo.c
309
volatile double d = strtod("0", NULL);
tests/lib/libc/locale/t_sprintf.c
166
d = (double)strtod(t->double_input, NULL);
tests/lib/libc/stdlib/t_atoi.c
53
ATF_REQUIRE(atof("0") == strtod("0", NULL));
tests/lib/libc/stdlib/t_atoi.c
54
ATF_REQUIRE(atof("-1") == strtod("-1", NULL));
tests/lib/libc/stdlib/t_atoi.c
55
ATF_REQUIRE(atof(buf) == strtod(buf, NULL));
tests/lib/libc/stdlib/t_strtod.c
121
d = strtod(str, &end); /* -0.0 */
tests/lib/libc/stdlib/t_strtod.c
129
d = strtod(str, &end); /* -0.0 */
tests/lib/libc/stdlib/t_strtod.c
150
volatile double d = strtod(inf_strings[i], NULL);
tests/lib/libc/stdlib/t_strtod.c
210
volatile double d = strtod(nan_string, &end);
tests/lib/libc/stdlib/t_strtod.c
279
volatile double d1 = strtod(val, NULL);
tests/lib/libc/stdlib/t_strtod.c
281
volatile double d2 = strtod(val, NULL);
tests/lib/libc/stdlib/t_strtod.c
308
volatile double d = strtod(tmp, NULL);
tests/lib/libc/stdlib/t_strtod.c
340
volatile double d = strtod(str, NULL);
tests/lib/libc/stdlib/t_strtod.c
368
d = strtod(str, NULL);
tests/lib/libc/stdlib/t_strtod.c
67
double d = strtod(buf, NULL);
usr.bin/flock/flock.c
194
timeout = strtod(optarg, NULL);
usr.bin/indent/args.c
162
opt.case_indent = (float)strtod(arg_end, &end);
usr.bin/jot/jot.c
187
step = strtod(argv[3], &ep);
usr.bin/make/cond.c
355
dbl_val = strtod(str, &end);
usr.bin/make/main.c
418
d = strtod(arg, &end);
usr.bin/nbperf/nbperf.c
153
nbperf.c = strtod(optarg, &eos);
usr.bin/seq/seq.c
440
dbl = strtod(num, &endp);
usr.bin/systat/main.c
128
if ((naptime = strtod(optarg, NULL)) <= 0)
usr.bin/systat/main.c
147
naptime = strtod(argv[0], NULL);
usr.bin/timeout/timeout.c
78
ret = strtod(duration, &end);
usr.bin/units/units.c
400
num = strtod(item, &endptr);
usr.bin/units/units.c
414
num = strtod(divider + 1, &endptr);
usr.bin/units/units.c
430
num = strtod(item, &endptr);
usr.sbin/altq/altqstat/altqstat.c
128
ival = strtod(optarg, NULL);
usr.sbin/altq/libaltq/qop.c
797
bandwidth = strtod(s, &cp);
usr.sbin/altq/libaltq/qop.c
817
bytes = strtod(s, &cp);
usr.sbin/altq/libaltq/qop_jobs.c
238
alc = (int64_t)(strtod(*argv, NULL)
usr.sbin/envstat/config.c
517
val = strtod(strval, &endptr);
usr.sbin/envstat/config.c
536
val = strtod(strval, &endptr);
usr.sbin/envstat/config.c
564
val = strtod(strval, &endptr);
usr.sbin/envstat/config.c
592
val = strtod(strval, &endptr);
usr.sbin/envstat/config.c
620
val = strtod(strval, &endptr);
usr.sbin/envstat/config.c
745
val = strtod(strval, &endptr);
usr.sbin/envstat/config.c
763
val = strtod(value, &endptr);
usr.sbin/envstat/config.c
778
val = strtod(value, &endptr);
usr.sbin/tprof/tprof.c
340
d = strtod(scale, &p);
usr.sbin/tprof/tprof.c
407
interval = strtod(optarg, &p);