Searched refs:strntold (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libast/string/ |
H A D | strntold.c | 23 * strntold() implementation 28 #define S2F_function strntold
|
/ast/src/cmd/tests/ |
H A D | strtof.c | 28 * strntod strntold 87 #undef strntold macro 88 #define strntold _tst_strntold macro 91 strntold(const char* s, size_t n, char** e) function 158 ld = strntold(s, n, &p); 159 printf("strntold %2d \"%-.*s\" \"%s\" %.*Le %s\n", n, n, s, p, LDBL_DIG - 1, ld, errno == 0 ? "OK" : errno == ERANGE ? "ERANGE" : errno == EINVAL ? "EINVAL" : "ERROR"); 162 ld = strntold(s, n - 1, &p); 163 printf("strntold %2d \"%-.*s\" \"%s\" %.*Le %s\n", n - 1, n - 1, s, p, LDBL_DIG - 1, ld, errno == 0 ? "OK" : errno == ERANGE ? "ERANGE" : errno == EINVAL ? "EINVAL" : "ERROR");
|
/ast/src/lib/libast/include/ |
H A D | ast.h | 340 extern _ast_fltmax_t strntold(const char*, size_t, char**);
|
/ast/src/lib/libdss/ |
H A D | cx.h | 182 #define strntod(a,b,c) strntold(a,b,c)
|
/ast/src/lib/libast/ |
H A D | Makefile | 113 strntod.c strntold.c strnton.c strntonll.c \
|
Completed in 24 milliseconds