Searched refs:__XPRINTF_ATTR (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dprintf.h54 #define __XPRINTF_ATTR(x) __attribute__(x) macro
56 #define __XPRINTF_ATTR(x) /* nothing */ macro
159 __XPRINTF_ATTR((__nonnull__(1)))
164 __XPRINTF_ATTR((__malloc__))
169 __XPRINTF_ATTR((__nonnull__(1)))
173 __XPRINTF_ATTR((__nonnull__(1)))
180 __XPRINTF_ATTR((__nonnull__(1, 2, 4)))
184 __XPRINTF_ATTR((__nonnull__(2, 4)))
189 __XPRINTF_ATTR((__nonnull__(1, 2, 4)))
194 __XPRINTF_ATTR((__nonnull_
[all...]

Completed in 80 milliseconds