Home
last modified time | relevance | path

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

/external/iproute2/include/
Dutils.h198 #ifndef __check_format_string
199 # define __check_format_string(pos_str, pos_args) \ macro
/external/iproute2/tc/
Dtc_bpf.c731 static __check_format_string(1, 2) void bpf_dump_error(const char *format, ...) in bpf_dump_error()