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

/freebsd-13-stable/contrib/diff/lib/
H A Dstrtoimax.c57 # define strtoimax strtoumax macro
65 strtoimax (char const *ptr, char **endptr, int base) function
/freebsd-13-stable/include/
H A Dinttypes.h56 intmax_t strtoimax(const char * __restrict, char ** __restrict, int);
/freebsd-13-stable/contrib/blacklist/port/
H A Dstrtoi.c57 #define __WRAPPED strtoimax
/freebsd-13-stable/lib/geom/part/
H A Dgeom_part.c278 sector = (off_t)strtoimax(s, NULL, 0);
393 last = (off_t)strtoimax(s, NULL, 0);
405 start = (off_t)strtoimax(s, NULL, 0);
407 lba = (off_t)strtoimax(s, NULL, 0);
426 new_lba = (off_t)strtoimax(s, NULL, 0);
546 first = (off_t)strtoimax(s, NULL, 0);
551 last = (off_t)strtoimax(s, NULL, 0);
559 lba = (off_t)strtoimax(s, NULL, 0);
585 first = (off_t)strtoimax(s, NULL, 0) + 1;
643 first = (off_t)strtoimax(
[all...]
/freebsd-13-stable/lib/libc/stdlib/
H A DMakefile.inc17 set_constraint_handler_s.c strfmon.c strtoimax.c \
64 MLINKS+=strtol.3 strtoll.3 strtol.3 strtoq.3 strtol.3 strtoimax.3
H A Dstrtoimax.c152 strtoimax(const char * __restrict nptr, char ** __restrict endptr, int base) function
/freebsd-13-stable/bin/sh/
H A Darith_yylex.c64 return strtoimax(nptr, endptr, 0);
/freebsd-13-stable/tools/tools/find-sb/
H A Dfind-sb.c47 offset = strtoimax(optarg, &ch, 10);
/freebsd-13-stable/usr.bin/diff3/
H A Ddiff3.c192 a = b = (int)strtoimax(p, &p, 10);
195 b = (int)strtoimax(p, &p, 10);
198 c = d = (int)strtoimax(p, &p, 10);
201 d = (int)strtoimax(p, &p, 10);
/freebsd-13-stable/usr.bin/head/
H A Dhead.c99 bytecnt = strtoimax(optarg, &ep, 10);
/freebsd-13-stable/usr.bin/ktrace/
H A Dktrace.c205 n = strtoimax(p, &e, 10);
/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c788 astart = strtoimax(gc->lg_val, NULL, 0);
793 bstart = strtoimax(gc->lg_val, NULL, 0);
821 start = strtoimax(gc->lg_val, NULL, 0);
823 end = strtoimax(gc->lg_val, NULL, 0);
841 partstart = strtoimax(gc->lg_val, NULL, 0);
843 partend = strtoimax(gc->lg_val, NULL, 0);
/freebsd-13-stable/sbin/newfs/
H A Dnewfs.c280 reserved = strtoimax(optarg, &cp, 0);
292 fssize = strtoimax(optarg, &cp, 0);
/freebsd-13-stable/contrib/elftoolchain/strings/
H A Dstrings.c149 min_len = strtoimax(optarg, (char**)NULL, 10);
/freebsd-13-stable/sbin/geom/misc/
H A Dsubr.c133 number = (off_t)strtoimax(lbastr, &s, 0);
/freebsd-13-stable/bin/dd/
H A Dargs.c552 num = strtoimax(val, &expr, 0);
/freebsd-13-stable/bin/test/
H A Dtest.c560 r = strtoimax(s, &p, 10);
/freebsd-13-stable/sbin/fsck_ffs/
H A Dmain.c224 ret = strtoimax(str, &cp, base);
/freebsd-13-stable/sbin/sysctl/
H A Dsysctl.c296 i64val = strtoimax(newvalstr, &endptr, 0);
/freebsd-13-stable/bin/expr/
H A Dexpr.y165 i = strtoimax(vp->u.s, (char **)NULL, 10);
/freebsd-13-stable/crypto/openssl/apps/
H A Dopt.c385 m = strtoimax(value, &endp, 0);
/freebsd-13-stable/contrib/libucl/src/
H A Ducl_parser.c811 lv = strtoimax (c, &endptr, 16);
814 lv = strtoimax (c, &endptr, 10);
/freebsd-13-stable/lib/libfetch/
H A Dcommon.c570 *port = strtoimax(ext, (char **)&endptr, 10);
/freebsd-13-stable/lib/libjail/
H A Djail.c401 strtoimax(avalue, &ep, 10);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3416 INTERCEPTOR(INTMAX_T, strtoimax, const char *nptr, char **endptr, int base) {
3418 COMMON_INTERCEPTOR_ENTER(ctx, strtoimax, nptr, endptr, base);
3423 INTMAX_T res = REAL(strtoimax)(nptr, &real_endptr, base);
3441 COMMON_INTERCEPT_FUNCTION(strtoimax); \
7970 long long ret = (long long)REAL(strtoimax)(nptr, &real_endptr, 10);

Completed in 177 milliseconds