Home
last modified time | relevance | path

Searched refs:__errorattr (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/include/bits/fortify/
H A Dfcntl.h50 __errorattr(__open_too_many_args_error);
80 __errorattr(__open_too_many_args_error);
106 __errorattr(__open_too_many_args_error);
126 __errorattr(__open_too_many_args_error);
H A Dstdio.h58 __errorattr("format string will always overflow destination buffer");
/aosp12/bionic/libc/include/sys/
H A Dcdefs.h134 #define __errorattr(msg) __attribute__((unavailable(msg))) macro