Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_kernel_printf.c941 static bool has_hex_prefix(const char *orig_fmt, const char *old_fmt) in has_hex_prefix() function
1069 if (spec.flags & SPECIAL && has_hex_prefix(orig_fmt, old_fmt)) in do_check_printf_call()
1072 if (spec.base != 16 && has_hex_prefix(orig_fmt, old_fmt)) in do_check_printf_call()