Home
last modified time | relevance | path

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

/openbmc/linux/tools/bpf/
H A Dbpf_dbg.c85 #ifndef __check_format_printf
86 # define __check_format_printf(pos_fmtstr, pos_fmtargs) \ macro
173 static __check_format_printf(1, 2) int rl_printf(const char *fmt, ...) in rl_printf()