Home
last modified time | relevance | path

Searched refs:strtoull (Results 1 – 25 of 133) sorted by relevance

123456

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dstrtoull.c26 #define strtoull ______strtoull macro
30 #undef strtoull
40 #define S2I_function strtoull
H A Dtransition.c73 #ifndef strtoull
78 return strtoull(a, b, c); in _ast_strtoull()
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Ddump.c113 strtoull(str + MSG_AUD_RESBGN_SIZE, in dump()
118 strtoull(str + MSG_AUD_RESEND_SIZE, in dump()
/illumos-gate/usr/src/cmd/zinject/
H A Dtranslate.c196 record->zi_start = strtoull(range, &end, 10); in initialize_range()
202 record->zi_end = strtoull(end + 1, &end, 10); in initialize_range()
368 record->zi_guid = strtoull(device, &end, 16); in translate_device()
/illumos-gate/usr/src/cmd/raidz_test/
H A Draidz_test.c128 value = strtoull(optarg, NULL, 0); in process_options()
132 value = strtoull(optarg, NULL, 0); in process_options()
136 value = strtoull(optarg, NULL, 0); in process_options()
140 value = strtoull(optarg, NULL, 0); in process_options()
145 value = strtoull(optarg, NULL, 0); in process_options()
/illumos-gate/usr/src/test/zfs-tests/cmd/mkholes/
H A Dmkholes.c97 off = strtoull(off_str, NULL, 0); in push_segment()
98 len = strtoull(len_str, NULL, 0); in push_segment()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrtoumax.c39 return ((uintmax_t)strtoull(nptr, endptr, base)); in strtoumax()
/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/plimit/
H A Dplimit.c256 value = strtoull(minutes, &lastc, 10); in limit_value()
262 sec = strtoull(seconds, &lastc, 10); in limit_value()
305 value = strtoull(arg, &lastc, 10); in limit_value()
/illumos-gate/usr/src/cmd/rdmsr/
H A Drdmsr.c65 crm.cr_msr_nr = strtoull(argv[optind], &p, 0); in main()
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dkmisc.c109 *res = strtoull(str, endp, base); in ddi_strtoull()
/illumos-gate/usr/src/lib/sun_fc/common/
H A DTgtFCHBA.cc115 portwwn = strtoull(portwwnString.c_str(), NULL, 16); in getHBAAttributes()
190 portwwn = strtoull(portwwnString.c_str(), NULL, 16); in doForceLip()
H A DTgtFCHBAPort.cc260 portwwn = strtoull(portwwnString.c_str(), NULL, 16); in getPortAttributes()
314 portwwn = strtoull(portwwnString.c_str(), NULL, 16); in getDiscoveredAttributes()
/illumos-gate/usr/src/common/util/
H A Dstrtoull.c61 strtoull(const char *str, char **nptr, int base) in ddi_strtoull()
/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_pool.c160 ulong_t hostid = strtoull(env, NULL, 16); in get_system_hostid()
/illumos-gate/usr/src/cmd/prctl/
H A Dutils.c138 *uint64out = strtoull(scaledin, &endptr, 16); in scaledtouint64()
211 *uint64out = strtoull(scaledin, &endptr, 0); in scaledtouint64()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_conf.c133 val = strtoull(s, &end, 0); in set_ui32x()
201 val = strtoull(s, &end, 0); in set_ui64()
444 val = strtoull(s, &end, 0); in set_time()
501 val = strtoull(s, &end, 0) * mul; in set_size()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_string.c262 (void) strtoull(s, &p, 0); in strbadidnum()
/illumos-gate/usr/src/test/zfs-tests/cmd/randwritecomp/
H A Drandwritecomp.c157 n = strtoull(argv[0], NULL, 0); in main()
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.l182 yylval.uval = strtoull(yytext, NULL, 0);
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_bits.c451 set = strtoull(value, &value, 16); in set_param_bits()
455 possible = strtoull(value, &value, 16); in set_param_bits()
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfmadm.c155 val = strtoull(s, &p, 0); in getu32()
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap429 #undef strtoull
430 #define strtoull _ast_strtoull
446 extern __MANGLE__ unsigned _ast_intmax_t strtoull __PROTO__((const char*, char**, int));
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap429 #undef strtoull
430 #define strtoull _ast_strtoull
446 extern __MANGLE__ unsigned _ast_intmax_t strtoull __PROTO__((const char*, char**, int));
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap426 #undef strtoull
427 #define strtoull _ast_strtoull
443 extern __MANGLE__ unsigned _ast_intmax_t strtoull __PROTO__((const char*, char**, int));

123456