| /freebsd/contrib/netbsd-tests/lib/libc/stdlib/ |
| H A D | t_atoi.c | 53 ATF_REQUIRE(atof("0") == strtod("0", NULL)); in ATF_TC_BODY() 54 ATF_REQUIRE(atof("-1") == strtod("-1", NULL)); in ATF_TC_BODY() 55 ATF_REQUIRE(atof(buf) == strtod(buf, NULL)); in ATF_TC_BODY()
|
| /freebsd/contrib/ntp/clockstuff/ |
| H A D | propdelay.c | 157 height = atof(ntp_optarg); in main() 346 arg = atof(buf); in latlong() 355 arg += atof(buf) / divby; in latlong() 359 arg += atof(cp) / divby; in latlong() 361 arg = atof(str); in latlong()
|
| /freebsd/lib/libc/stdlib/ |
| H A D | atof.c | 41 atof(const char *ascii) in atof() function
|
| H A D | Makefile.inc | 10 atof.c \ 91 MAN+= a64l.3 abort.3 abs.3 atexit.3 atof.3 \
|
| H A D | Symbol.map | 9 atof;
|
| /freebsd/contrib/byacc/test/ |
| H A D | btyacc_calc1.y | 259 (*yylval).dval = atof(buf); in YYLEX_DECL() 261 yylval.dval = atof(buf); in YYLEX_DECL()
|
| H A D | calc1.y | 243 yylval.dval = atof(buf); in yylex()
|
| H A D | varsyntax_calc1.y | 245 yylval.dval = atof(buf);
|
| /freebsd/usr.bin/units/ |
| H A D | units.c | 341 offsetnum = atof(offset+1); in addunit() 348 num = atof(item); in addunit() 361 num = atof(divider + 1); in addunit() 376 num = atof(item); in addunit()
|
| /freebsd/usr.sbin/lpr/pac/ |
| H A D | pac.c | 119 price = atof(cp); in main() 211 t = atof(cp); in account()
|
| /freebsd/sbin/ipfw/ |
| H A D | dummynet.c | 940 loss = atof(arg); in load_extra_delays() 963 points[points_no].delay = atof(name); in load_extra_delays() 964 points[points_no].prob = atof(arg); in load_extra_delays() 966 points[points_no].delay = atof(arg); in load_extra_delays() 967 points[points_no].prob = atof(name); in load_extra_delays() 1159 ep->par[3] = atof(av[0]) * PIE_SCALE; in process_extra_parms() 1167 ep->par[4] = atof(av[0]) * PIE_SCALE; in process_extra_parms() 1175 ep->par[5] = atof(av[0]) * PIE_SCALE; in process_extra_parms()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | cstdlib | 34 double atof (const char* nptr); 106 using ::atof _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/crypto/openssl/apps/ |
| H A D | speed.c | 5008 results[alg][j] += atof(sstrsep(&p, sep)); in do_multi() 5015 d = atof(sstrsep(&p, sep)); in do_multi() 5018 d = atof(sstrsep(&p, sep)); in do_multi() 5021 d = atof(sstrsep(&p, sep)); in do_multi() 5024 d = atof(sstrsep(&p, sep)); in do_multi() 5033 d = atof(sstrsep(&p, sep)); in do_multi() 5036 d = atof(sstrsep(&p, sep)); in do_multi() 5045 d = atof(sstrsep(&p, sep)); in do_multi() 5048 d = atof(sstrsep(&p, sep)); in do_multi() 5056 d = atof(sstrsep(&p, sep)); in do_multi() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cstdlib | 34 double atof (const char* nptr); 111 using ::atof _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cstdlib.inc | 34 using ::atof _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cstdlib.cppm | |
| H A D | cstdlib.inc | 34 using std::atof _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/ncurses/form/ |
| H A D | fty_num.c | 267 double val = atof(s); in Check_This_Field()
|
| /freebsd/include/ |
| H A D | stdlib.h | 87 double atof(const char *);
|
| /freebsd/usr.sbin/iostat/ |
| H A D | iostat.c | 250 f = atof(optarg); in main() 388 f = atof(*argv); in main()
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | mem.c | 121 md_fail_percent = atsign == NULL ? 0 : (int)(atof(atsign + 1) * 100 + 0.5); in parseit()
|
| /freebsd/contrib/ntp/adjtimed/ |
| H A D | adjtimed.c | 46 double atof (const char *);
|
| /freebsd/usr.bin/indent/ |
| H A D | args.c | 281 opt.case_indent = atof(param_start); in set_option()
|
| /freebsd/contrib/ntp/util/ |
| H A D | ntptime.c | 144 ntx.freq = (long)(atof(ntp_optarg) * SCALE_FREQ); in main()
|
| /freebsd/tools/tools/net80211/wlantxtime/ |
| H A D | wlantxtime.c | 541 frate = atof(optarg); in main()
|