Searched refs:strtof (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/head/iso/ |
H A D | stdlib_c99.h | 76 extern float strtof(const char *_RESTRICT_KYWD, char **_RESTRICT_KYWD);
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | alternate-keywords.c | 2 extern float strtof(const char *__restrict__ ptr, char **__restrict__ endptr);
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | strtod.c | 74 strtof(const char *cp, char **ptr) in strtof() function
|
/illumos-gate/usr/src/boot/include/ |
H A D | stdlib.h | 108 float strtof(const char * __restrict, char ** __restrict);
|
/illumos-gate/usr/src/cmd/power/ |
H A D | handlers.c | 837 fval = strtof(src, NULL); in scan_float()
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1389 strtof.3c \ 2617 strtof.3c := LINKSRC = strtod.3c
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_ranges.c | 439 return sval_type_fval(type, strtof(start, (char **)endp)); in parse_val()
|
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 4318 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 D | mapfile-vers | 1217 strtof;
|
/illumos-gate/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 4819 if ((cap = strtof(prop_id, &unitp)) <= 0 || *unitp != '\0' || in set_func()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1395 link path=usr/share/man/man3c/strtof.3c target=strtod.3c
|