Home
last modified time | relevance | path

Searched refs:strtof (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/head/iso/
H A Dstdlib_c99.h76 extern float strtof(const char *_RESTRICT_KYWD, char **_RESTRICT_KYWD);
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dalternate-keywords.c2 extern float strtof(const char *__restrict__ ptr, char **__restrict__ endptr);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrtod.c74 strtof(const char *cp, char **ptr) in strtof() function
/illumos-gate/usr/src/boot/include/
H A Dstdlib.h108 float strtof(const char * __restrict, char ** __restrict);
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c837 fval = strtof(src, NULL); in scan_float()
/illumos-gate/usr/src/man/man3c/
H A DMakefile1299 strtof.3c \
2437 strtof.3c := LINKSRC = strtod.3c
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_ranges.c439 return sval_type_fval(type, strtof(start, (char **)endp)); in parse_val()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c4318 interval = strtof(argv[argc - 1], &end); in get_interval_count()
4349 interval = strtof(argv[argc - 1], &end); in get_interval_count()
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1119 strtof;
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c4819 if ((cap = strtof(prop_id, &unitp)) <= 0 || *unitp != '\0' || in set_func()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc1253 link path=usr/share/man/man3c/strtof.3c target=strtod.3c