Searched defs:S2F_function (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dstrtod.c28 #define S2F_function strtod macro
H A Dstrtold.c26 #define S2F_function strtold macro
/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrntod.c28 #define S2F_function strntod macro
H A Dstrntold.c28 #define S2F_function strntold macro
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfstrtof.h33 * S2F_function the function name
55 #if !defined(S2F_function)
56 #define S2F_function _sfdscan macro
174 S2F_function(void* s, S2F_get_f get) function
176 S2F_function(s, get) void* s; S2F_get_f get;
181 S2F_function(const char* str, size_t size, char** end)
183 S2F_function(str, size, end) char* str; size_t size; char** end;
187 S2F_function(const char* str, char** end)
189 S2F_function(str, end) char* str; char** end;

Completed in 67 milliseconds