Home
last modified time | relevance | path

Searched refs:str_to_uint64 (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/xz/src/xz/
H A Dargs.c44 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 Dutil.h41 extern uint64_t str_to_uint64(const char *name, const char *value,
H A Dutil.c58 str_to_uint64(const char *name, const char *value, uint64_t min, uint64_t max) in str_to_uint64() function
H A Doptions.c125 const uint64_t v = str_to_uint64(name, value, in parse_options()