Home
last modified time | relevance | path

Searched refs:strtoll (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dstrtoll.c98 strtoll(const char *nptr, char **endptr, register int base) in strtoll() function
DMakefile.in155 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)
Dconfigure.ac374 funcs="$funcs strtoll"
412 strtol strtoul strtoll strtoull strverscmp sysconf sysctl sysmp \
416 …sename(char *), ffs, asprintf, vasprintf, snprintf, vsnprintf, strtol, strtoul, strtoll, strtoull])
Dconfig.in86 /* 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. */
Dfunctions.texi1727 @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}
DChangeLog24 * 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.
Dconfigure5504 strtol strtoul strtoll strtoull strverscmp sysconf sysctl sysmp \
/toolchain/binutils/binutils-2.25/libiberty/testsuite/
Dtest-strtol.c143 res = strtoll (test_data[i].nptr, 0, test_data[i].base); in run_tests()
/toolchain/binutils/binutils-2.25/config/
Dtcl.m42779 [char *p = (char *)strtoll; char *q = (char *)strtoull;])
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-02032145 * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Replace strtoll,