Home
last modified time | relevance | path

Searched refs:EBADMSG (Results 1 – 25 of 44) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-1-buildonly.c18 #ifdef EBADMSG
19 int dummy9 = EBADMSG;
D3-2.c34 EBADMSG, "EBADMSG", EBADMSG}, {
D4-1.c29 EBADMSG, "EBADMSG"}, {
/external/libcxx/include/
Derrno.h98 #ifndef EBADMSG
99 #define EBADMSG 9905 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h259 # ifndef EBADMSG
260 # define EBADMSG 104 macro
507 #ifdef EBADMSG
508 bad_message = EBADMSG,
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp51 #ifndef EBADMSG
52 #error EBADMSG not defined
/external/strace/tests-mx32/
Derrno2name.c78 #ifdef EBADMSG in errno2name()
79 CASE(EBADMSG); in errno2name()
/external/strace/tests-m32/
Derrno2name.c78 #ifdef EBADMSG in errno2name()
79 CASE(EBADMSG); in errno2name()
/external/strace/tests/
Derrno2name.c78 #ifdef EBADMSG in errno2name()
79 CASE(EBADMSG); in errno2name()
/external/ltp/testcases/kernel/syscalls/add_key/
Dadd_key02.c90 if (TEST_ERRNO == EBADMSG && !strcmp(tcases[i].type, "asymmetric")) { in verify_add_key()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h57 #define EBADMSG 74 /* Not a data message */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h52 #define EBADMSG 77 /* Not a data message */ macro
/external/syslinux/com32/include/
Derrno.h81 #define EBADMSG 74 /* Not a data message */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py76 EBADMSG = 77 variable
/external/ltp/testcases/kernel/syscalls/keyctl/
Dkeyctl05.c110 if (TEST_ERRNO == EBADMSG && !strcmp(type, "asymmetric")) { in test_update_nonupdatable()
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py81 EBADMSG = 77 variable
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc152 case EBADMSG: // Bad message in ErrnoToCode()
/external/syslinux/core/lwip/src/include/lwip/
Darch.h154 #define EBADMSG 74 /* Not a data message */ macro
/external/libnfnetlink/src/
Dlibnfnetlink.c599 errno = EBADMSG; in nfnl_recv()
1354 errno = EBADMSG; in nfnl_is_error()
1520 errno = EBADMSG; in nfnl_iterator_create()
1561 errno = EBADMSG; in nfnl_iterator_process()
/external/dhcpcd-6.8.2/
Dif-linux.c310 errno = EBADMSG; in err_netlink()
404 errno = EBADMSG; in if_copyrt()
469 errno = EBADMSG; in if_copyrt6()
548 errno = EBADMSG; in link_route()
596 errno = EBADMSG; in link_addr()
759 errno = EBADMSG; in link_netlink()
/external/minijail/linux-x86/
Dlibconstants.gen.c161 #ifdef EBADMSG
162 { "EBADMSG", (unsigned long) EBADMSG },
/external/ltp/lib/
Derrnos.h107 PAIR(EBADMSG) in tst_strerrno()
/external/iptables/extensions/
Dlibxt_set.h118 if (res != 0 && errno == EBADMSG) in get_set_byname()
/external/libbrillo/brillo/errors/
Derror_codes.cc114 ERROR_ENTRY(EBADMSG), // Not a data message
/external/syslinux/gpxe/src/include/
Derrno.h242 #define EBADMSG ( ERRFILE | PXENV_STATUS_FAILURE | 0x09000000 ) macro

12