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

123

/freebsd-10.2-release/contrib/libstdc++/config/os/hpux/
H A Dos_defines.h54 Luckily we can just declare strtoll and strtoull with the
69 __extension__ extern "C" unsigned long long strtoull (const char *, char **, int)
74 __extension__ extern "C" unsigned long long strtoull (const char *, char **, int)
/freebsd-10.2-release/contrib/libstdc++/include/tr1/
H A Dstdlib.h45 using std::tr1::strtoull;
/freebsd-10.2-release/lib/libc/stdlib/
H A Dstrtouq.c47 return strtoull(nptr, endptr, base);
H A DMakefile.inc13 strtol.c strtoll.c strtoq.c strtoul.c strtonum.c strtoull.c \
48 MLINKS+=strtoul.3 strtoull.3 strtoul.3 strtouq.3 strtoul.3 strtoumax.3
H A Dstrtoull.c39 __FBSDID("$FreeBSD: releng/10.2/lib/libc/stdlib/strtoull.c 251672 2013-06-13 00:19:30Z emaste $");
128 strtoull(const char * __restrict nptr, char ** __restrict endptr, int base) function
/freebsd-10.2-release/contrib/diff/lib/
H A Dstrtoimax.c40 unsigned long long strtoull (char const *, char **, int);
59 # define strtoll strtoull
/freebsd-10.2-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdlib.h157 #undef strtoull
191 (strtoull)(const char * restrict, char ** restrict, int);
196 using ::strtoull;
218 using ::__gnu_cxx::strtoull;
/freebsd-10.2-release/contrib/netbsd-tests/rump/kernspace/
H A Dsendsig.c52 sig = strtoull(signo, NULL, 10);
/freebsd-10.2-release/crypto/openssh/openbsd-compat/
H A Dstrtoull.c1 /* $OpenBSD: strtoull.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
31 /* OPENBSD ORIGINAL: lib/libc/stdlib/strtoull.c */
50 strtoull(const char *nptr, char **endptr, int base) function
H A Dopenbsd-compat.h208 unsigned long long strtoull(const char *, char **, int);
H A DMakefile.in19 OPENBSD=base64.o basename.o bcrypt_pbkdf.o bindresvport.o blowfish.o daemon.o dirname.o fmt_scaled.o getcwd.o getgrouplist.o getopt_long.o getrrsetbyname.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o pwcache.o readpassphrase.o realpath.o rresvport.o setenv.o setproctitle.o sha2.o sigact.o strlcat.o strlcpy.o strmode.o strnlen.o strptime.o strsep.o strtonum.o strtoll.o strtoul.o strtoull.o timingsafe_bcmp.o vis.o blowfish.o bcrypt_pbkdf.o explicit_bzero.o
/freebsd-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dosm_ucast_file.c182 sw_guid = strtoull(p, &q, 16);
234 port_guid = strtoull(p, &q, 16);
307 guid = strtoull(p, &q, 16);
371 guid = strtoull(p, &q, 16);
H A Dosm_db_pack.c51 return strtoull(p_guid_str, NULL, 0);
H A Dmain.c666 opt.guid = cl_hton64(strtoull(optarg, NULL, 16));
831 sm_key = cl_hton64(strtoull(optarg, NULL, 16));
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/zinject/
H A Dtranslate.c203 record->zi_start = strtoull(range, &end, 10);
209 record->zi_end = strtoull(end + 1, &end, 10);
445 record->zi_guid = strtoull(device, &end, 16);
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_string.c262 (void) strtoull(s, &p, 0);
/freebsd-10.2-release/tools/tools/cfi/
H A Dcfi.c148 setoempr((uint64_t) strtoull(argv[2], NULL, 0));
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp117 count = strtoull (gdb_format_cstr, &end, 0);
/freebsd-10.2-release/contrib/ofed/management/libibmad/src/
H A Dresolve.c120 if (!(guid = strtoull(addr_str, 0, 0)))
/freebsd-10.2-release/contrib/ofed/management/opensm/complib/
H A Dcl_nodenamemap.c172 guid = strtoull(p, &e, 0);
/freebsd-10.2-release/include/
H A Dstdlib.h148 strtoull(const char * __restrict, char ** __restrict, int);
/freebsd-10.2-release/contrib/dtc/
H A Ddtc-lexer.l159 yylval.integer = strtoull(yytext, &e, 0);
167 /* ERANGE is the only strtoull error triggerable
/freebsd-10.2-release/tools/regression/geom/MdLoad/
H A DMdLoad.c129 o = strtoull(sbuf_data(sc->sbuf), &p, 0);
147 sc->sp->offset= strtoull(sbuf_data(sc->sbuf), &p, 0);
/freebsd-10.2-release/contrib/ofed/management/libibcommon/src/
H A Dsysfs.c150 *u = strtoull(buf, 0, 0);
/freebsd-10.2-release/contrib/ofed/management/opensm/osmtest/
H A Dmain.c435 guid = cl_hton64(strtoull(optarg, NULL, 16));

Completed in 219 milliseconds

123