Home
last modified time | relevance | path

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

12

/freebsd-14.2/usr.bin/primes/
H A Dprimes.c134 start = strtoumax(argv[0], &p, 0); in main()
141 stop = strtoumax(argv[1], &p, 0); in main()
153 start = strtoumax(argv[0], &p, 0); in main()
194 val = strtoumax(buf, &p, 0); in read_num_buf()
/freebsd-14.2/bin/sh/
H A Darith_yylex.c64 return (arith_t)strtoumax(nptr, endptr, 0); in strtoarith_t()
66 val = (arith_t)strtoumax(nptr, endptr, 0); in strtoarith_t()
H A Dmiscbltin.c566 uval = strtoumax(p, &end, 10); in ulimitcmd()
/freebsd-14.2/contrib/diff/src/
H A Dsystem.h174 #if ! HAVE_STRTOUMAX && ! defined strtoumax
175 uintmax_t strtoumax (char const *, char **, int);
H A Ddiff.c321 numval = strtoumax (optarg, &numend, 10); in main()
502 numval = strtoumax (optarg, &numend, 10); in main()
530 numval = strtoumax (optarg, &numend, 10); in main()
577 numval = strtoumax (optarg, &numend, 10); in main()
H A Difdef.c147 value[i] = strtoumax (f, &fend, 10); in format_group()
H A Dsdiff.c1148 llen = val = strtoumax (diff_help + 1, &numend, 10); in interact()
1151 rlen = val = strtoumax (numend + 1, &numend, 10); in interact()
/freebsd-14.2/lib/libdevdctl/
H A Dguid.cc64 m_GUID = (uint64_t)strtoumax(guidString.c_str(), NULL, 0); in Guid()
/freebsd-14.2/lib/libc/stdlib/
H A DMakefile.inc18 strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c
69 MLINKS+=strtoul.3 strtoull.3 strtoul.3 strtouq.3 strtoul.3 strtoumax.3
H A DSymbol.map70 strtoumax;
H A Dstrtoumax.c134 strtoumax(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoumax() function
/freebsd-14.2/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-14.2/usr.sbin/pw/
H A Dstrtounum.c49 ret = strtoumax(np, &endp, 10); in strtounum()
/freebsd-14.2/include/
H A Dinttypes.h55 uintmax_t strtoumax(const char * __restrict, char ** __restrict, int);
/freebsd-14.2/lib/libutil/
H A Dexpand_number.c49 umaxval = strtoumax(buf, &endptr, 0); in expand_number()
/freebsd-14.2/contrib/diff/lib/
H A Dstrtoimax.c57 # define strtoimax strtoumax
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dcinttypes230 uintmax_t strtoumax(const char* restrict nptr, char** restrict endptr, int base);
265 using ::strtoumax _LIBCPP_USING_IF_EXISTS;
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcinttypes.inc16 using ::strtoumax;
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dcinttypes.inc16 using std::strtoumax;
/freebsd-14.2/lib/libgeom/
H A Dgeom_xml2tree.c239 mt->provider->lg_mediasize = strtoumax(p, NULL, 0); in EndElement()
249 mt->provider->lg_stripesize = strtoumax(p, NULL, 0); in EndElement()
254 mt->provider->lg_stripeoffset = strtoumax(p, NULL, 0); in EndElement()
/freebsd-14.2/sbin/camcontrol/
H A Ddepop.c214 capacity = strtoumax(optarg, &endptr, 0); in depop()
/freebsd-14.2/usr.sbin/mpsutil/
H A Dmpsutil.c110 unit = strtoumax(optarg, &end, 10); in main()
/freebsd-14.2/sbin/mdconfig/
H A Dmdconfig.c226 mdio.md_mediasize = (off_t)strtoumax(optarg, &p, 0); in main()
587 bytes = strtoumax(length, &endptr, 10); in md_prthumanval()
/freebsd-14.2/tools/tools/pciroms/
H A Dpciroms.c123 base_addr_max = strtoumax(base_addr_string, &ep, 16); in main()
/freebsd-14.2/usr.bin/printf/
H A Dprintf.c605 *uip = strtoumax(*gargv, &ep, 0); in getnum()

12