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

  /bionic/libc/include/sys/
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 144 milliseconds