Searched refs:S2I_function (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/lib/libast/common/string/ |
H A D | strtoi.h | 197 S2I_function(const char* a, size_t size, char** e, char* basep, int m) in S2I_function() function 199 S2I_function(a, size, e, basep, m) const char* a; size_t size; char** e; char* basep; int m; in S2I_function() 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;
|
H A D | strntol.c | 26 #define S2I_function strntol macro
|
H A D | strton.c | 26 #define S2I_function strton macro
|
H A D | strnton.c | 26 #define S2I_function strnton macro
|
H A D | strntoul.c | 26 #define S2I_function strntoul macro
|
H A D | strntoll.c | 26 #define S2I_function strntoll macro
|
H A D | strtonll.c | 26 #define S2I_function strtonll macro
|
H A D | strntonll.c | 26 #define S2I_function strntonll macro
|
H A D | strntoull.c | 26 #define S2I_function strntoull macro
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | strtol.c | 28 #define S2I_function strtol macro
|
H A D | strtoul.c | 28 #define S2I_function strtoul macro
|
H A D | strtoll.c | 40 #define S2I_function strtoll macro
|
H A D | strtoull.c | 40 #define S2I_function strtoull macro
|