Home
last modified time | relevance | path

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

/external/libcups/cups/
Dversioning.h154 # define _CUPS_DEPRECATED_MSG(m) _CUPS_PUBLIC macro
165 # define _CUPS_DEPRECATED_MSG(m) __attribute__ ((unavailable(m))) _CUPS_PUBLIC macro
176 # define _CUPS_DEPRECATED_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC macro
188 # define _CUPS_DEPRECATED_MSG(m) __attribute__ ((unavailable(m))) _CUPS_PUBLIC macro
199 # define _CUPS_DEPRECATED_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC macro
205 # define _CUPS_DEPRECATED_MSG(m) __attribute__ ((deprecated)) _CUPS_PUBLIC macro