Searched refs:strtouq (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/lib/libc/stdlib/
H A Dstrtouq.c31 static char sccsid[] = "@(#)strtouq.c 8.1 (Berkeley) 6/4/93";
44 strtouq(const char *nptr, char **endptr, int base) function
H A DSymbol.map79 strtouq;
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
/freebsd-10.0-release/sys/libkern/
H A Dstrtouq.c48 strtouq(const char *nptr, char **endptr, int base) function
/freebsd-10.0-release/usr.sbin/memcontrol/
H A Dmemcontrol.c207 mrd.mr_base = strtouq(optarg, &ep, 0);
212 mrd.mr_len = strtouq(optarg, &ep, 0);
268 mrd.mr_base = strtouq(optarg, &ep, 0);
273 mrd.mr_len = strtouq(optarg, &ep, 0);
/freebsd-10.0-release/sys/kern/
H A Dsubr_scanf.c84 #define CT_INT 3 /* integer, i.e., strtoq or strtouq */
115 int base; /* base argument to strtoq/strtouq */
116 ccfntype ccfn; /* conversion function (strtoq/strtouq) */
206 ccfn = strtouq;
212 ccfn = strtouq;
219 ccfn = strtouq;
241 ccfn = strtouq;
398 /* scan an integer as if by strtoq/strtouq */
/freebsd-10.0-release/sys/geom/
H A Dgeom_map.c143 *offset = strtouq(line, &op, 0);
266 offset = strtouq(value, &op, 0);
280 dsize = strtouq(value, &op, 0);
/freebsd-10.0-release/include/
H A Dstdlib.h305 strtouq(const char *, char **, int);
/freebsd-10.0-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_sunddi.c72 *result = (unsigned long long)strtouq(str, nptr, base);
/freebsd-10.0-release/bin/dd/
H A Dargs.c368 num = strtouq(val, &expr, 0);
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_db_files.c392 if (!strtouq(p_key, &endptr, 0)
/freebsd-10.0-release/sys/sys/
H A Dsystm.h217 u_quad_t strtouq(const char *, char **, int) __nonnull(1);
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dscan.l508 uq = strtouq(cp, &eptr, base);
/freebsd-10.0-release/sys/dev/isp/
H A Disp_pci.c617 ISP_FC_PC(isp, chan)->def_wwpn = strtouq(sptr, &eptr, 16);
628 ISP_FC_PC(isp, chan)->def_wwnn = strtouq(sptr, &eptr, 16);

Completed in 295 milliseconds