| /netbsd-src/external/gpl2/diffutils/dist/m4/ |
| H A D | xstrtoumax.m4 | 11 AC_CHECK_DECLS([strtol, strtoul, strtoull, strtoimax, strtoumax]) 14 AC_CACHE_CHECK([whether <inttypes.h> defines strtoumax as a macro], 17 #ifdef strtoumax 24 AC_REPLACE_FUNCS(strtoumax) 27 dnl Only the replacement strtoumax invokes strtoul and strtoull, 28 dnl so we need the replacements only if strtoumax does not exist.
|
| /netbsd-src/usr.bin/quota/ |
| H A D | printquota.c | 207 val = strtoumax(cur, &end, 10) * WEEK; in timeprd() 214 val += strtoumax(cur, &end, 10) * DAY; in timeprd() 221 val += strtoumax(cur, &end, 10) * HOUR; in timeprd() 228 val += strtoumax(cur, &end, 10) * MINUTE; in timeprd() 234 val += strtoumax(cur, &end, 10); in timeprd() 253 *val = strtoumax(str, NULL, 10); in intrd()
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | inttypes.in.h | 968 # undef strtoumax 969 # define strtoumax rpl_strtoumax macro 971 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 974 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 978 # undef strtoumax 979 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 983 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 986 _GL_CXXALIASWARN (strtoumax); 988 # undef strtoumax 990 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|
| /netbsd-src/games/primes/ |
| H A D | primes.c | 136 start = strtoumax(argv[0], &p, 0); in main() 143 stop = strtoumax(argv[1], &p, 0); in main() 155 start = strtoumax(argv[0], &p, 0); in main() 196 val = strtoumax(buf, &p, 0); in read_num_buf()
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
| H A D | inttypes.h | 1479 # undef strtoumax 1480 # define strtoumax rpl_strtoumax 1482 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1485 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1489 # undef strtoumax 1490 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1494 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1497 _GL_CXXALIASWARN (strtoumax); 1499 # undef strtoumax 1501 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/vax/gnulib/import/ |
| H A D | inttypes.h | 1479 # undef strtoumax 1480 # define strtoumax rpl_strtoumax 1482 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1485 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1489 # undef strtoumax 1490 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1494 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1497 _GL_CXXALIASWARN (strtoumax); 1499 # undef strtoumax 1501 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/ |
| H A D | inttypes.h | 1479 # undef strtoumax 1480 # define strtoumax rpl_strtoumax 1482 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1485 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1489 # undef strtoumax 1490 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1494 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1497 _GL_CXXALIASWARN (strtoumax); 1499 # undef strtoumax 1501 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/ |
| H A D | inttypes.h | 1479 # undef strtoumax 1480 # define strtoumax rpl_strtoumax 1482 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1485 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1489 # undef strtoumax 1490 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1494 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1497 _GL_CXXALIASWARN (strtoumax); 1499 # undef strtoumax 1501 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/ |
| H A D | inttypes.h | 1479 # undef strtoumax 1480 # define strtoumax rpl_strtoumax 1482 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1485 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1489 # undef strtoumax 1490 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1494 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1497 _GL_CXXALIASWARN (strtoumax); 1499 # undef strtoumax 1501 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/riscv32/gnulib/import/ |
| H A D | inttypes.h | 1479 # undef strtoumax 1480 # define strtoumax rpl_strtoumax 1482 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1485 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1489 # undef strtoumax 1490 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1494 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1497 _GL_CXXALIASWARN (strtoumax); 1499 # undef strtoumax 1501 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
| H A D | inttypes.h | 1479 # undef strtoumax 1480 # define strtoumax rpl_strtoumax 1482 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1485 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1489 # undef strtoumax 1490 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1494 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1497 _GL_CXXALIASWARN (strtoumax); 1499 # undef strtoumax 1501 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/ |
| H A D | inttypes.h | 1479 # undef strtoumax 1480 # define strtoumax rpl_strtoumax 1482 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1485 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1489 # undef strtoumax 1490 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1494 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1497 _GL_CXXALIASWARN (strtoumax); 1499 # undef strtoumax 1501 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/ |
| H A D | inttypes.h | 1479 # undef strtoumax 1480 # define strtoumax rpl_strtoumax 1482 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1485 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1489 # undef strtoumax 1490 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1494 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1497 _GL_CXXALIASWARN (strtoumax); 1499 # undef strtoumax 1501 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/ |
| H A D | inttypes.h | 1479 # undef strtoumax 1480 # define strtoumax rpl_strtoumax 1482 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1485 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1489 # undef strtoumax 1490 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1494 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1497 _GL_CXXALIASWARN (strtoumax); 1499 # undef strtoumax 1501 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| H A D | inttypes.h | 1479 # undef strtoumax 1480 # define strtoumax rpl_strtoumax 1482 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1485 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1489 # undef strtoumax 1490 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1494 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1497 _GL_CXXALIASWARN (strtoumax); 1499 # undef strtoumax 1501 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/ |
| H A D | inttypes.h | 1479 # undef strtoumax 1480 # define strtoumax rpl_strtoumax 1482 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1485 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1489 # undef strtoumax 1490 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1494 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1497 _GL_CXXALIASWARN (strtoumax); 1499 # undef strtoumax 1501 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/ |
| H A D | inttypes.h | 1479 # undef strtoumax 1480 # define strtoumax rpl_strtoumax 1482 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1485 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1489 # undef strtoumax 1490 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1494 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1497 _GL_CXXALIASWARN (strtoumax); 1499 # undef strtoumax 1501 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/ |
| H A D | inttypes.h | 1479 # undef strtoumax 1480 # define strtoumax rpl_strtoumax 1482 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1485 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1489 # undef strtoumax 1490 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1494 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1497 _GL_CXXALIASWARN (strtoumax); 1499 # undef strtoumax 1501 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| H A D | inttypes.h | 1479 # undef strtoumax 1480 # define strtoumax rpl_strtoumax 1482 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1485 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1489 # undef strtoumax 1490 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1494 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1497 _GL_CXXALIASWARN (strtoumax); 1499 # undef strtoumax 1501 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/ |
| H A D | inttypes.h | 1479 # undef strtoumax 1480 # define strtoumax rpl_strtoumax 1482 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1485 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1489 # undef strtoumax 1490 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1494 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1497 _GL_CXXALIASWARN (strtoumax); 1499 # undef strtoumax 1501 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3el/gnulib/import/ |
| H A D | inttypes.h | 1479 # undef strtoumax 1480 # define strtoumax rpl_strtoumax 1482 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1485 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1489 # undef strtoumax 1490 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1494 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1497 _GL_CXXALIASWARN (strtoumax); 1499 # undef strtoumax 1501 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/ |
| H A D | inttypes.h | 1479 # undef strtoumax 1480 # define strtoumax rpl_strtoumax 1482 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1485 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1489 # undef strtoumax 1490 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1494 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1497 _GL_CXXALIASWARN (strtoumax); 1499 # undef strtoumax 1501 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/x86_64/gnulib/import/ |
| H A D | inttypes.h | 1479 # undef strtoumax 1480 # define strtoumax rpl_strtoumax 1482 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1485 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1489 # undef strtoumax 1490 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1494 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1497 _GL_CXXALIASWARN (strtoumax); 1499 # undef strtoumax 1501 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/riscv64/gnulib/import/ |
| H A D | inttypes.h | 1479 # undef strtoumax 1480 # define strtoumax rpl_strtoumax 1482 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1485 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1489 # undef strtoumax 1490 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1494 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1497 _GL_CXXALIASWARN (strtoumax); 1499 # undef strtoumax 1501 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|
| /netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/import/ |
| H A D | inttypes.h | 1479 # undef strtoumax 1480 # define strtoumax rpl_strtoumax 1482 _GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1485 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1489 # undef strtoumax 1490 _GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1494 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1497 _GL_CXXALIASWARN (strtoumax); 1499 # undef strtoumax 1501 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
|