Home
last modified time | relevance | path

Searched refs:atof (Results 1 – 25 of 33) sorted by path

12

/illumos-gate/usr/src/boot/include/
H A Dstdlib.h85 double atof(const char *);
/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c763 drate = atof(s); in parse_sample_rate()
/illumos-gate/usr/src/cmd/awk/
H A Dlex.c198 buf, tostring(buf), atof(buf), CON|NUM, symtab); in yylex()
H A Dlib.c226 atof(recloc->sval); in getrec()
375 q->fval = atof(q->sval); in setclvar()
481 p->fval = atof(p->sval); in fldbld()
H A Drun.c478 recloc->fval = atof(recloc->sval); in awkgetline()
1451 atof(s), in split()
1478 (void) setsymtab(num, s, atof(s), in split()
1504 (void) setsymtab(num, t, atof(t), in split()
1524 (void) setsymtab(num, buf, atof(buf), in split()
1543 (void) setsymtab(num, t, atof(t), in split()
H A Dtran.c175 (void) setsymtab(temp, *av, atof(*av), in arginit()
200 (void) setsymtab(*envp, p, atof(p), in envinit()
466 vp->fval = atof(vp->sval); /* best guess */ in getfval()
/illumos-gate/usr/src/cmd/bnu/
H A Dgrades.c368 *nlimit = (long) (atof(rest) * ONE_K);
372 *nlimit = (long) (atof(rest) * ONE_MEG);
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcputrack.c137 opts->mseconds = (uint_t)(atof(optarg) * 1000.0); in main()
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_info.c305 *result = (dbus_int64_t) ceil (hal_device_property_get_double (d, key) - atof (right_side)); in match_compare_property()
1155 atof (pc->cdata_buf)); in end()
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal_set_property.c176 double_value = (double) atof (optarg); in main()
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dext.h56 extern double atof();
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c841 if ( (pointslop = atof(optarg)) < 0 ) in options()
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.def89 double log(), sqrt(), exp(), atof();
/illumos-gate/usr/src/cmd/spell/
H A Dspellin.c104 if ((atof(argv[1])) == 0.0) { in main()
109 z = huff((1L<<HASHWIDTH)/atof(argv[1])); in main()
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c143 aspect = atof(&argv[1][2]); in main()
574 aspect = atof(&buf[1]); in t_page()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dfloat1055 f = atof(NAN);
1062 f = atof(INF);
H A Dsys168 extern atof double (const char*)
/illumos-gate/usr/src/head/
H A Dfloatingpoint.h188 extern double atof(const char *);
193 using std::atof;
H A Dstdlib.h60 using std::atof;
/illumos-gate/usr/src/head/iso/
H A Dstdlib_iso.h123 extern double atof(const char *);
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c1253 if (atof(cur_vers) < atof(new_vers)) in be_is_install_needed()
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile358 atof.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com393 atof.o \
/illumos-gate/usr/src/lib/libc/port/gen/
H A Datof.c38 atof(const char *cp) in atof() function
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2536 atof;

12