Searched refs:str_to_uint64 (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/public-domain/xz/dist/src/xz/ |
H A D | args.c | 44 value = str_to_uint64(name_percentage, str, 1, 100); in parse_memlimit() 49 value = str_to_uint64(name, str, 0, UINT64_MAX); in parse_memlimit() 96 opt_block_list[i] = str_to_uint64("block-list", str, in parse_block_list() 251 hardware_threads_set(str_to_uint64("threads", in parse_real() 449 opt_block_size = str_to_uint64("block-size", optarg, in parse_real() 496 opt_flush_timeout = str_to_uint64("flush-timeout", in parse_real()
|
H A D | util.h | 41 extern uint64_t str_to_uint64(const char *name, const char *value,
|
H A D | util.c | 58 str_to_uint64(const char *name, const char *value, uint64_t min, uint64_t max) in str_to_uint64() function
|
H A D | options.c | 125 const uint64_t v = str_to_uint64(name, value, in parse_options()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 1611 str_to_uint64(char *str, uint64_t *objnum) in str_to_uint64() function 1651 if (str_to_uint64(slashp+1, &objnum)) { in zfs_parse_bootfs()
|