Searched refs:strntod (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libast/string/
H A Dstrntod.c23 * strntod() implementation
28 #define S2F_function strntod
/ast/src/cmd/tests/
H A Dstrtof.c28 * 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 Dcx.h181 #undef strntod macro
182 #define strntod(a,b,c) strntold(a,b,c) macro
H A Dcxopen.c214 ret->value.number = strntod(buf, size, &e);
/ast/src/lib/libast/include/
H A Dast.h339 extern double strntod(const char*, size_t, char**);
/ast/src/lib/libast/
H A DMakefile113 strntod.c strntold.c strnton.c strntonll.c \

Completed in 42 milliseconds