Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_string_len.c178 int get_formatted_string_size_helper(struct expression *call, int arg, bool use_max) in get_formatted_string_size_helper() function
208 return get_formatted_string_size_helper(call, arg, true); in get_formatted_string_size()
213 return get_formatted_string_size_helper(call, arg, false); in get_formatted_string_min_size()