/freebsd/lib/geom/part/ |
H A D | geom_part.c | 274 sector = (off_t)strtoimax(s, NULL, 0); in find_provider() 389 last = (off_t)strtoimax(s, NULL, 0); in gpart_autofill_resize() 401 start = (off_t)strtoimax(s, NULL, 0); in gpart_autofill_resize() 403 lba = (off_t)strtoimax(s, NULL, 0); in gpart_autofill_resize() 422 new_lba = (off_t)strtoimax(s, NULL, 0); in gpart_autofill_resize() 542 first = (off_t)strtoimax(s, NULL, 0); in gpart_autofill() 547 last = (off_t)strtoimax(s, NULL, 0); in gpart_autofill() 555 lba = (off_t)strtoimax(s, NULL, 0); in gpart_autofill() 581 first = (off_t)strtoimax(s, NULL, 0) + 1; in gpart_autofill() 639 first = (off_t)strtoimax(s, NULL, 0); in gpart_show_geom() [all …]
|
/freebsd/contrib/diff/lib/ |
H A D | strtoimax.c | 57 # define strtoimax strtoumax macro 65 strtoimax (char const *ptr, char **endptr, int base) in strtoimax() function
|
/freebsd/contrib/blocklist/port/ |
H A D | strtoi.c | 57 #define __WRAPPED strtoimax
|
/freebsd/lib/libc/stdlib/ |
H A D | Makefile.inc | 14 set_constraint_handler_s.c strfmon.c strtoimax.c \ 86 strtol.3 strtoimax.3
|
H A D | Symbol.map | 63 strtoimax;
|
H A D | strtoimax.c | 153 strtoimax(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoimax() function
|
/freebsd/crypto/openssl/test/ |
H A D | params_conversion_test.c | 20 # 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 D | inttypes.h | 54 intmax_t strtoimax(const char * __restrict, char ** __restrict, int);
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cinttypes | 229 intmax_t strtoimax(const char* restrict nptr, char** restrict endptr, int base); 263 using ::strtoimax _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cinttypes.inc | 15 using ::strtoimax _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cinttypes.cppm |
|
H A D | cinttypes.inc | 15 using std::strtoimax _LIBCPP_USING_IF_EXISTS;
|
/freebsd/lib/nss_tacplus/ |
H A D | nss_tacplus.c | 179 num = strtoimax(value, &end, 10); in tacplus_getpwnam_r() 188 num = strtoimax(value, &end, 10); in tacplus_getpwnam_r()
|
/freebsd/bin/sh/ |
H A D | arith_yylex.c | 62 return strtoimax(nptr, endptr, 0); in strtoarith_t()
|
/freebsd/contrib/tzcode/ |
H A D | private.h | 156 /* Enable strtoimax on pre-C99 Solaris 11. */ 385 # define strtoimax strtoll 394 # ifndef strtoimax 395 # define strtoimax strtol 361 # define strtoimax global() macro 371 # define strtoimax global() macro
|
H A D | date.c | 83 secs = strtoimax(optarg, &endarg, 0); in main()
|
H A D | zdump.c | 535 lo = strtoimax(cutarg, &loend, 10); in main() 540 && (hi = strtoimax(loend + 1, &hiend, 10), in main() 555 lo = strtoimax(cuttimes, &loend, 10); in main() 564 && (hi = strtoimax(loend + 1, &hiend, 10), in main()
|
/freebsd/tools/tools/find-sb/ |
H A D | find-sb.c | 45 offset = strtoimax(optarg, &ch, 10); in main()
|
/freebsd/sbin/newfs/ |
H A D | newfs.c | 270 reserved = strtoimax(optarg, &cp, 0); in main() 282 fssize = strtoimax(optarg, &cp, 0); in main()
|
/freebsd/usr.sbin/bsdinstall/partedit/ |
H A D | gpart_ops.c | 836 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/usr.bin/ktrace/ |
H A D | ktrace.c | 190 n = strtoimax(p, &e, 10); in set_pid_clear()
|
/freebsd/contrib/elftoolchain/strings/ |
H A D | strings.c | 149 min_len = strtoimax(optarg, (char**)NULL, 10); in main()
|
/freebsd/sbin/geom/misc/ |
H A D | subr.c | 130 number = (off_t)strtoimax(lbastr, &s, 0); in g_parse_lba()
|
/freebsd/usr.bin/printf/ |
H A D | printf.c | 589 *ip = strtoimax(*gargv, &ep, 0); in getnum()
|
/freebsd/bin/dd/ |
H A D | args.c | 544 num = strtoimax(val, &expr, 0); in get_off_t()
|