Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/xz/
H A Dargs.c54 value = str_to_uint64(name_percentage, s, 1, 100); in parse_memlimit()
60 value = str_to_uint64(name, str, 0, UINT64_MAX); in parse_memlimit()
154 opt_block_list[i].size = str_to_uint64("block-list", in parse_block_list()
368 uint32_t t = str_to_uint64("threads", s, 0, 16384); in parse_real()
607 opt_block_size = str_to_uint64("block-size", optarg, in parse_real()
660 opt_flush_timeout = str_to_uint64("flush-timeout", in parse_real()
H A Dutil.c97 str_to_uint64(const char *name, const char *value, uint64_t min, uint64_t max) in str_to_uint64() function
H A Doptions.c126 const uint64_t v = str_to_uint64(name, value, in parse_options()