Home
last modified time | relevance | path

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

12

/freebsd/lib/geom/part/
H A Dgeom_part.c275 sector = (off_t)strtoimax(s, NULL, 0); in find_provider()
380 last = (off_t)strtoimax(s, NULL, 0); in gpart_autofill_resize()
392 start = (off_t)strtoimax(s, NULL, 0); in gpart_autofill_resize()
394 lba = (off_t)strtoimax(s, NULL, 0); in gpart_autofill_resize()
413 new_lba = (off_t)strtoimax(s, NULL, 0); in gpart_autofill_resize()
533 first = (off_t)strtoimax(s, NULL, 0); in gpart_autofill()
538 last = (off_t)strtoimax(s, NULL, 0); in gpart_autofill()
546 lba = (off_t)strtoimax(s, NULL, 0); in gpart_autofill()
572 first = (off_t)strtoimax(s, NULL, 0) + 1; in gpart_autofill()
631 first = (off_t)strtoimax(s, NULL, 0); in gpart_show_geom()
[all …]
/freebsd/contrib/blocklist/port/
H A Dstrtoi.c59 #define __WRAPPED strtoimax
/freebsd/crypto/openssl/test/
H A Dparams_conversion_test.c20 #define strtoimax strtoll macro
78 pc->i32 = (int32_t)strtoimax(pp->value, &p, 10); in param_conversion_load_stanza()
87 pc->i64 = (int64_t)strtoimax(pp->value, &p, 10); in param_conversion_load_stanza()
/freebsd/include/
H A Dinttypes.h54 intmax_t strtoimax(const char * __restrict, char ** __restrict, int);
/freebsd/lib/libc/stdlib/
H A DMakefile.inc58 strtoimax.c \
150 strtol.3 strtoimax.3
H A DSymbol.map63 strtoimax;
H A Dstrtoimax.c153 strtoimax(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoimax() function
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcinttypes229 intmax_t strtoimax(const char* restrict nptr, char** restrict endptr, int base);
263 using ::strtoimax _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes229 intmax_t strtoimax(const char* restrict nptr, char** restrict endptr, int base);
266 using ::strtoimax _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcinttypes.inc15 using ::strtoimax _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcinttypes.inc15 using std::strtoimax _LIBCPP_USING_IF_EXISTS;
H A Dcinttypes.cppm
/freebsd/lib/nss_tacplus/
H A Dnss_tacplus.c179 num = strtoimax(value, &end, 10); in tacplus_getpwnam_r()
188 num = strtoimax(value, &end, 10); in tacplus_getpwnam_r()
/freebsd/bin/sh/
H A Darith_yylex.c64 return strtoimax(nptr, endptr, 0); in strtoarith_t()
/freebsd/tools/tools/find-sb/
H A Dfind-sb.c45 offset = strtoimax(optarg, &ch, 10); in main()
/freebsd/sbin/newfs/
H A Dnewfs.c272 reserved = strtoimax(optarg, &cp, 0); in main()
284 fssize = strtoimax(optarg, &cp, 0); in main()
/freebsd/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c836 astart = strtoimax(gc->lg_val, NULL, 0); in part_compare()
841 bstart = strtoimax(gc->lg_val, NULL, 0); in part_compare()
869 start = strtoimax(gc->lg_val, NULL, 0); in gpart_max_free()
871 end = strtoimax(gc->lg_val, NULL, 0); in gpart_max_free()
889 partstart = strtoimax(gc->lg_val, NULL, 0); in gpart_max_free()
891 partend = strtoimax(gc->lg_val, NULL, 0); in gpart_max_free()
/freebsd/contrib/tzcode/
H A Dprivate.h433 # define strtoimax strtoll macro
442 # ifndef strtoimax
443 # define strtoimax strtol macro
H A Ddate.c78 secs = strtoimax(optarg, &endarg, 0); in main()
H A Dzdump.c515 lo = strtoimax(cutarg, &loend, 10); in main()
520 && (hi = strtoimax(loend + 1, &hiend, 10), in main()
535 lo = strtoimax(cuttimes, &loend, 10); in main()
544 && (hi = strtoimax(loend + 1, &hiend, 10), in main()
/freebsd/libexec/pkg-serve/
H A Dpkg-serve.c126 mtime = (time_t)strtoimax(age, &end, 10); in main()
/freebsd/usr.bin/ktrace/
H A Dktrace.c190 n = strtoimax(p, &e, 10); in set_pid_clear()
/freebsd/sys/contrib/openzfs/lib/libspl/
H A Dtunables.c130 n = strtoimax(val, &end, 0); in zfs_tunable_parse_int()
/freebsd/contrib/elftoolchain/strings/
H A Dstrings.c149 min_len = strtoimax(optarg, (char**)NULL, 10); in main()
/freebsd/bin/date/
H A Ddate.c133 number = strtoimax(optarg, &end, 0); in main()

12