Home
last modified time | relevance | path

Searched refs:EDQUOT (Results 1 - 25 of 98) sorted by relevance

1234

/third_party/musl/src/errno/
H A Dstrerror.c8 #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 Dstrerror.c22 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 Dstrerror.c22 if (EDQUOT==1133) { in __strerror_l()
24 else if (e==EDQUOT) e=109; in __strerror_l()
/third_party/rust/crates/nix/src/
H A Derrno.rs665 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 Dtool_dirhie.c72 #ifdef EDQUOT in show_dir_errno()
73 case EDQUOT: in show_dir_errno()
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dw32functions.h128 #ifndef EDQUOT
129 #define EDQUOT (MHDW32ERRBASE+29) macro
/third_party/ltp/lib/
H A Dtst_fs_link_count.c83 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 Drequest_key03.c85 * 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 D3-2.c44 EDQUOT, "EDQUOT", EDQUOT}, {
H A D4-1.c39 EDQUOT, "EDQUOT"}, {
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h76 #undef EDQUOT macro
77 #define EDQUOT WSAEDQUOT macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c83 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 Dadd_key05.c15 * 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 Derrno.h124 #define EDQUOT 122 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h124 #define EDQUOT 122 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h124 #define EDQUOT 122 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h123 #define EDQUOT 122 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h124 #define EDQUOT 122 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h173 #define EDQUOT 122 /* Quota exceeded */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h123 #define EDQUOT 122 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h134 #define EDQUOT 1133 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h134 #define EDQUOT 1133 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h134 #define EDQUOT 1133 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h123 #define EDQUOT 122 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h123 #define EDQUOT 122 macro

Completed in 13 milliseconds

1234