strtod
val = strtod(arg, &temp);
bps = strtod($1, &cp);
double p = strtod($2, &e);
denom = strtod(*argv, &ep);
double strtod(const char * __restrict, char ** __restrict);
extern double strtod ANSI((CONST char *, char **));
extern double strtod ANSI((const char *s00, char **se));
__strong_alias(_strtold, strtod)
strtod(CONST char *s, char **sp)
u.dd[0] = strtod(s, &se);
u.dd[1] = strtod(se, &se);
dval(&d1) = strtod(buf, (char **)0);
dval(&d) = strtod(buf,&se);
if ((u.f != strtod(ibuf, &se1) || se1 != se))
d.x = strtod(b,&s);
b.d = strtod(buf,0);
id = strtod(str, &end);
return (strtod(ascii, NULL));
#define NAN_STRTOD strtod
d = strtod(buf, &ep);
interval = strtod(optarg, &p);
maxwait = strtod(optarg, &p);
intval = strtod(optarg, &e);
maxwait = strtod(optarg, &e);
deadline = strtod(optarg, &e);
double d = strtod(tst[i].n, NULL);
volatile double d = strtod("0", NULL);
d = (double)strtod(t->double_input, NULL);
ATF_REQUIRE(atof("0") == strtod("0", NULL));
ATF_REQUIRE(atof("-1") == strtod("-1", NULL));
ATF_REQUIRE(atof(buf) == strtod(buf, NULL));
d = strtod(str, &end); /* -0.0 */
d = strtod(str, &end); /* -0.0 */
volatile double d = strtod(inf_strings[i], NULL);
volatile double d = strtod(nan_string, &end);
volatile double d1 = strtod(val, NULL);
volatile double d2 = strtod(val, NULL);
volatile double d = strtod(tmp, NULL);
volatile double d = strtod(str, NULL);
d = strtod(str, NULL);
double d = strtod(buf, NULL);
timeout = strtod(optarg, NULL);
opt.case_indent = (float)strtod(arg_end, &end);
step = strtod(argv[3], &ep);
dbl_val = strtod(str, &end);
d = strtod(arg, &end);
nbperf.c = strtod(optarg, &eos);
dbl = strtod(num, &endp);
if ((naptime = strtod(optarg, NULL)) <= 0)
naptime = strtod(argv[0], NULL);
ret = strtod(duration, &end);
num = strtod(item, &endptr);
num = strtod(divider + 1, &endptr);
num = strtod(item, &endptr);
ival = strtod(optarg, NULL);
bandwidth = strtod(s, &cp);
bytes = strtod(s, &cp);
alc = (int64_t)(strtod(*argv, NULL)
val = strtod(strval, &endptr);
val = strtod(strval, &endptr);
val = strtod(strval, &endptr);
val = strtod(strval, &endptr);
val = strtod(strval, &endptr);
val = strtod(strval, &endptr);
val = strtod(value, &endptr);
val = strtod(value, &endptr);
d = strtod(scale, &p);
interval = strtod(optarg, &p);