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

12345

/illumos-gate/usr/src/lib/libast/common/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);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrtoumax.c41 return ((uintmax_t)strtoull(nptr, endptr, base));
/illumos-gate/usr/src/head/iso/
H A Dstdlib_c99.h85 extern unsigned long long strtoull(const char *_RESTRICT_KYWD,
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Ddump.c114 strtoull(str + MSG_AUD_RESBGN_SIZE,
119 strtoull(str + MSG_AUD_RESEND_SIZE,
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.l182 yylval.uval = strtoull(yytext, NULL, 0);
/illumos-gate/usr/src/test/zfs-tests/cmd/mkholes/
H A Dmkholes.c97 off = strtoull(off_str, NULL, 0);
98 len = strtoull(len_str, NULL, 0);
/illumos-gate/usr/src/common/util/
H A Dstrtoull.c49 strtoull(const char *str, char **nptr, int base)
/illumos-gate/usr/src/cmd/zinject/
H A Dtranslate.c220 record->zi_start = strtoull(range, &end, 10);
226 record->zi_end = strtoull(end + 1, &end, 10);
462 record->zi_guid = strtoull(device, &end, 16);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_string.c262 (void) strtoull(s, &p, 0);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h450 #undef strtoull macro
451 #define strtoull _ast_strtoull macro
467 extern __MANGLE__ unsigned _ast_intmax_t strtoull __PROTO__((const char*, char**, int));
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h429 #undef strtoull macro
430 #define strtoull _ast_strtoull macro
446 extern __MANGLE__ unsigned _ast_intmax_t strtoull __PROTO__((const char*, char**, int));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h450 #undef strtoull macro
451 #define strtoull _ast_strtoull macro
467 extern __MANGLE__ unsigned _ast_intmax_t strtoull __PROTO__((const char*, char**, int));
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h429 #undef strtoull macro
430 #define strtoull _ast_strtoull macro
446 extern __MANGLE__ unsigned _ast_intmax_t strtoull __PROTO__((const char*, char**, int));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h450 #undef strtoull macro
451 #define strtoull _ast_strtoull macro
467 extern __MANGLE__ unsigned _ast_intmax_t strtoull __PROTO__((const char*, char**, int));
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h429 #undef strtoull macro
430 #define strtoull _ast_strtoull macro
446 extern __MANGLE__ unsigned _ast_intmax_t strtoull __PROTO__((const char*, char**, int));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h450 #undef strtoull macro
451 #define strtoull _ast_strtoull macro
467 extern __MANGLE__ unsigned _ast_intmax_t strtoull __PROTO__((const char*, char**, int));
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h429 #undef strtoull macro
430 #define strtoull _ast_strtoull macro
446 extern __MANGLE__ unsigned _ast_intmax_t strtoull __PROTO__((const char*, char**, int));
/illumos-gate/usr/src/cmd/plimit/
H A Dplimit.c256 value = strtoull(minutes, &lastc, 10);
262 sec = strtoull(seconds, &lastc, 10);
305 value = strtoull(arg, &lastc, 10);
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfmadm.c157 val = strtoull(s, &p, 0);
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_string.c136 val = strtoull(str, &c, 0);
/illumos-gate/usr/src/boot/include/
H A Dstdlib.h149 strtoull(const char * __restrict, char ** __restrict, int);
/illumos-gate/usr/src/cmd/prctl/
H A Dutils.c138 *uint64out = strtoull(scaledin, &endptr, 16);
211 *uint64out = strtoull(scaledin, &endptr, 0);
/illumos-gate/usr/src/lib/sun_fc/common/
H A DTgtFCHBA.cc115 portwwn = strtoull(portwwnString.c_str(), NULL, 16);
190 portwwn = strtoull(portwwnString.c_str(), NULL, 16);
H A DTgtFCHBAPort.cc260 portwwn = strtoull(portwwnString.c_str(), NULL, 16);
314 portwwn = strtoull(portwwnString.c_str(), NULL, 16);

Completed in 107 milliseconds

12345