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

/bionic/libc/include/
H A Dfcntl.h90 __errordecl(__creat_missing_mode, "called with O_CREAT, but missing mode");
91 __errordecl(__creat_too_many_args, "too many arguments");
H A Dunistd.h202 __errordecl(__read_dest_size_error, "read called with size bigger than destination");
203 __errordecl(__read_count_toobig_error, "read called with count > SSIZE_MAX");
H A Dstdio.h416 __errordecl(__fgets_too_big_error, "fgets called with size bigger than buffer");
417 __errordecl(__fgets_too_small_error, "fgets called with size less than zero");
/bionic/libc/include/sys/
H A Dstat.h166 __errordecl(__umask_invalid_mode, "umask called with invalid mode");
H A Dcdefs.h354 #define __errordecl(name, msg) extern void name(void) __attribute__((__error__(msg))) macro
357 #define __errordecl(name, msg) extern void name(void) macro
H A Dsocket.h295 __errordecl(__recvfrom_error, "recvfrom called with size bigger than buffer");

Completed in 67 milliseconds