/third_party/musl/src/errno/ |
H A D | strerror.c | 8 #if EDQUOT==1133 10 #undef EDQUOT macro 11 #define EDQUOT 109 macro 34 if (e==EDQUOT) e=0; in __strerror_l() 35 else if (e==EDQUOT_ORIG) e=EDQUOT; in __strerror_l()
|
/third_party/musl/porting/liteos_m/kernel/src/errno/ |
H A D | strerror.c | 22 if (EDQUOT==1133) { in __strerror_l() 24 else if (e==EDQUOT) e=109; in __strerror_l()
|
/third_party/musl/porting/uniproton/kernel/src/errno/ |
H A D | strerror.c | 22 if (EDQUOT==1133) { in __strerror_l() 24 else if (e==EDQUOT) e=109; in __strerror_l()
|
/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 665 EDQUOT => "Quota exceeded", 910 EDQUOT => "Disc quota exceeded", 1244 EDQUOT = libc::EDQUOT, 1389 libc::EDQUOT => EDQUOT, 1483 EDQUOT = libc::EDQUOT, 1601 libc::EDQUOT => EDQUOT, [all...] |
/third_party/curl/src/ |
H A D | tool_dirhie.c | 72 #ifdef EDQUOT in show_dir_errno() 73 case EDQUOT: in show_dir_errno()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | w32functions.h | 128 #ifndef EDQUOT 129 #define EDQUOT (MHDW32ERRBASE+29) macro
|
/third_party/ltp/lib/ |
H A D | tst_fs_link_count.c | 83 case EDQUOT: in tst_fs_fill_hardlinks_() 159 case EDQUOT: in tst_fs_fill_subdirs_()
|
/third_party/ltp/testcases/kernel/syscalls/request_key/ |
H A D | request_key03.c | 85 * For now we also accept EDQUOT because the kernel frees up the keys in run_child_add() 93 TST_ERR != EDQUOT) { in run_child_add() 119 TST_ERR != EDQUOT) { in run_child_request()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 44 EDQUOT, "EDQUOT", EDQUOT}, {
|
H A D | 4-1.c | 39 EDQUOT, "EDQUOT"}, {
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | winerrno.h | 76 #undef EDQUOT macro 77 #define EDQUOT WSAEDQUOT macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A D | w32functions.c | 83 case WSAEDQUOT: return EDQUOT; in MHD_W32_errno_from_winsock_() 178 case EDQUOT: in MHD_W32_strerror_() 519 case EDQUOT: in MHD_W32_set_last_winsock_error_()
|
/third_party/ltp/testcases/kernel/syscalls/add_key/ |
H A D | add_key05.c | 15 * where add_key fails with EDQUOT. Keys are freed asynchronously and we only 112 if (TST_ERR == EDQUOT) in verify_max_bytes() 115 tst_res(TFAIL | TTERRNO, "add_key(test_inv) failed expected EDQUOT got"); in verify_max_bytes() 166 if (TST_ERR == EDQUOT) in verify_max_keys() 169 tst_res(TFAIL | TTERRNO, "add_key(test_invalid_key) failed expected EDQUOT got"); in verify_max_keys()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 124 #define EDQUOT 122 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 124 #define EDQUOT 122 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 124 #define EDQUOT 122 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 123 #define EDQUOT 122 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 124 #define EDQUOT 122 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 173 #define EDQUOT 122 /* Quota exceeded */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 123 #define EDQUOT 122 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 134 #define EDQUOT 1133 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 134 #define EDQUOT 1133 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 134 #define EDQUOT 1133 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 123 #define EDQUOT 122 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 123 #define EDQUOT 122 macro
|