/titanic_51/usr/src/lib/libast/common/string/ |
H A D | strton.c | 26 #define S2I_function strton
|
H A D | strexpr.c | 247 if (isdigit(c)) n = strton(ex->nextchr, &ex->nextchr, NiL, 0); in expr()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | strton.c | 23 * strton() implementation 26 #define S2I_function strton
|
H A D | strexpr.c | 247 if (isdigit(c)) n = strton(ex->nextchr, &ex->nextchr, NiL, 0); in expr()
|
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | recstr.c | 76 n = strton(s, &t, NiL, 0); in recstr()
|
H A D | magic.c | 1812 ep->offset = strton(p, &next, NiL, 0); in load() 1898 ep->mask = strton(++p, NiL, NiL, 0); in load() 1980 ep->mask = strton(++p, &next, NiL, 0); in load() 2089 ep->value.loop->start = strton(p, &t, NiL, 0); in load() 2091 ep->value.loop->size = strton(t, &t, NiL, 0); in load() 2109 ep->value.num = strton(p, NiL, NiL, 0) + lge; in load()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | recstr.c | 76 n = strton(s, &t, NiL, 0); in recstr()
|
H A D | magic.c | 1853 ep->offset = strton(p, &next, NiL, 0); in load() 1939 ep->mask = strton(++p, NiL, NiL, 0); in load() 2021 ep->mask = strton(++p, &next, NiL, 0); in load() 2130 ep->value.loop->start = strton(p, &t, NiL, 0); in load() 2132 ep->value.loop->size = strton(t, &t, NiL, 0); in load() 2150 ep->value.num = strton(p, NiL, NiL, 0) + lge; in load()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | ast.h | 115 #define strton(s,t,b,f) strtol(s,t,0) macro
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 371 #undef strton 372 #define strton _ast_strton macro
|
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 371 #undef strton 372 #define strton _ast_strton macro
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 392 #undef strton 393 #define strton _ast_strton macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 392 #undef strton 393 #define strton _ast_strton macro
|
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 371 #undef strton 372 #define strton _ast_strton macro
|
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 371 #undef strton 372 #define strton _ast_strton macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 392 #undef strton 393 #define strton _ast_strton macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 392 #undef strton 393 #define strton _ast_strton macro
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | ulimit.c | 145 else if((i=strton(limit,&last,NiL,0))==INFINITY || *last) in b_ulimit()
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | ast.h | 335 extern long strton(const char*, char**, char*, int);
|
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | map | 371 #undef strton 372 #define strton _ast_strton
|
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | map | 371 #undef strton 372 #define strton _ast_strton
|
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | map | 371 #undef strton 372 #define strton _ast_strton
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | map | 371 #undef strton 372 #define strton _ast_strton
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ast.h | 358 extern long strton(const char*, char**, char*, int);
|
/titanic_51/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | map | 371 #undef strton 372 #define strton _ast_strton
|