Searched refs:strtoimax (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/bin/sh/
H A Dshell.h60 #define atoarith_t(arg) strtoimax(arg, NULL, 0)
61 #define strtoarith_t(nptr, endptr, base) strtoimax(nptr, endptr, base)
/freebsd-11-stable/contrib/diff/lib/
H A Dstrtoimax.c57 # define strtoimax strtoumax macro
65 strtoimax (char const *ptr, char **endptr, int base) function
/freebsd-11-stable/contrib/blacklist/port/
H A Dstrtoi.c57 #define __WRAPPED strtoimax
/freebsd-11-stable/include/
H A Dinttypes.h54 intmax_t strtoimax(const char * __restrict, char ** __restrict, int);
/freebsd-11-stable/sbin/geom/class/part/
H A Dgeom_part.c276 sector = (off_t)strtoimax(s, NULL, 0);
391 last = (off_t)strtoimax(s, NULL, 0);
403 start = (off_t)strtoimax(s, NULL, 0);
405 lba = (off_t)strtoimax(s, NULL, 0);
424 new_lba = (off_t)strtoimax(s, NULL, 0);
544 first = (off_t)strtoimax(s, NULL, 0);
549 last = (off_t)strtoimax(s, NULL, 0);
557 lba = (off_t)strtoimax(s, NULL, 0);
583 first = (off_t)strtoimax(s, NULL, 0) + 1;
641 first = (off_t)strtoimax(
[all...]
/freebsd-11-stable/lib/libc/stdlib/
H A Dstrtoimax.c150 strtoimax(const char * __restrict nptr, char ** __restrict endptr, int base) function
H A DMakefile.inc17 set_constraint_handler_s.c strfmon.c strtoimax.c \
63 MLINKS+=strtol.3 strtoll.3 strtol.3 strtoq.3 strtol.3 strtoimax.3
/freebsd-11-stable/tools/tools/find-sb/
H A Dfind-sb.c47 offset = strtoimax(optarg, &ch, 10);
/freebsd-11-stable/usr.bin/head/
H A Dhead.c86 bytecnt = strtoimax(optarg, &ep, 10);
/freebsd-11-stable/usr.bin/ktrace/
H A Dktrace.c203 n = strtoimax(p, &e, 10);
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c778 astart = strtoimax(gc->lg_val, NULL, 0);
783 bstart = strtoimax(gc->lg_val, NULL, 0);
811 start = strtoimax(gc->lg_val, NULL, 0);
813 end = strtoimax(gc->lg_val, NULL, 0);
831 partstart = strtoimax(gc->lg_val, NULL, 0);
833 partend = strtoimax(gc->lg_val, NULL, 0);
/freebsd-11-stable/sbin/newfs/
H A Dnewfs.c277 reserved = strtoimax(optarg, &cp, 0);
289 fssize = strtoimax(optarg, &cp, 0);
/freebsd-11-stable/contrib/elftoolchain/strings/
H A Dstrings.c142 min_len = strtoimax(optarg, (char**)NULL, 10);
/freebsd-11-stable/bin/dd/
H A Dargs.c476 num = strtoimax(val, &expr, 0);
/freebsd-11-stable/bin/test/
H A Dtest.c562 r = strtoimax(s, &p, 10);
/freebsd-11-stable/sbin/geom/misc/
H A Dsubr.c133 number = (off_t)strtoimax(lbastr, &s, 0);
/freebsd-11-stable/sbin/fsck_ffs/
H A Dmain.c220 ret = strtoimax(str, &cp, base);
/freebsd-11-stable/bin/expr/
H A Dexpr.y165 i = strtoimax(vp->u.s, (char **)NULL, 10);
/freebsd-11-stable/sbin/sysctl/
H A Dsysctl.c305 i64val = strtoimax(newvalstr, &endptr, 0);
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_parser.c768 lv = strtoimax (c, &endptr, 16);
771 lv = strtoimax (c, &endptr, 10);
/freebsd-11-stable/lib/libjail/
H A Djail.c392 strtoimax(avalue, &ep, 10);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3373 INTERCEPTOR(INTMAX_T, strtoimax, const char *nptr, char **endptr, int base) {
3375 COMMON_INTERCEPTOR_ENTER(ctx, strtoimax, nptr, endptr, base);
3380 INTMAX_T res = REAL(strtoimax)(nptr, &real_endptr, base);
3398 COMMON_INTERCEPT_FUNCTION(strtoimax); \
7895 long long ret = (long long)REAL(strtoimax)(nptr, &real_endptr, 10);
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure31143 ret = strtoimax(s, endptr, base);
[all...]

Completed in 258 milliseconds