Symbol: strtoq
bin/pax/options.c
1429
num = strtoq(val, &expr, 0);
include/stdlib.h
341
strtoq(const char *, char **, int);
lib/libutil/login_cap.c
668
rlim_t tim = strtoq(res, &ep, 0);
lib/libutil/login_cap.c
752
val = strtoq(res, &ep, 0);
lib/libutil/login_cap.c
841
rlim_t siz = strtoq(res, &ep, 0);
sys/cam/ctl/ctl.c
4028
number = strtoq(buf, &endptr, 0);
sys/compat/linuxkpi/common/include/linux/kstrtox.h
207
temp = strtoq(cp, &end, base);
sys/compat/linuxkpi/common/include/linux/kstrtox.h
58
return (strtoq(cp, endp, base));
sys/geom/part/g_part.c
574
q = strtoq(p, &x, 0);
sys/kern/kern_environment.c
778
value = strtoq(ptr, &end, 0);
sys/kern/kern_environment.c
993
iv = strtoq(value, &vtp, 0);
sys/kern/subr_scanf.c
199
ccfn = (ccfntype)strtoq;
sys/kern/subr_scanf.c
205
ccfn = (ccfntype)strtoq;
sys/kern/vfs_mount.c
2586
iv = strtoq(opt_value, &vtp, 0);
sys/netgraph/ng_parse.c
629
val = strtoq(s + *off, &eptr, 0);
sys/security/mac_do/mac_do.c
373
q = strtoq(s, &ep, base);
sys/sys/systm.h
241
quad_t strtoq(const char *, char **, int);
sys/vm/vm_page.c
317
bad = strtoq(pos, &cp, 0);
usr.bin/find/function.c
130
value = strtoq(str, &endchar, 10);
usr.bin/find/function.c
166
value = strtoq(str, &unit, 10);
usr.bin/find/function.c
200
value = strtoq(str, &unit, 10);
usr.bin/limits/limits.c
595
rlim_t tim = strtoq(s, &e, 0);
usr.bin/limits/limits.c
636
rlim_t mult, tim = strtoq(s, &e, 0);
usr.bin/limits/limits.c
671
res = strtoq(s, &e, 0);
usr.sbin/acpi/acpidb/acpidb.c
212
val = strtoq(buf, &ep, 16);
usr.sbin/acpi/acpidb/acpidb.c
214
val = strtoq(buf, &ep, 10);
usr.sbin/acpi/acpidb/acpidb.c
239
rc.regtype = strtoq(np, &ep, 10);
usr.sbin/acpi/acpidb/acpidb.c
246
rc.addr = strtoq(np, &ep, 16);
usr.sbin/acpi/acpidb/acpidb.c
253
rc.value = strtoq(np, &ep, 16);
usr.sbin/mfiutil/mfi_config.c
59
iv = strtoq(value, &vtp, 0);
usr.sbin/mptutil/mpt_config.c
60
iv = strtoq(value, &vtp, 0);