Searched refs:strtoull (Results 1 - 13 of 13) sorted by relevance

/ast/src/lib/libast/comp/
H A Dstrtoull.c23 * strtoull() implementation
26 #define strtoull ______strtoull macro
30 #undef strtoull macro
40 #define S2I_function strtoull
H A Dtransition.c73 #ifndef strtoull
78 return strtoull(a, b, c);
/ast/src/cmd/3d/
H A Ddll3d.c43 #undef strtoull macro
H A D3d.h136 #undef strtoull macro
H A Ddir3d.c65 #undef strtoull macro
/ast/src/cmd/nmake/
H A Dmisc.c238 if ((t = strtoull(s, &e, 10)) == (Time_t)(-1))
284 #undef strtoull macro
285 #define strtoull strtoul macro
371 value->q = strtoull(s, NiL, 0);
/ast/src/cmd/tests/
H A Dstrtoi.c28 * strtoll strtoull strtonll
161 ll = strtoull(s, &p, 0);
162 printf("strtoull \"%s\" \"%s\" %llu %s\n", s, p, ll, errno == 0 ? "OK" : errno == ERANGE ? "ERANGE" : errno == EINVAL ? "EINVAL" : "ERROR");
/ast/src/lib/libast/disc/
H A Dsfkeyprintf.c231 value->q = s ? (Sflong_t)strtoull(s, NiL, 0) : n;
/ast/src/lib/libdss/
H A Dcxmap.c286 *num = strtoull(edit->re.re_sub->re_buf, NiL, 0);
/ast/src/cmd/cs/
H A Dmbb.c330 m = strtoull(s, &e, 0);
/ast/src/cmd/sortlib/sync/
H A Dss.c886 ss->skip = strtoull(s, &e, 10);
898 ss->stop = strtoull(s, &e, 10) + 1;
/ast/src/lib/libast/
H A DMakefile112 strtol.c strtoll.c strtoul.c strtoull.c strton.c strtonll.c \
/ast/src/lib/libast/tm/
H A Dtmxdate.c256 now = strtoull(s, &t, 0);

Completed in 43 milliseconds