Home
last modified time | relevance | path

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

/titanic_44/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_44/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_44/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h392 #undef strton
393 #define strton _ast_strton macro
H A Dast.h353 extern __MANGLE__ long strton __PROTO__((const char*, char**, char*, int));
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h371 #undef strton
372 #define strton _ast_strton macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h392 #undef strton
393 #define strton _ast_strton macro
H A Dast.h353 extern __MANGLE__ long strton __PROTO__((const char*, char**, char*, int));
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h371 #undef strton
372 #define strton _ast_strton macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h392 #undef strton
393 #define strton _ast_strton macro
H A Dast.h353 extern __MANGLE__ long strton __PROTO__((const char*, char**, char*, int));
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h371 #undef strton
372 #define strton _ast_strton macro
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h371 #undef strton
372 #define strton _ast_strton macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h392 #undef strton
393 #define strton _ast_strton macro
H A Dast.h353 extern __MANGLE__ long strton __PROTO__((const char*, char**, char*, int));
/titanic_44/usr/src/lib/libast/common/include/
H A Dast.h335 extern long strton(const char*, char**, char*, int);
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap371 #undef strton
372 #define strton _ast_strton
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap371 #undef strton
372 #define strton _ast_strton
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap371 #undef strton
372 #define strton _ast_strton
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap371 #undef strton
372 #define strton _ast_strton
/titanic_44/usr/src/lib/libcmd/common/
H A Dgrep.c698 state.buffer.size = strton(s, &s, NiL, 1); in grep_main()
H A DRELEASE154 tail.c: use strton() for number conversion
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE339 string/strtoi.h: strton() '.' multiplier only if m>1
511 03-10-12 string/strtoi.h: fix strton '.' overconsumption
984 strtol,strtoul,strtoll,strtoull,strton,strtonl: handle locale & ERANGE
1049 00-12-13 strton: recognize qualifier only if preceded by a digit
1058 strton,stronll: handle [u|U][l|L][ll|LL] qualifiers
1230 optget: strton() instead of strtol() for #
1306 strton: use _Sfcv* base conversion tables instead of sfsscanf()
1401 strton: use sfsscanf()
/titanic_44/usr/src/lib/libast/
H A DMakefile.com527 common/string/strton.o \