/external/bison/lib/ |
D | inttypes.in.h | 1109 # 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/ |
D | strtoumax.c | 2 #define NAME strtoumax
|
/external/elfutils/tests/ |
D | addrscopes.c | 170 uintmax_t addr = strtoumax (buf, &endp, 0); in main() 184 uintmax_t addr = strtoumax (argv[remaining], &endp, 0); in main()
|
D | addrcfi.c | 207 uintmax_t addr = strtoumax (buf, &endp, 0); in main() 221 uintmax_t addr = strtoumax (argv[remaining], &endp, 0); in main()
|
D | dwfl-addr-sect.c | 70 uintmax_t addr = strtoumax (argv[remaining], &endp, 0); in main()
|
/external/bison/linux-lib/ |
D | inttypes.h | 1421 # 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/ |
D | inttypes.h | 1421 # 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/ |
D | cinttypes | 231 uintmax_t strtoumax(const char* restrict nptr, char** restrict endptr, int base); 252 using::strtoumax;
|
/external/dhcpcd-6.8.2/compat/ |
D | strtoi.c | 90 r = strtoumax(nptr, endptr, base); in strtou()
|
/external/syslinux/com32/include/ |
D | inttypes.h | 18 __extern uintmax_t strtoumax(const char *, char **, int);
|
/external/elfutils/src/ |
D | ldlex.l | 173 ldlval.num = strtoumax (yytext, &endp, 0);
|
D | addr2line.c | 619 uintmax_t addr = strtoumax (string, &endp, 16); in handle_address()
|
D | ChangeLog | 317 * addr2line.c (handle_address): Call strtoumax with base 16. Make
|
/external/bison/m4/ |
D | inttypes.m4 | 30 ]], [imaxabs imaxdiv strtoimax strtoumax])
|
/external/syslinux/mk/ |
D | lib.mk | 77 strtoumax.o vprintf.o vsprintf.o \
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 928 static_assert((std::is_same<decltype(strtoumax("", (char**)0, 0)), uintmax_t>::value), ""); in main()
|
/external/pcre/pcrecpp/ |
D | pcrecpp.cc | 664 unsigned long long r = strtoumax(str, &end, radix); in parse_ulonglong_radix()
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 928 …static_assert((std::is_same<decltype(std::strtoumax("", (char**)0, 0)), std::uintmax_t>::value), "… in main()
|
/external/iptables/libxtables/ |
D | xtables.c | 467 v = strtoumax(s, &my_end, 0); in xtables_strtoul()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1697 TEST(MemorySanitizer, strtoumax) { in TEST() argument 1699 ASSERT_EQ(1U, strtoumax("1", &e, 10)); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 2844 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/ |
D | libc_ubuntu1404_abilist.txt | 3020 fun:strtoumax=uninstrumented
|
/external/bison/ |
D | configure | 14883 for gl_func in imaxabs imaxdiv strtoimax strtoumax; do
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 225 PUBLIC 408f0 0 strtoumax
|