Searched refs:strtoull (Results 1 – 22 of 22) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | strtoull.c | 66 strtoull(const char *nptr, char **endptr, register int base) in strtoull() function
|
D | Makefile.in | 155 strtoll.c strtoul.c strtoull.c strndup.c strnlen.c \ 223 ./strtoull.$(objext) ./tmpnam.$(objext) ./strverscmp.$(objext) \ 1496 ./strtoull.$(objext): $(srcdir)/strtoull.c config.h $(INCDIR)/ansidecl.h \ 1499 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtoull.c -o pic/$@; \ 1502 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strtoull.c -o noasan/$@; \ 1504 $(COMPILE.c) $(srcdir)/strtoull.c $(OUTPUT_OPTION)
|
D | configure.ac | 375 funcs="$funcs strtoull" 412 strtol strtoul strtoll strtoull strverscmp sysconf sysctl sysmp \ 416 …sename(char *), ffs, asprintf, vasprintf, snprintf, vsnprintf, strtol, strtoul, strtoll, strtoull])
|
D | config.in | 94 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you 308 /* Define to 1 if you have the `strtoull' function. */
|
D | ChangeLog | 25 * strtoull.c: New file. 27 strtoull. Check decls for strtol, strtoul, strtoll, strtoull. 28 * Makefile.in (CFILES, CONFIGURED_OFILES): Add strtoll and strtoull.
|
D | configure | 5504 strtol strtoul strtoll strtoull strverscmp sysconf sysctl sysmp \
|
D | functions.texi | 1740 @code{strtod} above. The @code{strtoull} function is the same, except
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
D | test-strtol.c | 146 res = strtoull (test_data[i].nptr, 0, test_data[i].base); in run_tests()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | bfd.c | 1293 return strtoull (string, (char **) end, base); in bfd_scan_vma()
|
D | config.in | 221 /* Define to 1 if you have the `strtoull' function. */
|
D | configure.ac | 218 AC_CHECK_FUNCS(strtoull getrlimit)
|
D | ChangeLog-0203 | 1366 * configure.in: Check for strtoull. 1367 * bfd.c (bfd_scan_vma): Use strtoull when available.
|
D | configure | 13665 for ac_func in strtoull getrlimit
|
/toolchain/binutils/binutils-2.25/gold/ |
D | options.cc | 220 *retval = strtoull(arg, &endptr, 0); in parse_uint64()
|
D | script.cc | 191 uint64_t ret = strtoull(this->value_, &end, 0); in integer_value()
|
D | output.cc | 610 v = strtoull(entry, &endptr, 0); in entry()
|
/toolchain/binutils/binutils-2.25/ld/ |
D | deffilep.y | 345 VMA: DIGITS { $$ = (bfd_vma) strtoull ($1, 0, 0); }
|
D | ChangeLog-2008 | 749 (set_pep_value): Replace strtoul to strtoull.
|
D | ChangeLog-0001 | 1368 * emultempl/aix.em : use strtoull to parse options
|
D | ChangeLog-0203 | 2146 strtoul and strtoull with bfd_scan_vma.
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | pep.em | 635 set_pep_name (name, (bfd_vma) strtoull (optarg, &end, 0));
|
/toolchain/binutils/binutils-2.25/config/ |
D | tcl.m4 | 2779 [char *p = (char *)strtoll; char *q = (char *)strtoull;])
|