Home
last modified time | relevance | path

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

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