Home
last modified time | relevance | path

Searched refs:strton (Results 1 – 25 of 41) sorted by relevance

12

/titanic_51/usr/src/lib/libast/common/string/
H A Dstrton.c26 #define S2I_function strton
H A Dstrexpr.c247 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 Dstrton.c23 * strton() implementation
26 #define S2I_function strton
H A Dstrexpr.c247 if (isdigit(c)) n = strton(ex->nextchr, &ex->nextchr, NiL, 0); in expr()
/titanic_51/usr/src/lib/libast/common/misc/
H A Drecstr.c76 n = strton(s, &t, NiL, 0); in recstr()
H A Dmagic.c1812 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 Drecstr.c76 n = strton(s, &t, NiL, 0); in recstr()
H A Dmagic.c1853 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 Dast.h115 #define strton(s,t,b,f) strtol(s,t,0) macro
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h371 #undef strton
372 #define strton _ast_strton macro
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h371 #undef strton
372 #define strton _ast_strton macro
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h392 #undef strton
393 #define strton _ast_strton macro
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h392 #undef strton
393 #define strton _ast_strton macro
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h371 #undef strton
372 #define strton _ast_strton macro
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h371 #undef strton
372 #define strton _ast_strton macro
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h392 #undef strton
393 #define strton _ast_strton macro
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h392 #undef strton
393 #define strton _ast_strton macro
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dulimit.c145 else if((i=strton(limit,&last,NiL,0))==INFINITY || *last) in b_ulimit()
/titanic_51/usr/src/lib/libast/common/include/
H A Dast.h335 extern long strton(const char*, char**, char*, int);
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap371 #undef strton
372 #define strton _ast_strton
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap371 #undef strton
372 #define strton _ast_strton
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap371 #undef strton
372 #define strton _ast_strton
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap371 #undef strton
372 #define strton _ast_strton
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h358 extern long strton(const char*, char**, char*, int);
/titanic_51/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap371 #undef strton
372 #define strton _ast_strton

12