Searched refs:strtoumax (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.0-release/gnu/usr.bin/grep/
H A Dxstrtoumax.c1 /* xstrtoumax.c -- A more useful interface to strtoumax.
28 #define __strtol strtoumax
H A Dxstrtol.c89 #ifndef strtoumax
90 uintmax_t strtoumax ();
/freebsd-10.0-release/include/
H A Dinttypes.h55 uintmax_t strtoumax(const char * __restrict, char ** __restrict, int);
/freebsd-10.0-release/contrib/diff/lib/
H A Dstrtoimax.c57 # define strtoimax strtoumax
/freebsd-10.0-release/gnu/usr.bin/diff/
H A DMakefile11 xmalloc.c strtoumax.c cmpbuf.c exitfail.c error.c quotesys.c \
/freebsd-10.0-release/gnu/usr.bin/sdiff/
H A DMakefile10 error.c xmalloc.c c-stack.c basename.c strtoumax.c \
/freebsd-10.0-release/lib/libutil/
H A Dexpand_number.c49 umaxval = strtoumax(buf, &endptr, 0);
/freebsd-10.0-release/usr.sbin/asf/
H A Dasf_prog.c68 base = (caddr_t)(uintptr_t)strtoumax(token[2], &endp, 16);
/freebsd-10.0-release/lib/libc/stdlib/
H A DSymbol.map78 strtoumax;
H A DMakefile.inc14 strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c
48 MLINKS+=strtoul.3 strtoull.3 strtoul.3 strtouq.3 strtoul.3 strtoumax.3
H A Dstrtoumax.c128 strtoumax(const char * __restrict nptr, char ** __restrict endptr, int base) function
/freebsd-10.0-release/contrib/diff/src/
H A Dsystem.h174 #if ! HAVE_STRTOUMAX && ! defined strtoumax
175 uintmax_t strtoumax (char const *, char **, int);
H A Ddiff.c322 numval = strtoumax (optarg, &numend, 10);
503 numval = strtoumax (optarg, &numend, 10);
531 numval = strtoumax (optarg, &numend, 10);
578 numval = strtoumax (optarg, &numend, 10);
H A Difdef.c147 value[i] = strtoumax (f, &fend, 10);
H A Dsdiff.c1153 llen = val = strtoumax (diff_help + 1, &numend, 10);
1156 rlen = val = strtoumax (numend + 1, &numend, 10);
/freebsd-10.0-release/lib/libgeom/
H A Dgeom_xml2tree.c237 mt->provider->lg_mediasize = strtoumax(p, NULL, 0);
247 mt->provider->lg_stripesize = strtoumax(p, NULL, 0);
252 mt->provider->lg_stripeoffset = strtoumax(p, NULL, 0);
/freebsd-10.0-release/sbin/mdconfig/
H A Dmdconfig.c203 mdio.md_mediasize = (off_t)strtoumax(optarg, &p, 0);
545 bytes = strtoumax(length, &endptr, 10);
/freebsd-10.0-release/tools/tools/pciroms/
H A Dpciroms.c125 base_addr_max = strtoumax(base_addr_string, &ep, 16);
/freebsd-10.0-release/sbin/sunlabel/
H A Dsunlabel.c712 n = strtoumax(size, &p, 10);
754 n = strtoumax(offset, &p, 10);
/freebsd-10.0-release/usr.bin/make/
H A Darch.c600 ar->size = strtoumax(buf, &end, 10);
/freebsd-10.0-release/lib/libjail/
H A Djail.c394 strtoumax(avalue, &ep, 10);
/freebsd-10.0-release/sbin/growfs/
H A Dgrowfs.c1388 size = (off_t)strtoumax(optarg, &p, 0);
/freebsd-10.0-release/sbin/camcontrol/
H A Dcamcontrol.c2546 maxsize = strtoumax(optarg, NULL, 0);
6803 attached_dev_name = (uintmax_t)strtoumax(optarg,
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfigure31144 uintmax_t uret = strtoumax(s, endptr, base);
[all...]

Completed in 217 milliseconds