Searched refs:strtoll (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | strtoll.c | 98 strtoll(const char *nptr, char **endptr, register int base) in strtoll() function
|
D | Makefile.in | 155 strtoll.c strtoul.c strtoull.c strndup.c strnlen.c \ 222 ./strtol.$(objext) ./strtoul.$(objext) strtoll.$(objext) \ 1477 ./strtoll.$(objext): $(srcdir)/strtoll.c config.h $(INCDIR)/safe-ctype.h 1479 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtoll.c -o pic/$@; \ 1482 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strtoll.c -o noasan/$@; \ 1484 $(COMPILE.c) $(srcdir)/strtoll.c $(OUTPUT_OPTION)
|
D | configure.ac | 374 funcs="$funcs strtoll" 412 strtol strtoul strtoll strtoull strverscmp sysconf sysctl sysmp \ 416 …sename(char *), ffs, asprintf, vasprintf, snprintf, vsnprintf, strtol, strtoul, strtoll, strtoull])
|
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 | 24 * strtoll.c: New file. 26 * configure.ac: Add long long checks. Add harness for strtoll and 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 \
|
/toolchain/binutils/binutils-2.25/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.25/config/ |
D | tcl.m4 | 2779 [char *p = (char *)strtoll; char *q = (char *)strtoull;])
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-0203 | 2145 * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Replace strtoll,
|