| /src/usr.bin/primes/ |
| H A D | primes.c | 122 start = strtoumax(argv[0], &p, 0); in main() 129 stop = strtoumax(argv[1], &p, 0); in main() 141 start = strtoumax(argv[0], &p, 0); in main() 182 val = strtoumax(buf, &p, 0); in read_num_buf()
|
| /src/bin/sh/ |
| H A D | arith_yylex.c | 66 return (arith_t)strtoumax(nptr, endptr, 0); in strtoarith_t() 68 val = (arith_t)strtoumax(nptr, endptr, 0); in strtoarith_t()
|
| H A D | miscbltin.c | 591 uval = strtoumax(p, &end, 10); in ulimitcmd()
|
| /src/lib/libgeom/ |
| H A D | geom_xml2tree.c | 84 umax = strtoumax(attr[i + 1], NULL, 0); in StartElement() 88 umax = strtoumax(attr[i + 1], NULL, 0); in StartElement() 243 mt->provider->lg_mediasize = strtoumax(p, NULL, 0); in EndElement() 253 mt->provider->lg_stripesize = strtoumax(p, NULL, 0); in EndElement() 258 mt->provider->lg_stripeoffset = strtoumax(p, NULL, 0); in EndElement()
|
| /src/crypto/openssl/test/ |
| H A D | params_conversion_test.c | 19 #define strtoumax strtoull macro 96 pc->u32 = (uint32_t)strtoumax(pp->value, &p, 10); in param_conversion_load_stanza() 105 pc->u64 = (uint64_t)strtoumax(pp->value, &p, 10); in param_conversion_load_stanza()
|
| /src/lib/libdevdctl/ |
| H A D | guid.cc | 64 m_GUID = (uint64_t)strtoumax(guidString.c_str(), NULL, 0); in Guid()
|
| /src/usr.sbin/pw/ |
| H A D | strtounum.c | 49 ret = strtoumax(np, &endp, 10); in strtounum()
|
| /src/include/ |
| H A D | inttypes.h | 55 uintmax_t strtoumax(const char * __restrict, char ** __restrict, int);
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | cinttypes | 230 uintmax_t strtoumax(const char* restrict nptr, char** restrict endptr, int base); 264 using ::strtoumax _LIBCPP_USING_IF_EXISTS;
|
| /src/lib/libc/stdlib/ |
| H A D | Makefile.inc | 66 strtoumax.c \ 154 strtoul.3 strtoumax.3
|
| H A D | strtoumax.c | 131 strtoumax(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoumax() function
|
| H A D | Symbol.map | 70 strtoumax;
|
| /src/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cinttypes.inc | 16 using ::strtoumax _LIBCPP_USING_IF_EXISTS;
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cinttypes.inc | 16 using std::strtoumax _LIBCPP_USING_IF_EXISTS;
|
| /src/lib/libutil/ |
| H A D | expand_number.c | 74 number = strtoumax(buf, &endptr, 0); in expand_impl()
|
| /src/tools/tools/nvmf/nvmfdd/ |
| H A D | nvmfdd.c | 393 length = strtoumax(optarg, NULL, 0); in main() 399 offset = strtoumax(optarg, NULL, 0); in main()
|
| /src/sbin/camcontrol/ |
| H A D | depop.c | 213 capacity = strtoumax(optarg, &endptr, 0); in depop()
|
| /src/usr.sbin/mpsutil/ |
| H A D | mpsutil.c | 109 unit = strtoumax(optarg, &end, 10); in main()
|
| /src/sys/contrib/openzfs/lib/libspl/ |
| H A D | tunables.c | 150 n = strtoumax(val, &end, 0); in zfs_tunable_parse_uint()
|
| /src/sbin/mdconfig/ |
| H A D | mdconfig.c | 232 mdio.md_mediasize = (off_t)strtoumax(optarg, &p, 0); in main() 648 bytes = strtoumax(length, &endptr, 10); in md_prthumanval()
|
| /src/tools/tools/pciroms/ |
| H A D | pciroms.c | 122 base_addr_max = strtoumax(base_addr_string, &ep, 16); in main()
|
| /src/bin/dd/ |
| H A D | args.c | 495 num = strtoumax(val, &expr, 0); in get_num()
|
| /src/usr.bin/printf/ |
| H A D | printf.c | 591 *uip = strtoumax(*gargv, &ep, 0); in getnum()
|
| /src/usr.sbin/cpucontrol/ |
| H A D | cpucontrol.c | 123 val = strtoumax(str, endptr, base); in strtouint32()
|
| /src/contrib/libarchive/libarchive/ |
| H A D | archive_write_add_filter_zstd.c | 209 number = strtoumax(string, &end, 10); in string_to_size()
|