Searched refs:strtoll (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.27/libiberty/ |
D | strtoll.c | 98 strtoll(const char *nptr, char **endptr, register int base) in strtoll() function
|
D | configure.ac | 376 funcs="$funcs strtoll" 414 strtol strtoul strtoll strtoull strverscmp sysconf sysctl sysmp \ 418 …sename(char *), ffs, asprintf, vasprintf, snprintf, vsnprintf, strtol, strtoul, strtoll, strtoull]) 689 AC_CHECK_DECLS([strtol, strtoul, strtoll, strtoull])
|
D | Makefile.in | 156 strtoll.c strtoul.c strtoull.c strndup.c strnlen.c \ 225 ./strtol.$(objext) ./strtoul.$(objext) strtoll.$(objext) \ 1478 ./strtoll.$(objext): $(srcdir)/strtoll.c config.h $(INCDIR)/safe-ctype.h 1480 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtoll.c -o pic/$@; \ 1483 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strtoll.c -o noasan/$@; \ 1485 $(COMPILE.c) $(srcdir)/strtoll.c $(OUTPUT_OPTION)
|
D | config.in | 86 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you 302 /* Define to 1 if you have the `strtoll' function. */
|
D | functions.texi | 1727 @c strtoll.c:33 1728 @deftypefn Supplemental {long long int} strtoll (const char *@var{string}, @ 1733 The @code{strtoll} function converts the string in @var{string} to a 1736 is 0, @code{strtoll} will look for the prefixes @code{0} and @code{0x}
|
D | ChangeLog | 311 * configure.ac: Check for strtol, strtoul, strtoll and strtoull 338 * strtoll.c: New file. 340 * configure.ac: Add long long checks. Add harness for strtoll and 341 strtoull. Check decls for strtol, strtoul, strtoll, strtoull. 342 * Makefile.in (CFILES, CONFIGURED_OFILES): Add strtoll and strtoull.
|
D | configure | 5750 strtol strtoul strtoll strtoull strverscmp sysconf sysctl sysmp \
|
/toolchain/binutils/binutils-2.27/libiberty/testsuite/ |
D | test-strtol.c | 143 res = strtoll (test_data[i].nptr, 0, test_data[i].base); in run_tests()
|
/toolchain/binutils/binutils-2.27/include/ |
D | libiberty.h | 679 extern long long int strtoll (const char *nptr,
|
D | ChangeLog-0415 | 250 * libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes.
|
/toolchain/binutils/binutils-2.27/config/ |
D | tcl.m4 | 2779 [char *p = (char *)strtoll; char *q = (char *)strtoull;])
|
/toolchain/binutils/binutils-2.27/ld/ |
D | ChangeLog-0203 | 2145 * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Replace strtoll,
|