Home
last modified time | relevance | path

Searched refs:strtonll (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrtonll.c26 #define S2I_function strtonll
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darith.c394 r = strtonll(val,&str, &lastbase,-1); in arith()
399 r = strtonll(val,&str, &lastbase,-1); in arith()
521 d = strtonll(str,&last,&base,-1); in sh_strnum()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dast.h116 #define strtonll(s,t,b,f) strtoll(s,t,0) macro
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap373 #undef strtonll
374 #define strtonll _ast_strtonll
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap373 #undef strtonll
374 #define strtonll _ast_strtonll
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap373 #undef strtonll
374 #define strtonll _ast_strtonll
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap373 #undef strtonll
374 #define strtonll _ast_strtonll
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h359 extern intmax_t strtonll(const char*, char**, char*, int);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfsetbuf.c89 _Sfmaxr = (ssize_t)strtonll(astsfio+sizeof(sf_maxr)-1,NiL,NiL,0); in sfsetlinemode()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dtail.c383 number = strtonll(s, &t, NiL, 0); in num()
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs558 string/strtonll.o \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile112 strtol.c strtoll.c strtoul.c strtoull.c strton.c strtonll.c \
H A DMamfile2822 make strtonll.o
2823 make string/strtonll.c
2825 done string/strtonll.c
2826 meta strtonll.o %.c>%.o string/strtonll.c strtonll
2827 prev string/strtonll.c
2828 …-Iport -Isfio -Istring -Iinclude -Istd -I${INSTALLROOT}/include -D_PACKAGE_ast -c string/strtonll.c
2829 done strtonll.o generated
6102 …r.o strtod.o strtold.o strtol.o strtoll.o strtoul.o strtoull.o strton.o strtonll.o strntod.o strnt…
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c4114 n = strtonll(s, t, NiL, 0); in optnumber()