/titanic_44/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_44/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_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 392 #undef strton 393 #define strton _ast_strton macro
|
H A D | ast.h | 353 extern __MANGLE__ long strton __PROTO__((const char*, char**, char*, int));
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 371 #undef strton 372 #define strton _ast_strton macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 392 #undef strton 393 #define strton _ast_strton macro
|
H A D | ast.h | 353 extern __MANGLE__ long strton __PROTO__((const char*, char**, char*, int));
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 371 #undef strton 372 #define strton _ast_strton macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 392 #undef strton 393 #define strton _ast_strton macro
|
H A D | ast.h | 353 extern __MANGLE__ long strton __PROTO__((const char*, char**, char*, int));
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 371 #undef strton 372 #define strton _ast_strton macro
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 371 #undef strton 372 #define strton _ast_strton macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 392 #undef strton 393 #define strton _ast_strton macro
|
H A D | ast.h | 353 extern __MANGLE__ long strton __PROTO__((const char*, char**, char*, int));
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | ast.h | 335 extern long strton(const char*, char**, char*, int);
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | map | 371 #undef strton 372 #define strton _ast_strton
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | map | 371 #undef strton 372 #define strton _ast_strton
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | map | 371 #undef strton 372 #define strton _ast_strton
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | map | 371 #undef strton 372 #define strton _ast_strton
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | grep.c | 698 state.buffer.size = strton(s, &s, NiL, 1); in grep_main()
|
H A D | RELEASE | 154 tail.c: use strton() for number conversion
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 339 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 D | Makefile.com | 527 common/string/strton.o \
|