Searched refs:strntod (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libast/string/ |
H A D | strntod.c | 23 * strntod() implementation 28 #define S2F_function strntod
|
/ast/src/cmd/tests/ |
H A D | strtof.c | 28 * strntod strntold 68 #undef strntod macro 69 #define strntod _tst_strntod macro 72 strntod(const char* s, size_t n, char** e) function 150 d = strntod(s, n, &p); 151 printf("strntod %2d \"%-.*s\" \"%s\" %.*e %s\n", n, n, s, p, DBL_DIG - 1, d, errno == 0 ? "OK" : errno == ERANGE ? "ERANGE" : errno == EINVAL ? "EINVAL" : "ERROR"); 154 d = strntod(s, n - 1, &p); 155 printf("strntod %2d \"%-.*s\" \"%s\" %.*e %s\n", n - 1, n - 1, s, p, DBL_DIG - 1, d, errno == 0 ? "OK" : errno == ERANGE ? "ERANGE" : errno == EINVAL ? "EINVAL" : "ERROR");
|
/ast/src/lib/libdss/ |
H A D | cx.h | 181 #undef strntod macro 182 #define strntod(a,b,c) strntold(a,b,c) macro
|
H A D | cxopen.c | 214 ret->value.number = strntod(buf, size, &e);
|
/ast/src/lib/libast/include/ |
H A D | ast.h | 339 extern double strntod(const char*, size_t, char**);
|
/ast/src/lib/libast/ |
H A D | Makefile | 113 strntod.c strntold.c strnton.c strntonll.c \
|
Completed in 42 milliseconds