Searched refs:__errordecl (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/include/ |
D | unistd.h | 510 __errordecl(__getcwd_dest_size_error, "getcwd called with size bigger than destination"); 511 __errordecl(__pread_dest_size_error, "pread called with size bigger than destination"); 512 __errordecl(__pread_count_toobig_error, "pread called with count > SSIZE_MAX"); 513 __errordecl(__pread64_dest_size_error, "pread64 called with size bigger than destination"); 514 __errordecl(__pread64_count_toobig_error, "pread64 called with count > SSIZE_MAX"); 515 __errordecl(__pwrite_dest_size_error, "pwrite called with size bigger than destination"); 516 __errordecl(__pwrite_count_toobig_error, "pwrite called with count > SSIZE_MAX"); 517 __errordecl(__pwrite64_dest_size_error, "pwrite64 called with size bigger than destination"); 518 __errordecl(__pwrite64_count_toobig_error, "pwrite64 called with count > SSIZE_MAX"); 519 __errordecl(__read_dest_size_error, "read called with size bigger than destination"); [all …]
|
D | poll.h | 92 __errordecl(__poll_too_small_error, "poll: pollfd array smaller than fd count"); 96 __errordecl(__ppoll_too_small_error, "ppoll: pollfd array smaller than fd count");
|
D | fcntl.h | 167 __errordecl(__creat_missing_mode, __open_too_few_args_error); 168 __errordecl(__creat_too_many_args, __open_too_many_args_error);
|
D | stdio.h | 410 __errordecl(__fread_too_big_error, "fread called with size * count bigger than buffer"); 411 __errordecl(__fread_overflow, "fread called with overflowing size * count"); 414 __errordecl(__fgets_too_big_error, "fgets called with size bigger than buffer"); 415 __errordecl(__fgets_too_small_error, "fgets called with size less than zero"); 418 __errordecl(__fwrite_too_big_error, "fwrite called with size * count bigger than buffer"); 419 __errordecl(__fwrite_overflow, "fwrite called with overflowing size * count");
|
D | stdlib.h | 190 __errordecl(__realpath_size_error, __realpath_buf_too_small_str);
|
D | string.h | 422 __errordecl(__memchr_buf_size_error, "memchr called with size bigger than buffer"); 423 __errordecl(__memrchr_buf_size_error, "memrchr called with size bigger than buffer");
|
/bionic/libc/include/sys/ |
D | stat.h | 195 __errordecl(__umask_invalid_mode, __umask_invalid_mode_str);
|
D | socket.h | 395 __errordecl(__recvfrom_error, __recvfrom_bad_size); 399 __errordecl(__sendto_error, __sendto_bad_size);
|
D | cdefs.h | 195 # define __errordecl(name, msg) extern void name(void) __errorattr(msg) macro
|