Searched refs:__BIONIC_ERRDEF (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/private/
H A Dbionic_errdefs.h36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( 0 , 0, "Success" )
40 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
41 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
42 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
43 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
44 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
45 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
46 __BIONIC_ERRDEF( E2BI
170 #undef __BIONIC_ERRDEF macro
[all...]
/bionic/libc/bionic/
H A Dstrerror_r.cpp33 #define __BIONIC_ERRDEF(x,y,z) { x, z }, macro

Completed in 450 milliseconds