Home
last modified time | relevance | path

Searched defs:strtoumax (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl2/grep/dist/lib/
H A Dstrtoumax.c57 strtoumax (char const *ptr, char **endptr, int base) in strtoumax() function
/netbsd/crypto/external/bsd/openssl/dist/test/
H A Dparams_conversion_test.c19 # define strtoumax strtoull macro
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dinttypes.in.h1123 # define strtoumax rpl_strtoumax macro
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dinttypes.in.h1123 # define strtoumax rpl_strtoumax macro
/netbsd/lib/libc/include/
H A Dnamespace.h81 #define strtoumax _strtoumax macro
/netbsd/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc1854 TEST(MemorySanitizer, strtoumax) { in TEST() argument