Searched refs:orig_fmt (Results 1 – 2 of 2) sorted by relevance
139 const char *orig_fmt = fmt; in sasl_seterror() local326 if (orig_fmt != fmt) { in sasl_seterror()
941 static bool has_hex_prefix(const char *orig_fmt, const char *old_fmt) in has_hex_prefix() argument943 return old_fmt >= orig_fmt + 2 && in has_hex_prefix()1004 const char *fmt, *orig_fmt; in do_check_printf_call() local1046 orig_fmt = fmt = fmtexpr->string->data; in do_check_printf_call()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()