Searched refs:__BIONIC_ERRDEF (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/sys/ |
D | _errdefs.h | 36 #ifndef __BIONIC_ERRDEF 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( E2BIG , 7, "Argument list too long" ) 47 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error" ) [all …]
|
/bionic/libc/bionic/ |
D | strerror_r.cpp | 33 #define __BIONIC_ERRDEF(x,y,z) { x, z }, macro
|