Searched refs:strtoll (Results 1 - 24 of 24) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/config/os/hpux/
H A Dos_defines.h49 Luckily we can just declare strtoll and strtoull with the
66 __extension__ long long strtoll (const char *, char **, int)
71 __extension__ long long strtoll (const char *, char **, int)
/haiku-buildtools/gcc/libstdc++-v3/include/tr1/
H A Dstdlib.h39 using std::tr1::strtoll;
/haiku-buildtools/binutils/libiberty/
H A Dstrtoll.c33 @deftypefn Supplemental {long long int} strtoll (const char *@var{string}, @
38 The @code{strtoll} function converts the string in @var{string} to a
41 is 0, @code{strtoll} will look for the prefixes @code{0} and @code{0x}
98 strtoll(const char *nptr, char **endptr, register int base) function
H A DMakefile.in157 strtoll.c strtoul.c strtoull.c strndup.c strnlen.c \
227 ./strtol.$(objext) ./strtoul.$(objext) strtoll.$(objext) \
1491 ./strtoll.$(objext): $(srcdir)/strtoll.c config.h $(INCDIR)/safe-ctype.h
1493 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtoll.c -o pic/$@; \
1496 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strtoll.c -o noasan/$@; \
1498 $(COMPILE.c) $(srcdir)/strtoll.c $(OUTPUT_OPTION)
H A Dconfigure5713 funcs="$funcs strtoll"
5751 strtol strtoul strtoll strtoull strverscmp sysconf sysctl sysmp \
5847 ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default"
6976 ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default"
/haiku-buildtools/gcc/libiberty/
H A Dstrtoll.c33 @deftypefn Supplemental {long long int} strtoll (const char *@var{string}, @
38 The @code{strtoll} function converts the string in @var{string} to a
41 is 0, @code{strtoll} will look for the prefixes @code{0} and @code{0x}
98 strtoll(const char *nptr, char **endptr, register int base) function
H A DMakefile.in155 strtoll.c strtoul.c strtoull.c strndup.c strnlen.c \
224 ./strtol.$(objext) ./strtoul.$(objext) strtoll.$(objext) \
1479 ./strtoll.$(objext): $(srcdir)/strtoll.c config.h $(INCDIR)/safe-ctype.h
1481 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtoll.c -o pic/$@; \
1484 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strtoll.c -o noasan/$@; \
1486 $(COMPILE.c) $(srcdir)/strtoll.c $(OUTPUT_OPTION)
H A Dconfigure5472 funcs="$funcs strtoll"
5510 strtol strtoul strtoll strtoull strverscmp sysconf sysctl sysmp \
5606 ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default"
6729 ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default"
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdlib/
H A Dfunctions.cc51 ret = std::tr1::strtoll(s, endptr, base);
/haiku-buildtools/binutils/libiberty/testsuite/
H A Dtest-strtol.c143 res = strtoll (test_data[i].nptr, 0, test_data[i].base);
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_util.cpp119 val = strtoll(str, &suffix, 0);
/haiku-buildtools/gcc/libiberty/testsuite/
H A Dtest-strtol.c143 res = strtoll (test_data[i].nptr, 0, test_data[i].base);
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_interceptors.cc575 // symbol accessed by strtoll on our own.
637 INTERCEPTOR(long long, strtoll, const char *nptr, // NOLINT
641 return REAL(strtoll)(nptr, endptr, base);
644 long long result = REAL(strtoll)(nptr, &real_endptr, base); // NOLINT
648 // If base has unsupported value, strtoll can exit with EINVAL
664 long long result = REAL(strtoll)(nptr, &real_endptr, 10); // NOLINT
767 ASAN_INTERCEPT_FUNC(strtoll);
/haiku-buildtools/gcc/gcc/
H A Dgcov-tool.c322 normalize_val = strtoll (optarg, (char **)NULL, 10);
H A Dconfigure10668 strtol strtoul strtoll strtoull \
/haiku-buildtools/gcc/include/
H A Dlibiberty.h679 extern long long int strtoll (const char *nptr,
/haiku-buildtools/binutils/include/
H A Dlibiberty.h690 extern long long int strtoll (const char *nptr,
/haiku-buildtools/gcc/libgcc/
H A Ddfp-bit.h216 #define STR_TO_INT strtoll
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/asan/
H A Dasan_str_test.cc546 Ident(strtoll(nptr, endptr, base));
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr59896.c292 long long strtoll (const char *__n, char **__end_PTR, int __base);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dse-10.c298 __attribute__ ((__nothrow__)) strtoll (__const char *__restrict __nptr, char **__restrict __endptr, int __base) function
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dvstring.h2709 { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(),
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dbasic_string.h5274 { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(),
/haiku-buildtools/gcc/libstdc++-v3/
H A Dconfigure17072 ll = strtoll("gnu", &tmp, 10);
17108 ll = strtoll("gnu", &tmp, 10);
[all...]

Completed in 584 milliseconds