Searched refs:strtoumax (Results 1 – 15 of 15) sorted by relevance
/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()
|
D | dwarfcfi.c | 163 uintmax_t addr = strtoumax (argv[args], &endp, 0); in main()
|
/external/libcxx/include/ |
D | cinttypes | 231 uintmax_t strtoumax(const char* restrict nptr, char** restrict endptr, int base); 252 using::strtoumax;
|
/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/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/elfutils/src/ |
D | addr2line.c | 605 uintmax_t addr = strtoumax (string, &endp, 16); in handle_address()
|
D | ChangeLog | 1380 * addr2line.c (handle_address): Call strtoumax with base 16. Make
|
/external/pcre/pcrecpp/ |
D | pcrecpp.cc | 664 unsigned long long r = strtoumax(str, &end, radix); in parse_ulonglong_radix()
|
/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/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 225 PUBLIC 408f0 0 strtoumax
|