Home
last modified time | relevance | path

Searched defs:_printf_ (Results 1 – 2 of 2) sorted by relevance

/systemd-251/coccinelle/
Dmacros.h12 #define _printf_(a, b) __attribute__((__format__(printf, a, b))) macro
/systemd-251/src/basic/
Dmacro.h14 #define _printf_(a, b) __attribute__((__format__(printf, a, b))) macro