HomeSort by relevance Sort by last modified time
    Searched refs:__errordecl (Results 1 - 15 of 15) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl2.h 36 __errordecl (__open_too_many_args,
38 __errordecl (__open_missing_mode,
68 __errordecl (__open64_too_many_args,
70 __errordecl (__open64_missing_mode,
112 __errordecl (__openat_too_many_args,
114 __errordecl (__openat_missing_mode,
146 __errordecl (__openat64_too_many_args,
148 __errordecl (__openat64_missing_mode,
mqueue2.h 31 __errordecl (__mq_open_wrong_number_of_args,
33 __errordecl (__mq_open_missing_mode_and_attr,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl2.h 36 __errordecl (__open_too_many_args,
38 __errordecl (__open_missing_mode,
68 __errordecl (__open64_too_many_args,
70 __errordecl (__open64_missing_mode,
112 __errordecl (__openat_too_many_args,
114 __errordecl (__openat_missing_mode,
146 __errordecl (__openat64_too_many_args,
148 __errordecl (__openat64_missing_mode,
mqueue2.h 31 __errordecl (__mq_open_wrong_number_of_args,
33 __errordecl (__mq_open_missing_mode_and_attr,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl2.h 36 __errordecl (__open_too_many_args,
38 __errordecl (__open_missing_mode,
68 __errordecl (__open64_too_many_args,
70 __errordecl (__open64_missing_mode,
112 __errordecl (__openat_too_many_args,
114 __errordecl (__openat_missing_mode,
146 __errordecl (__openat64_too_many_args,
148 __errordecl (__openat64_missing_mode,
mqueue2.h 31 __errordecl (__mq_open_wrong_number_of_args,
33 __errordecl (__mq_open_missing_mode_and_attr,
  /bionic/libc/include/
fcntl.h 53 __errordecl(__creat_missing_mode, "called with O_CREAT, but missing mode");
54 __errordecl(__creat_too_many_args, "too many arguments");
string.h 90 __errordecl(__memcpy_dest_size_error, "memcpy called with size bigger than destination");
91 __errordecl(__memcpy_src_size_error, "memcpy called with size bigger than source");
121 __errordecl(__strncpy_error, "strncpy called with size bigger than buffer");
149 __errordecl(__strlcpy_error, "strlcpy called with size bigger than buffer");
180 __errordecl(__strlcat_error, "strlcat called with size bigger than buffer");
stdio.h 498 __errordecl(__fgets_too_big_error, "fgets called with size bigger than buffer");
499 __errordecl(__fgets_too_small_error, "fgets called with size less than zero");
  /system/core/include/cutils/
properties.h 57 __errordecl(__property_get_too_small_error, "property_get() called with too small of a buffer");
  /bionic/libc/include/sys/
stat.h 137 __errordecl(__umask_invalid_mode, "umask called with invalid mode");
cdefs.h 336 #define __errordecl(name, msg) extern void name(void) __attribute__((__error__(msg))) macro
338 #define __errordecl(name, msg) extern void name(void) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
cdefs.h 139 # define __errordecl(name, msg) \ macro
144 # define __errordecl(name, msg) extern void name (void) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
cdefs.h 139 # define __errordecl(name, msg) \ macro
144 # define __errordecl(name, msg) extern void name (void) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
cdefs.h 139 # define __errordecl(name, msg) \ macro
144 # define __errordecl(name, msg) extern void name (void) macro

Completed in 61 milliseconds