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

/osnet-11/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
/osnet-11/usr/src/lib/libast/common/string/
H A Dstrntol.c26 #define S2I_function strntol macro
H A Dstrton.c26 #define S2I_function strton macro
H A Dstrntoll.c26 #define S2I_function strntoll 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 Dstrtonll.c26 #define S2I_function strtonll macro
H A Dstrtoi.h36 * S2I_function the function name
200 S2I_function(const char* a, size_t size, char** e, char* basep, int m) function
202 S2I_function(a, size, e, basep, m) const char* a; size_t size; char** e; char* basep; int m;
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;

Completed in 58 milliseconds