Searched refs:strtoull (Results 1 - 13 of 13) sorted by relevance
/ast/src/lib/libast/comp/ |
H A D | strtoull.c | 23 * strtoull() implementation 26 #define strtoull ______strtoull macro 30 #undef strtoull macro 40 #define S2I_function strtoull
|
H A D | transition.c | 73 #ifndef strtoull 78 return strtoull(a, b, c);
|
/ast/src/cmd/3d/ |
H A D | dll3d.c | 43 #undef strtoull macro
|
H A D | 3d.h | 136 #undef strtoull macro
|
H A D | dir3d.c | 65 #undef strtoull macro
|
/ast/src/cmd/nmake/ |
H A D | misc.c | 238 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 D | strtoi.c | 28 * 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 D | sfkeyprintf.c | 231 value->q = s ? (Sflong_t)strtoull(s, NiL, 0) : n;
|
/ast/src/lib/libdss/ |
H A D | cxmap.c | 286 *num = strtoull(edit->re.re_sub->re_buf, NiL, 0);
|
/ast/src/cmd/cs/ |
H A D | mbb.c | 330 m = strtoull(s, &e, 0);
|
/ast/src/cmd/sortlib/sync/ |
H A D | ss.c | 886 ss->skip = strtoull(s, &e, 10); 898 ss->stop = strtoull(s, &e, 10) + 1;
|
/ast/src/lib/libast/ |
H A D | Makefile | 112 strtol.c strtoll.c strtoul.c strtoull.c strton.c strtonll.c \
|
/ast/src/lib/libast/tm/ |
H A D | tmxdate.c | 256 now = strtoull(s, &t, 0);
|
Completed in 43 milliseconds