Searched refs:__errorattr (Results 1 – 3 of 3) sorted by relevance
52 __errorattr(__open_too_many_args_error);78 __errorattr(__open_too_many_args_error);
64 __errorattr("format string will always overflow destination buffer");82 __errorattr("format string will always overflow destination buffer");
159 # define __errorattr(msg) __attribute__((unavailable(msg))) macro166 # define __errorattr(msg) __attribute__((__error__(msg))) macro175 # define __errordecl(name, msg) extern void name(void) __errorattr(msg)