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

/freebsd-12-stable/lib/libc/stdlib/
H A Dstrtouq.c33 static char sccsid[] = "@(#)strtouq.c 8.1 (Berkeley) 6/4/93";
46 strtouq(const char *nptr, char **endptr, int base) function
H A DMakefile.inc19 strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c
64 MLINKS+=strtoul.3 strtoull.3 strtoul.3 strtouq.3 strtoul.3 strtoumax.3
/freebsd-12-stable/sys/libkern/
H A Dstrtouq.c50 strtouq(const char *nptr, char **endptr, int base) function
/freebsd-12-stable/usr.sbin/memcontrol/
H A Dmemcontrol.c209 mrd.mr_base = strtouq(optarg, &ep, 0);
214 mrd.mr_len = strtouq(optarg, &ep, 0);
270 mrd.mr_base = strtouq(optarg, &ep, 0);
275 mrd.mr_len = strtouq(optarg, &ep, 0);
/freebsd-12-stable/sys/kern/
H A Dsubr_scanf.c90 #define CT_INT 3 /* integer, i.e., strtoq or strtouq */
121 int base; /* base argument to strtoq/strtouq */
122 ccfntype ccfn; /* conversion function (strtoq/strtouq) */
221 ccfn = strtouq;
227 ccfn = strtouq;
234 ccfn = strtouq;
256 ccfn = strtouq;
419 /* scan an integer as if by strtoq/strtouq */
/freebsd-12-stable/sys/geom/
H A Dgeom_map.c145 *offset = strtouq(line, &op, 0);
281 offset = strtouq(value, &op, 0);
295 dsize = strtouq(value, &op, 0);
H A Dgeom_redboot.c257 offset = strtouq(value, &op, 0);
/freebsd-12-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_sunddi.c64 *result = (unsigned long long)strtouq(str, nptr, base);
/freebsd-12-stable/include/
H A Dstdlib.h327 strtouq(const char *, char **, int);
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h291 return (strtouq(cp, endp, base));
419 *res = strtouq(cp, &end, base);
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_db_files.c418 if (!strtouq(p_key, &endptr, 0)
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_os.h327 #define ocs_strtoull(s,ep,b) ((uint64_t)strtouq(s,ep,b))
/freebsd-12-stable/sys/sys/
H A Dsystm.h303 u_quad_t strtouq(const char *, char **, int);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp447 INTERCEPTORS_STRTO_BASE(u64, strtouq, char)
1647 INTERCEPT_STRTO(strtouq);
/freebsd-12-stable/sys/geom/mirror/
H A Dg_mirror_ctl.c844 mediasize = strtouq(s, &x, 0);
/freebsd-12-stable/sys/dev/isp/
H A Disp_pci.c595 ISP_FC_PC(isp, chan)->def_wwpn = strtouq(sptr, &eptr, 16);
608 ISP_FC_PC(isp, chan)->def_wwnn = strtouq(sptr, &eptr, 16);
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_all.c6009 value = strtouq(id_str, &endptr, 0);

Completed in 291 milliseconds