| /freebsd/lib/geom/part/ |
| H A D | geom_part.c | 275 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 D | strtoi.c | 59 #define __WRAPPED strtoimax
|
| /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/lib/libc/stdlib/ |
| H A D | Makefile.inc | 58 strtoimax.c \ 150 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/contrib/llvm-project/libcxx/include/__cxx03/ |
| 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/include/ |
| H A D | cinttypes | 229 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 D | cinttypes.inc | 15 using ::strtoimax _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cinttypes.inc | 15 using std::strtoimax _LIBCPP_USING_IF_EXISTS;
|
| H A D | cinttypes.cppm | |
| /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 | 64 return strtoimax(nptr, endptr, 0); in strtoarith_t()
|
| /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 | 272 reserved = strtoimax(optarg, &cp, 0); in main() 284 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/contrib/tzcode/ |
| H A D | private.h | 433 # define strtoimax strtoll macro 442 # ifndef strtoimax 443 # define strtoimax strtol macro
|
| H A D | date.c | 78 secs = strtoimax(optarg, &endarg, 0); in main()
|
| H A D | zdump.c | 515 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 D | pkg-serve.c | 126 mtime = (time_t)strtoimax(age, &end, 10); in main()
|
| /freebsd/usr.bin/ktrace/ |
| H A D | ktrace.c | 190 n = strtoimax(p, &e, 10); in set_pid_clear()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/ |
| H A D | tunables.c | 130 n = strtoimax(val, &end, 0); in zfs_tunable_parse_int()
|
| /freebsd/contrib/elftoolchain/strings/ |
| H A D | strings.c | 149 min_len = strtoimax(optarg, (char**)NULL, 10); in main()
|
| /freebsd/bin/date/ |
| H A D | date.c | 133 number = strtoimax(optarg, &end, 0); in main()
|