Home
last modified time | relevance | path

Searched refs:strtoumax (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/usr.bin/primes/
H A Dprimes.c122 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()
/freebsd/bin/sh/
H A Darith_yylex.c66 return (arith_t)strtoumax(nptr, endptr, 0); in strtoarith_t()
68 val = (arith_t)strtoumax(nptr, endptr, 0); in strtoarith_t()
/freebsd/lib/libgeom/
H A Dgeom_xml2tree.c84 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()
/freebsd/crypto/openssl/test/
H A Dparams_conversion_test.c19 #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()
/freebsd/lib/libdevdctl/
H A Dguid.cc64 m_GUID = (uint64_t)strtoumax(guidString.c_str(), NULL, 0); in Guid()
/freebsd/lib/libc/stdlib/
H A DMakefile.inc66 strtoumax.c \
154 strtoul.3 strtoumax.3
H A DSymbol.map70 strtoumax;
H A Dstrtoumax.c131 strtoumax(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoumax() function
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcinttypes230 uintmax_t strtoumax(const char* restrict nptr, char** restrict endptr, int base);
264 using ::strtoumax _LIBCPP_USING_IF_EXISTS;
/freebsd/include/
H A Dinttypes.h55 uintmax_t strtoumax(const char * __restrict, char ** __restrict, int);
/freebsd/usr.sbin/pw/
H A Dstrtounum.c49 ret = strtoumax(np, &endp, 10); in strtounum()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes230 uintmax_t strtoumax(const char* restrict nptr, char** restrict endptr, int base);
267 using ::strtoumax _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcinttypes.inc16 using ::strtoumax _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcinttypes.inc16 using std::strtoumax _LIBCPP_USING_IF_EXISTS;
H A Dcinttypes.cppm
/freebsd/lib/libutil/
H A Dexpand_number.c74 number = strtoumax(buf, &endptr, 0); in expand_impl()
/freebsd/tools/tools/nvmf/nvmfdd/
H A Dnvmfdd.c393 length = strtoumax(optarg, NULL, 0); in main()
399 offset = strtoumax(optarg, NULL, 0); in main()
/freebsd/sbin/camcontrol/
H A Ddepop.c213 capacity = strtoumax(optarg, &endptr, 0); in depop()
/freebsd/usr.sbin/mpsutil/
H A Dmpsutil.c109 unit = strtoumax(optarg, &end, 10); in main()
/freebsd/sys/contrib/openzfs/lib/libspl/
H A Dtunables.c150 n = strtoumax(val, &end, 0); in zfs_tunable_parse_uint()
/freebsd/sbin/mdconfig/
H A Dmdconfig.c232 mdio.md_mediasize = (off_t)strtoumax(optarg, &p, 0); in main()
648 bytes = strtoumax(length, &endptr, 10); in md_prthumanval()
/freebsd/tools/tools/pciroms/
H A Dpciroms.c122 base_addr_max = strtoumax(base_addr_string, &ep, 16); in main()
/freebsd/usr.sbin/cpucontrol/
H A Dcpucontrol.c123 val = strtoumax(str, endptr, base); in strtouint32()
/freebsd/usr.bin/printf/
H A Dprintf.c591 *uip = strtoumax(*gargv, &ep, 0); in getnum()
/freebsd/bin/dd/
H A Dargs.c495 num = strtoumax(val, &expr, 0); in get_num()

12