Home
last modified time | relevance | path

Searched refs:strtoumax (Results 1 – 24 of 24) sorted by relevance

/external/bison/lib/
Dinttypes.in.h1109 # undef strtoumax
1110 _GL_FUNCDECL_SYS (strtoumax, uintmax_t,
1113 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, (const char *, char **, int));
1114 _GL_CXXALIASWARN (strtoumax);
1116 # undef strtoumax
1118 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
/external/syslinux/com32/lib/
Dstrtoumax.c2 #define NAME strtoumax
/external/elfutils/tests/
Daddrscopes.c170 uintmax_t addr = strtoumax (buf, &endp, 0); in main()
184 uintmax_t addr = strtoumax (argv[remaining], &endp, 0); in main()
Daddrcfi.c207 uintmax_t addr = strtoumax (buf, &endp, 0); in main()
221 uintmax_t addr = strtoumax (argv[remaining], &endp, 0); in main()
Ddwfl-addr-sect.c70 uintmax_t addr = strtoumax (argv[remaining], &endp, 0); in main()
/external/bison/linux-lib/
Dinttypes.h1421 # undef strtoumax
1422 _GL_FUNCDECL_SYS (strtoumax, uintmax_t,
1425 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, (const char *, char **, int));
1426 _GL_CXXALIASWARN (strtoumax);
1428 # undef strtoumax
1430 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
/external/bison/darwin-lib/
Dinttypes.h1421 # undef strtoumax
1422 _GL_FUNCDECL_SYS (strtoumax, uintmax_t,
1425 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, (const char *, char **, int));
1426 _GL_CXXALIASWARN (strtoumax);
1428 # undef strtoumax
1430 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
/external/libcxx/include/
Dcinttypes231 uintmax_t strtoumax(const char* restrict nptr, char** restrict endptr, int base);
252 using::strtoumax;
/external/dhcpcd-6.8.2/compat/
Dstrtoi.c90 r = strtoumax(nptr, endptr, base); in strtou()
/external/syslinux/com32/include/
Dinttypes.h18 __extern uintmax_t strtoumax(const char *, char **, int);
/external/elfutils/src/
Dldlex.l173 ldlval.num = strtoumax (yytext, &endp, 0);
Daddr2line.c619 uintmax_t addr = strtoumax (string, &endp, 16); in handle_address()
DChangeLog317 * addr2line.c (handle_address): Call strtoumax with base 16. Make
/external/bison/m4/
Dinttypes.m430 ]], [imaxabs imaxdiv strtoimax strtoumax])
/external/syslinux/mk/
Dlib.mk77 strtoumax.o vprintf.o vsprintf.o \
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp928 static_assert((std::is_same<decltype(strtoumax("", (char**)0, 0)), uintmax_t>::value), ""); in main()
/external/pcre/pcrecpp/
Dpcrecpp.cc664 unsigned long long r = strtoumax(str, &end, radix); in parse_ulonglong_radix()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp928 …static_assert((std::is_same<decltype(std::strtoumax("", (char**)0, 0)), std::uintmax_t>::value), "… in main()
/external/iptables/libxtables/
Dxtables.c467 v = strtoumax(s, &my_end, 0); in xtables_strtoul()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1697 TEST(MemorySanitizer, strtoumax) { in TEST() argument
1699 ASSERT_EQ(1U, strtoumax("1", &e, 10)); in TEST()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc2844 INTERCEPTOR(INTMAX_T, strtoumax, const char *nptr, char **endptr, int base) {
2846 COMMON_INTERCEPTOR_ENTER(ctx, strtoumax, nptr, endptr, base);
2851 INTMAX_T res = REAL(strtoumax)(nptr, &real_endptr, base);
2858 COMMON_INTERCEPT_FUNCTION(strtoumax);
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3020 fun:strtoumax=uninstrumented
/external/bison/
Dconfigure14883 for gl_func in imaxabs imaxdiv strtoimax strtoumax; do
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym225 PUBLIC 408f0 0 strtoumax