Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/libiberty/
Dstrtoll.c98 strtoll(const char *nptr, char **endptr, register int base) in strtoll() function
Dconfigure.ac376 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])
DMakefile.in156 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)
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}
DChangeLog311 * 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.
Dconfigure5750 strtol strtoul strtoll strtoull strverscmp sysconf sysctl sysmp \
/toolchain/binutils/binutils-2.27/libiberty/testsuite/
Dtest-strtol.c143 res = strtoll (test_data[i].nptr, 0, test_data[i].base); in run_tests()
/toolchain/binutils/binutils-2.27/include/
Dlibiberty.h679 extern long long int strtoll (const char *nptr,
DChangeLog-0415250 * libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes.
/toolchain/binutils/binutils-2.27/config/
Dtcl.m42779 [char *p = (char *)strtoll; char *q = (char *)strtoull;])
/toolchain/binutils/binutils-2.27/ld/
DChangeLog-02032145 * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Replace strtoll,