HomeSort by: relevance | last modified time | path
    Searched refs:atof (Results 1 - 14 of 14) sorted by relevancy

  /src/lib/libc/stdlib/
atof.c 1 /* $NetBSD: atof.c,v 1.13 2012/06/25 22:32:45 abs Exp $ */
35 static char sccsid[] = "@(#)atof.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: atof.c,v 1.13 2012/06/25 22:32:45 abs Exp $");
45 atof(const char *ascii) function in typeref:typename:double
Makefile.inc 8 a64l.c abort.c atexit.c atof.c atoi.c atol.c atoll.c \
46 MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 atoll.3 \
  /src/tests/lib/libc/stdlib/
t_atoi.c 44 "Test that atof(3) matches the corresponding strtod(3) call");
53 ATF_REQUIRE(atof("0") == strtod("0", NULL));
54 ATF_REQUIRE(atof("-1") == strtod("-1", NULL));
55 ATF_REQUIRE(atof(buf) == strtod(buf, NULL));
  /src/lib/npf/ext_rndblock/
npfext_rndblock.c 87 ival = (i == 1) ? atof(val) * 100 : atol(val);
  /src/lib/libc/gdtoa/test/
dt.c 58 extern "C" double atof(const char*);
60 extern double atof ANSI((char*));
231 dval(&d1) = atof(buf);
240 printf("atof gives\n\
  /src/lib/libform/
type_numeric.c 178 number = atof(buf);
  /src/usr.bin/pwait/
pwait.c 93 timeout = atof(optarg);
  /src/usr.sbin/lpr/pac/
pac.c 122 price = atof(optarg);
  /src/include/
stdlib.h 99 double atof(const char *);
  /src/usr.bin/xlint/llib/
llib-lstdc 185 double (atof)(const char *nptr);
llib-lposix 77 double (atof)(const char *nptr);
  /src/usr.bin/radioctl/
radioctl.c 350 val = (u_long)1000 * atof(str);
  /src/sbin/ifconfig/
ifconfig.c 1257 printf(", %s byte%s", buf, (atof(buf) == 1.0) ? "" : "s");
  /src/libexec/lfs_cleanerd/
lfs_cleanerd.c 1521 load_threshold = atof(optarg);

Completed in 54 milliseconds