Searched refs:string_to_uint_upto (Results 1 – 5 of 5) sorted by relevance
158 return string_to_uint_upto(s, 255); in sigstr_to_uint()400 intval = string_to_uint_upto(val, 0xffff); in parse_inject_token()415 intval = string_to_uint_upto(val, MAX_ERRNO_VALUE); in parse_inject_token()
503 string_to_uint_upto(const char *const str, unsigned int max_val) in string_to_uint_upto() function
77 return string_to_uint_upto(str, INT_MAX); in string_to_uint()
1728 opt_intr = string_to_uint_upto(optarg, NUM_INTR_OPTS - 1); in init()
4408 Introduce string_to_uint_ex and string_to_uint_upto functions.4410 (string_to_uint_upto): New function, a thin wrapper around4413 (string_to_uint): Change into a thin wrapper around string_to_uint_upto.4414 * strace.c (init): Use string_to_uint_upto.4416 string_to_uint_upto instead of string_to_uint.