Searched refs:__warnattr (Results 1 – 2 of 2) sorted by relevance
163 __warnattr("tempnam is unsafe, use mkstemp or tmpfile instead");166 __warnattr("tempnam is unsafe, use mkstemp or tmpfile instead");
135 #define __warnattr(msg) __attribute__((deprecated(msg))) macro