/third_party/rust/crates/nix/src/ |
D | errno.rs | 487 EBADMSG => "Not a data message", in desc() 490 EBADMSG => "Trying to read unreadable message", in desc() 832 EBADMSG => "Bad message", in desc() 1196 EBADMSG = libc::EBADMSG, enumerator 1341 libc::EBADMSG => EBADMSG, in from_i32() 1508 EBADMSG = libc::EBADMSG, enumerator 1626 libc::EBADMSG => EBADMSG, in from_i32() 1739 EBADMSG = libc::EBADMSG, enumerator 1848 libc::EBADMSG => EBADMSG, in from_i32() 1956 EBADMSG = libc::EBADMSG, enumerator [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-1-buildonly.c | 18 #ifdef EBADMSG 19 static int dummy9 = EBADMSG;
|
D | 3-2.c | 34 EBADMSG, "EBADMSG", EBADMSG}, {
|
D | 4-1.c | 29 EBADMSG, "EBADMSG"}, {
|
/third_party/ltp/testcases/kernel/syscalls/add_key/ |
D | add_key02.c | 75 if (TST_ERR == EBADMSG && !strcmp(tcases[i].type, "asymmetric")) { in verify_add_key()
|
/third_party/openssl/include/internal/ |
D | ktls.h | 162 errno = EBADMSG; in ktls_read_record() 169 errno = EBADMSG; in ktls_read_record()
|
/third_party/node/deps/openssl/openssl/include/internal/ |
D | ktls.h | 162 errno = EBADMSG; in ktls_read_record() 169 errno = EBADMSG; in ktls_read_record()
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 74 #define EBADMSG 74 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 74 #define EBADMSG 74 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 69 #define EBADMSG 77 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 75 #define EBADMSG 74 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 75 #define EBADMSG 74 macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 69 #define EBADMSG 77 macro
|
/third_party/musl/src/network/ |
D | gethostbyname2_r.c | 32 return EBADMSG; in gethostbyname2_r()
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 69 #define EBADMSG 77 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 75 #define EBADMSG 74 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 74 #define EBADMSG 74 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 75 #define EBADMSG 74 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 74 #define EBADMSG 74 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 123 #define EBADMSG 74 /* Not a data message */ macro
|
/third_party/musl/porting/uniproton/kernel/src/errno/ |
D | __strerror.h | 75 E(EBADMSG, "Bad message")
|
/third_party/musl/libc-test/src/api/ |
D | errno.c | 18 C(EBADMSG) in f()
|
/third_party/musl/porting/liteos_m/kernel/src/errno/ |
D | __strerror.h | 75 E(EBADMSG, "Bad message")
|
/third_party/ltp/testcases/kernel/syscalls/keyctl/ |
D | keyctl05.c | 103 if (TST_ERR == EBADMSG && is_asymmetric) { in test_update_nonupdatable()
|
/third_party/musl/porting/liteos_a/kernel/src/errno/ |
D | __strerror.h | 76 E(EBADMSG, "Bad message")
|