Home
last modified time | relevance | path

Searched refs:NXT_ATTR_FORMAT (Results 1 – 1 of 1) sorted by path

/unit/src/
H A Dnxt_unit.h344 #define NXT_ATTR_FORMAT __attribute__((format(printf, 3, 4))) macro
351 #if !defined(NXT_ATTR_FORMAT)
353 #define NXT_ATTR_FORMAT macro
359 NXT_ATTR_FORMAT;
362 const char* fmt, ...) NXT_ATTR_FORMAT;