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

/freebsd-12-stable/lib/libc/stdlib/
H A Dstrtoq.c33 static char sccsid[] = "@(#)strtoq.c 8.1 (Berkeley) 6/4/93";
46 strtoq(const char *nptr, char **endptr, int base) function
H A DMakefile.inc18 strtol.c strtold.c strtoll.c strtoq.c strtoul.c strtonum.c strtoull.c \
63 MLINKS+=strtol.3 strtoll.3 strtol.3 strtoq.3 strtol.3 strtoimax.3
/freebsd-12-stable/sys/libkern/
H A Dstrtoq.c50 strtoq(const char *nptr, char **endptr, int base) function
/freebsd-12-stable/usr.sbin/acpi/acpidb/
H A Dacpidb.c214 val = strtoq(buf, &ep, 16);
216 val = strtoq(buf, &ep, 10);
241 rc.regtype = strtoq(np, &ep, 10);
248 rc.addr = strtoq(np, &ep, 16);
255 rc.value = strtoq(np, &ep, 16);
/freebsd-12-stable/lib/libutil/
H A Dlogin_cap.c571 rlim_t tim = strtoq(res, &ep, 0);
656 val = strtoq(res, &ep, 0);
701 rlim_t siz = strtoq(res, &ep, 0);
/freebsd-12-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_sunddi.c72 *result = (long long)strtoq(str, nptr, base);
/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) */
209 ccfn = (ccfntype)strtoq;
215 ccfn = (ccfntype)strtoq;
419 /* scan an integer as if by strtoq/strtouq */
H A Dkern_environment.c701 value = strtoq(ptr, &end, 0);
916 iv = strtoq(value, &vtp, 0);
H A Dvfs_mount.c1642 iv = strtoq(opt_value, &vtp, 0);
/freebsd-12-stable/usr.bin/limits/
H A Dlimits.c591 rlim_t tim = strtoq(s, &e, 0);
631 rlim_t mult, tim = strtoq(s, &e, 0);
665 res = strtoq(s, &e, 0);
/freebsd-12-stable/bin/date/
H A Ddate.c157 tval = strtoq(optarg, &tmp, 0);
/freebsd-12-stable/include/
H A Dstdlib.h325 strtoq(const char *, char **, int);
/freebsd-12-stable/usr.sbin/fmtree/
H A Dspec.c243 ip->st_size = strtoq(val, &ep, 10);
/freebsd-12-stable/usr.bin/find/
H A Dfunction.c129 * Convert the string with strtoq(). Note, if strtoq() returns zero
133 value = strtoq(str, &endchar, 10);
169 value = strtoq(str, &unit, 10);
203 value = strtoq(str, &unit, 10);
/freebsd-12-stable/bin/pax/
H A Doptions.c1441 num = strtoq(val, &expr, 0);
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h297 return (strtoq(cp, endp, base));
/freebsd-12-stable/sys/sys/
H A Dsystm.h302 quad_t strtoq(const char *, char **, int);
/freebsd-12-stable/usr.sbin/mfiutil/
H A Dmfi_config.c60 iv = strtoq(value, &vtp, 0);
/freebsd-12-stable/usr.sbin/mptutil/
H A Dmpt_config.c63 iv = strtoq(value, &vtp, 0);
/freebsd-12-stable/sys/netgraph/
H A Dng_parse.c632 val = strtoq(s + *off, &eptr, 0);
/freebsd-12-stable/sys/geom/part/
H A Dg_part.c577 q = strtoq(p, &x, 0);
/freebsd-12-stable/sys/vm/
H A Dvm_page.c303 /* Ensure that strtoq() won't walk off the end */
315 bad = strtoq(pos, &cp, 0);
/freebsd-12-stable/contrib/apr/
H A Dconfigure25751 int64_strfn="strtoq"
25752 ac_fn_c_check_func "$LINENO" "strtoq" "ac_cv_func_strtoq"
/freebsd-12-stable/sys/cam/ctl/
H A Dctl.c3953 number = strtoq(buf, &endptr, 0);

Completed in 443 milliseconds