Searched defs:strtoull (Results 1 - 5 of 5) 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
/ast/src/cmd/3d/
H A Ddll3d.c43 #undef strtoull macro
H A Ddir3d.c65 #undef strtoull macro
H A D3d.h136 #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);

Completed in 42 milliseconds