Searched defs:S2I_function (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dstrtol.c28 #define S2I_function strtol macro
H A Dstrtoul.c28 #define S2I_function strtoul macro
H A Dstrtoll.c40 #define S2I_function strtoll macro
H A Dstrtoull.c40 #define S2I_function strtoull macro
/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrntol.c26 #define S2I_function strntol macro
H A Dstrntoll.c26 #define S2I_function strntoll macro
H A Dstrton.c26 #define S2I_function strton macro
H A Dstrtonll.c26 #define S2I_function strtonll macro
H A Dstrnton.c26 #define S2I_function strnton macro
H A Dstrntonll.c26 #define S2I_function strntonll macro
H A Dstrntoul.c26 #define S2I_function strntoul macro
H A Dstrntoull.c26 #define S2I_function strntoull macro
H A Dstrtoi.h36 * S2I_function the function name
197 S2I_function(const char* a, size_t size, char** e, char* basep, int m) function
199 S2I_function(a, size, e, basep, m) const char* a; size_t size; char** e; char* basep; int m;
203 S2I_function(const char* a, size_t size, char** e, int base)
205 S2I_function(a, size, e, base) const char* a; size_t size; char** e; int base;
211 S2I_function(const char* a, char** e, char* basep, int m)
213 S2I_function(a, e, basep, m) const char* a; char** e; char* basep; int m;
217 S2I_function(const char* a, char** e, int base)
219 S2I_function(a, e, base) const char* a; char** e; int base;

Completed in 56 milliseconds