Home
last modified time | relevance | path

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

/haiku/headers/os/
H A DBeBuild.h87 #define _PRINTFLIKE(_format_, _args_) \ argument
88 __attribute__((format(__printf__, _format_, _args_)))
/haiku/headers/build/
H A DHaikuBuildCompatibility.h74 # define _PRINTFLIKE(_format_, _args_) \ argument
75 __attribute__((format(__printf__, _format_, _args_)))