Home
last modified time | relevance | path

Searched refs:S2I_function (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrtoi.h200 S2I_function(const char* a, size_t size, char** e, char* basep, int m) in S2I_function() function
202 S2I_function(a, size, e, basep, m) const char* a; size_t size; char** e; char* basep; int m; in S2I_function()
206 S2I_function(const char* a, size_t size, char** e, int base)
208 S2I_function(a, size, e, base) const char* a; size_t size; char** e; int base;
214 S2I_function(const char* a, char** e, char* basep, int m)
216 S2I_function(a, e, basep, m) const char* a; char** e; char* basep; int m;
220 S2I_function(const char* a, char** e, int base)
222 S2I_function(a, e, base) const char* a; char** e; int base;
H A Dstrntol.c26 #define S2I_function strntol macro
H A Dstrton.c26 #define S2I_function strton macro
H A Dstrnton.c26 #define S2I_function strnton macro
H A Dstrntoul.c26 #define S2I_function strntoul macro
H A Dstrntoll.c26 #define S2I_function strntoll macro
H A Dstrtonll.c26 #define S2I_function strtonll macro
H A Dstrntonll.c26 #define S2I_function strntonll macro
H A Dstrntoull.c26 #define S2I_function strntoull macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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