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

123

/osnet-11/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);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dstrtoumax.c41 return ((uintmax_t)strtoull(nptr, endptr, base));
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstdlib.in.h657 _GL_FUNCDECL_SYS (strtoull, unsigned long long,
661 _GL_CXXALIAS_SYS (strtoull, unsigned long long,
663 _GL_CXXALIASWARN (strtoull);
665 # undef strtoull
667 _GL_WARN_ON_USE (strtoull, "strtoull is unportable - "
668 "use gnulib module strtoull for portability");
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_string.c262 (void) strtoull(s, &p, 0);
H A Ddt_options.c552 val = strtoull(arg, &end, 0);
595 *rval = strtoull(arg, &end, 0) * mul;
647 val = strtoull(arg, &end, 0);
/osnet-11/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));
/osnet-11/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));
/osnet-11/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));
/osnet-11/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));
/osnet-11/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));
/osnet-11/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));
/osnet-11/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));
/osnet-11/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));
/osnet-11/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.cc259 portwwn = strtoull(portwwnString.c_str(), NULL, 16);
313 portwwn = strtoull(portwwnString.c_str(), NULL, 16);
/osnet-11/usr/src/lib/libscf/common/
H A Dscf_type.c366 if (strtoull(v, &p, 10) != 0 && *v == '0')
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal_set_property.c170 uint64_value = strtoull (optarg, NULL, 0);
/osnet-11/usr/src/lib/libsrpt/common/
H A Dlibsrpt.c473 * strtoull() does not return EINVAL as documented. Lucky
477 guid = strtoull(bufp, &end, 16);
/osnet-11/usr/src/cmd/powertop/common/
H A Dutil.c719 values[i] = strtoull(sp, 0, NULL);
723 values[i] = strtoull(sp, 0, NULL);
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgstr.c889 number = strtoull(a_buf, (char **)NULL, 10);
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c233 value->q = s ? (Sflong_t)strtoull(s, NiL, 0) : n;
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_plugin.c395 *num = strtoull(hrstr, &end, 10);
/osnet-11/usr/src/lib/libproject/common/
H A Dsetproject.c112 val = strtoull(component, &t, 10);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/common/
H A Dcpu.c107 *serial = (uint64_t)strtoull(str_serial, &end, 16);

Completed in 95 milliseconds

123