/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 487 EBADMSG => "Not a data message", 490 EBADMSG => "Trying to read unreadable message", 832 EBADMSG => "Bad message", 1196 EBADMSG = libc::EBADMSG, 1341 libc::EBADMSG => EBADMSG, 1508 EBADMSG = libc::EBADMSG, 1626 libc::EBADMSG [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-1-buildonly.c | 18 #ifdef EBADMSG 19 static int dummy9 = EBADMSG;
|
H A D | 3-2.c | 34 EBADMSG, "EBADMSG", EBADMSG}, {
|
H A D | 4-1.c | 29 EBADMSG, "EBADMSG"}, {
|
/third_party/ltp/testcases/kernel/syscalls/add_key/ |
H A D | add_key02.c | 73 * add a key of type asymmetric will fail with EBADMSG. in verify_add_key() 75 if (TST_ERR == EBADMSG && !strcmp(tcases[i].type, "asymmetric")) { in verify_add_key()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 75 #define EBADMSG 74 macro
|
/third_party/musl/src/network/ |
H A D | gethostbyname2_r.c | 32 return EBADMSG; in gethostbyname2_r()
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 75 #define EBADMSG 74 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 75 #define EBADMSG 74 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 74 #define EBADMSG 74 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 75 #define EBADMSG 74 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 123 #define EBADMSG 74 /* Not a data message */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 74 #define EBADMSG 74 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 69 #define EBADMSG 77 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 69 #define EBADMSG 77 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 69 #define EBADMSG 77 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 74 #define EBADMSG 74 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 74 #define EBADMSG 74 macro
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | ktls.h | 162 errno = EBADMSG; in ktls_read_record() 169 errno = EBADMSG; in ktls_read_record()
|
/third_party/openssl/include/internal/ |
H A D | ktls.h | 162 errno = EBADMSG; in ktls_read_record() 169 errno = EBADMSG; in ktls_read_record()
|
/third_party/ltp/testcases/kernel/syscalls/keyctl/ |
H A D | keyctl05.c | 103 if (TST_ERR == EBADMSG && is_asymmetric) { in test_update_nonupdatable()
|
/third_party/musl/libc-test/src/api/ |
H A D | errno.c | 18 C(EBADMSG) in f()
|
/third_party/ltp/lib/ |
H A D | errnos.h | 107 PAIR(EBADMSG) in tst_strerrno()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | errno.rs | 76 pub const EBADMSG: u32 = 74; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | errno.rs | 76 pub const EBADMSG: u32 = 74; consts
|